.wow {
    visibility: hidden;
}

.visually-hidden{
	display: none;
}
#outdated-browser{
	display: none;
}

/* gozi {
     gelbton: #ffcd0d;
     hellblau: #00a5ec;
     schwarzblau: #0e242f
     dunkelblau: background-image: linear-gradient(to bottom,#022e55,#021e30);

}
.same-height-wrap .ce_bgimage{ height: 100%; }

/* =============================================================================
 * visibility settings
 * ========================================================================== */

 /** is desktop or higher **/
@media only screen and (min-width: 1024px) {
	.vis-tablet, .vis-mobile, .vis-mobile-tablet {display: none !important;}
}

/** is tablet **/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.vis-desktop, .vis-mobile, .vis-desktop-mobile {display: none !important;}
}

/** is mobile **/
@media only screen and (max-width: 767px) {
	.vis-desktop, .vis-tablet, .vis-desktop-tablet {display: none !important;}
}


*/
/*  /////////////// reset  /////////////////////*/
* {margin: 0; padding: 0; border: 0; outline: 0; background-repeat: no-repeat; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#wrapper .mejs-container *,  #calroot, #theme-menu *, #theme-export, #theme-export * {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
ol, ul {list-style: none;}
table {border-spacing: 0;}
body {height: 100%; position: relative;}
*{
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*     -- site width classes
------------------------------------------------- */

/*  /////////////// ARTICLE SIZES  /////////////////////*/

.mod_article{
    max-width:1280px;
    margin:auto;
}
.mod_article.fullwidth-boxed-small  {
    max-width:75vw;
}
.mod_article.fullwidth-boxed-medium {
    max-width:90vw;
}
.mod_article.fullwidth-boxed {
    max-width:96vw;
}
.mod_article.first .container{
    /* padding-top: 22px;  */
}
.mod_article.fullwidth,
.mod_article.boxed{
    max-width:none;
    margin:0;
}
.mod_article.fullwidth .container{
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    background: none;
    background-color: transparent;
    width: auto;
}
.mod_article.boxed .container{
    margin-right: 0;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
    background: none;
    background-color: transparent;
    width: auto;
}
.mod_article.fullwidth-boxed-small .container{
    padding-left:3.75rem;
    padding-right:3.75rem;
}
.mod_article.last{
    padding-bottom:140px;
}


/*     --float classes
------------------------------------------------- */
.float-left {float: left;}
.float-right {float: right;}

/*     --helper classes
------------------------------------------------- */
.center {text-align: center;}
.align_right {text-align: right;}
.hide {display: none;}
.width100{ width:100%;}
/* =============================================================================
 * align helper classes
 * ========================================================================== */

.align-center, .align-center * {
    text-align: center !important;
}

.align-right, .align-right * {
    text-align: right !important;
}

.align-left, .align-left * {
    text-align: left !important;
}

.align-centered {
    margin-left: auto;
    margin-right: auto;
}

.align-centered.autogrid {
    float: none;
}

.h-align-left {
    text-align: left;
}

.h-align-center {
    text-align: center;
}

.h-align-right {
    text-align: right;
}

/*     --lightbox link height
------------------------------------------------- */
.image_container a {line-height: 0;}

/*     --lightbox width
------------------------------------------------- */
#mbCenter img {width: auto; max-width: 100%; height: auto; vertical-align: middle;}

/*     --clearings + defaults
------------------------------------------------- */
.inside{position:relative;text-align:left}
.block{overflow:hidden}
.clear,#clear,.clearer{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both}
.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}
.custom{display:block;text-align:left}
.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden}
*+html #main{position:static}
header,footer,nav,section,aside,article,figure,figcaption{display:block}
#container:after {content: "020"; display: block; height: 0; clear: both; visibility: hidden;}

/*     --chromeframe
------------------------------------------------- */
#chromeframe {background: red; padding: 10px; color: #fff; text-align: center; position: relative; z-index: 10000;}

/* =============================================================================
 * general styles & page setup
 * ========================================================================== */

a {color: #555; text-decoration: none;}
p {margin-bottom: 15px;}
blockquote {font-style: italic; font-size: 16px; margin-bottom: 20px;}
blockquote p {line-height: 22px;}
.image_container img {max-width: 100%; height:auto;}
code, pre {font-family: monospace;}
abbr {background: #efefef; border-bottom: 1px dashed; cursor: pointer;}

/*     --helper classes
------------------------------------------------- */
.bigtext {font-size: 3em; line-height: 1em; }
.center {text-align: center;}
.no_margins p {margin: 0;}
.text_invert, .text_invert h1, .text_invert h2, .text_invert h3, .text_invert h4, .text_invert h5, .text_invert h6, .text_invert a {color: #fff;}
.aligncenter * {text-align: center;}
@media screen and (max-width:767px){
    .m_100 {  grid-template-columns: 100% !important; padding-left: 0px; padding-right:0px; }
    .m_100 .oversize .image_container {  margin-left:0 !important;  }
    .m_100 .oversize .image_container, 	.m_100 .ce_text.textVerticalMiddle p{ display:inline-block; }
    .autogrid_grid .column.align_center_center{ text-align:left;}
    .column .column {margin-bottom:10px;}
}

/*     --margin classes
------------------------------------------------- */
.margin-top10 {margin-top: 10px;}
.margin-top20 {margin-top: 20px;}
.margin-top30 {margin-top: 30px;}
.margin-top40 {margin-top: 40px;}
.margin-top50 {margin-top: 50px;}
.margin-top60 {margin-top: 60px;}
.margin-top70 {margin-top: 70px;}
.margin-top80 {margin-top: 80px;}
.margin-top90 {margin-top: 90px;}
.margin-top100 {margin-top: 100px;}

.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-bottom50 {margin-bottom: 50px;}
.margin-bottom60 {margin-bottom: 60px;}
.margin-bottom70 {margin-bottom: 70px;}
.margin-bottom80 {margin-bottom: 80px;}
.margin-bottom90 {margin-bottom: 90px;}
.margin-bottom100 {margin-bottom: 100px;}

/*     --fontsize classes
------------------------------------------------- */
.fontsize_xxxl, .font-size-xxxl {font-size: 100px; line-height: 1em;}
.fontsize_xxl, .font-size-xxl {font-size: 45px; line-height: 60px;}
.fontsize_xl, .font-size-xl {font-size: 34px; line-height: 50px;}
.fontsize_l, .font-size-l {font-size: 28px; line-height: 41px;}
.fontsize_m, .font-size-m {font-size: 24px; line-height: 39px;}
.fontsize_s, .font-size-s {font-size: 20px; line-height: 31px;}
.fontsize_xs, .font-size-xs {font-size: 14px; line-height: 22px;}
.fontsize_xxs, .font-size-xxs {font-size: 11px; line-height: 22px;}
.fontsize_xxxs, .font-size-xxxs {font-size: 9px; line-height: 20px;}


/*     --border for ce_elements
------------------------------------------------- */
.border-top {border-top: 1px solid #ccc; padding-top: 20px;}
.border-bottom {border-bottom: 1px solid #ccc; padding-bottom: 20px;}


/*  /////////////// MORE BASICS /////////////////////*/

.invisible{
    display:none;
}
@font-face {
    font-family: 'Gotham Narrow A bugfree';
    src: url('https://www.langenscheidt.com/shop/bundles/theme_basic/fonts/gotham/GothamNarrow-Book.woff') format('woff'),
    url('../fonts/GothamNarrow-Book.otf')  format('opentype');
    font-weight: 400;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham Narrow A bugfree';
    src: url('https://www.langenscheidt.com/shop/bundles/theme_basic/fonts/gotham/GothamNarrow-Medium.woff') format('woff'),
    url('../fonts/GothamNarrow-Medium.otf')  format('opentype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Narrow A bugfree';
    src: url('https://www.langenscheidt.com/shop/bundles/theme_basic/fonts/gotham/GothamNarrow-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/GothamNarrow-Bold.otf')  format('opentype'); /* Safari, Android, iOS */
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot'); /* IE9 Compat Modes */
    src: url('../fonts/icons.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/icons.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Handelson";
    src: url('../fonts/34273B_0_0.eot');
    src: url('../fonts/34273B_0_0.eot') format("eot"), url('../fonts/34273B_0_0.woff') format("woff"), url('../fonts/34273B_0_0.woff2') format("woff2"), url('../fonts/34273B_0_0.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*
font-face{
	font-family:'FontAwesome';
	src:url('../fonts/fontawesome-webfont.eot');
	src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	    url('../fonts/fontawesome-webfont.woff2') format('woff2'),
 	    url('../fonts/fontawesome-webfont.woff') format('woff'),
	    url('../fonts/fontawesome-webfont.ttf') format('truetype'),
	    url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display: swap;
}

*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body, html {
    margin: 0;
    padding: 0;
    font-family: "Gotham Narrow A bugfree", sans-serif;
    font-weight: 400;
}

* {
    box-sizing: border-box
}

:before, :after {
    box-sizing: border-box
}

html {
    font-size: 17px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Gotham Narrow A bugfree", "Gotham Narrow A", Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #0e242f;
    line-height:1.9em;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

[role=button] {
    cursor: pointer
}
/*     --headlines
------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {padding: 0; line-height: 1.4em; margin-bottom: 0.5em; color: #4d4f4f; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px;
    font-weight: 400;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}
h1 {font-size: 36px;color:#0e242f}
h2 {font-size: 32px; color:#0e242f;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.mobileHeadline { display:none;}

h1, .page-title {
    font-family: 'Gotham Narrow A bugfree', "Gotham Narrow A", Helvetica, sans-serif;
    font-size: 3rem;
    line-height: 3.375rem;
    font-weight: 400;
    margin-top: 3.75rem;
    margin-bottom: 1.5625rem;
    color: #0e242f;
}




p {
    margin: 0 0 11px
}
.ce_headline.h-align-center{
    text-align:center;
}
.ce_headline.h-align-right{
    text-align:right;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}


/* tinymce ls classes */
.text-handwrite {
    font-size: 2.5em;
    line-height: 1.5em;
}
.mod_article.bg-accent,
.mod_article .bg-accent{
    background-color:#ffcd0d;
}
.mod_article.bg-gray,
.mod_article .bg-gray{
    background-color:#f4f4f4;
}

.mod_article.bg-white,
.mod_article .bg-white{
    background-color:#ffffff;
}
.mod_article.bg-accent .text-handwrite,
.mod_article .bg-accent.text-handwrite{
    color:#fff;
}
.mod_article .width567{
    max-width: 567px;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}
.mod_article .width997{
    max-width: 75vw;
    width:90%;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}
.mod_article .width1170{
    max-width: 1170px;
    margin:auto;
    padding-left:20px;
    padding-right:20px;
}
iframe.videoBox{
    width:100%;
    min-height:330px;
}
.ce_youtube, .ce_player {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.ce_youtube iframe, .ce_player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ce_text.oversize{
    overflow: visible !important;
}
.ce_text.textVerticalMiddle p{
    padding-top:16px;
}
.ce_text.padding20{
    padding:20px;
}

/* padding classes */
/*
.mod_article.article-pt > .container {
    padding-top: 50px;
}

.mod_article.article-pb > .container {
    padding-bottom: 50px
}
*/
.mod_article.article-pt-0 > .container {
    padding-top: 0!important;
}

.mod_article.article-pb-0 > .container {
    padding-bottom: 0!important;
}

.mod_article.article-pt-xxs > .container {
    padding-top: 30px;
}

.mod_article.article-pb-xxs > .container {
    padding-bottom: 30px;
}

.mod_article.article-pt-xs > .container {
    padding-top: 50px;
}

.mod_article.article-pb-xs > .container {
    padding-bottom: 50px;
}

.mod_article.article-pt-s > .container {
    padding-top: 90px;
}

.mod_article.article-pb-s > .container {
    padding-bottom: 90px;
}

.mod_article.article-pt-m > .container {
    padding-top: 100px;
}

.mod_article.article-pb-m > .container {
    padding-bottom: 100px;
}

.mod_article.article-pt-l > .container {
    padding-top: 120px;
}

.mod_article.article-pb-l> .container {
    padding-bottom: 120px;
}

.mod_article.article-pt-xl > .container {
    padding-top: 150px;
}

.mod_article.article-pb-xl> .container {
    padding-bottom: 150px;
}

.mod_article.article-pt-xxl > .container {
    padding-top: 170px;
}

.mod_article.article-pb-xxl > .container {
    padding-bottom: 170px;
}
/* weitere Angaben */
@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small, .small {
    font-size: 87%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover, a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
.ce_text ul {
    list-style: disc;
    margin-left:24px;
}
.ce_text ul ul{
    list-style: circle;
}
.ce_text.bulletpointsCheck ul{
    list-style:none;
    margin-left:0;
}
.ce_text.bulletpointsCheck {
    overflow:visible !important;
}
.ce_text.bulletpointsCheck ul li{
    padding-left: 45px;
    background-image:URL("/p/files/uploads/ls/schule-woerterbuch-app/checkmark.svg");
    background-position: left 4px;
	background-repeat: no-repeat;
    margin-bottom:8px;
}
@media screen and (min-width: 768px){
    .ce_text.bulletpointsCheck ul li{
        margin-left: -20px;
    }
}
dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt, dd {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0
}
.logo--shop img{
    width:149px;
}
.header-main .logo-main .logo--link, .header-main .logo-main .logo--shop{
    height:auto;
}
.shop--navigation .navigation--entry.entry--notepad{
    display: none;
}
.shop--navigation .navigation--entry.entry--account .btn{
    background: none;
    background-color: transparent;
    border:0;
}
.container, .topbar-wrapper .topbar-navigation {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1240px;
    background:none;
    background-color: transparent;
    width:auto;
}
.navigation-main{
    background-color: #ffcd0d;
}
.topbar-wrapper{
    background: #fff;
}
.topbar-wrapper .topbar-navigation{
    max-width: 1200px;
    text-align: right;
}
.topbar-wrapper .topbar-navigation ul{
    display: inline;
    list-style: none;
}
.content-main{
    box-shadow: none;
}
.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}
.footer-main{
    background-image: linear-gradient(to bottom,#022e55,#021e30);
}



.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}


table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}


.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}
table th{
    vertical-align:bottom;
    padding:4px;
}
table td{
    vertical-align:top;
    padding:4px;
}
.ce_table.table-striped tr:nth-child(even){
    background-color: rgba(52,52,52,.1);
}
/*
.ce_table thead {
	border-bottom:rgba(52,52,52,.1);
} */
.ce_table p {
    margin-bottom:0;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
span.mandatory{
    display:inline !important;
}
input[type=search] {
    box-sizing: border-box
}

input[type=radio], input[type=checkbox] {
    margin: 4px 7px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
.widget-checkbox {
    margin-top:2rem;
    margin-bottom:3rem;
}
.checkbox_container span {
    margin-right:20px;
}
input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.header-main {
    background-color: #ffcd0d;
}

.s-footer {
    background-image: linear-gradient(to bottom, #022e55, #021e30);
}

/* ////////////////// CONTAO  ///////////////////////////*/

#wrapper #main .inside{
    min-height:400px;
}

#wrapper #header {
    background-color:#ffcd0d;
}
#wrapper #header:after{
    float:none;
    clear:both;
    content:"";
    width:100%;
    height:0;
    line-height:0;
    display:inline-block;
}
#wrapper #header .logo{

}
.button,
form .submit{
    overflow:visible;
}

.button,
form .submit{
    background-color: #0e242f;
    display: inline-block;
    padding: 0.85rem 2.5rem;
    color:#ffffff;
    border: 1px solid #0e242f;
}
.button:hover,
form .submit:hover{
    text-decoration:none;
    box-shadow:6px 6px 11px rgba(0,0,0,0.2);
}
.button.white {
    color:#0e242f;
    background-color:#fff;
    border: 1px solid #0e242f;
}
@media screen and (max-width:480px){
    .button{
        padding: 0.85rem 1.5rem;
    }
}

/*  /////////////// MAIN NAV  /////////////////////*/
#wrapper #header .mod_navigation{
    width:100%;
}

#wrapper #header .mod_navigation ul{
    list-style:none;
}
#wrapper #header .mod_navigation .level_1 > li{
    float:left;
    margin-left:12px;
    margin-right:12px;
}
#wrapper #header .mod_navigation .level_1 > li a:hover{
    text-decoration:underline;
}
#wrapper #header .mod_navigation .level_1 > li > ul{
    display:none;

}
#wrapper #header .mod_navigation .level_1 > li:hover > ul{
    display:block;
}
#wrapper #header .mod_navigation .level_1{
    position:relative;
}
#wrapper #header .mod_navigation .level_2{
    position:absolute;
    background-color:#ffcd0d;
    width:100%;
    left:0;
    top:auto;
}
#wrapper #header .mod_navigation .level_3{
    position:relative;
}
#wrapper #header .mod_navigation .level_2 > li{
    float:left;
    max-width:25%;
}
#wrapper #header .mod_navigation a {
    text-transform: uppercase;
    letter-spacing: .0275rem;
    color: #0e242f;
}


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

#wrapper #footer {
    background-color:#0e242f;
}

#wrapper #footer .inside{
    max-width:1200px;
    margin-left: auto;
    margin-right: auto;
}
#wrapper #footer a{
    color:#fff;
}

#wrapper #footer a:hover{
    text-decoration:underline;
}
#wrapper #footer p{
    color:#ffcd0d;
    text-transform: uppercase;
}
#wrapper #footer ul a{
    text-transform: normal;
}

/*  /////////////// BREADCRUMB  /////////////////////*/
.mod_breadcrumb{
    width:100%;
    padding-left:1.25rem;
    padding-right:1.25rem;
    position:relative;
    z-index:3;
}
.mod_breadcrumb.whiteFont{
    color:#fff;
    position:absolute;
    z-index:99;
}
.mod_breadcrumb.whiteFont a,
.mod_breadcrumb.whiteFont li:after,
.mod_breadcrumb.whiteFont li:last-child{
    color:#fff;
    font-size:500;
}

.mod_breadcrumb {
    display:block;
    padding-top: .875rem;
}
.mod_breadcrumb li{
    list-style:none;
    float:left;
    white-space: nowrap
}
.mod_breadcrumb li:after{
    content:">";
    padding:0 15px;

}
.mod_breadcrumb li:last-child:after{
    content:"";
    padding:0;
}
.mod_breadcrumb li, .mod_breadcrumb li a {
    font-size: .9375rem;
    line-height: 1.5em;
}
.mod_breadcrumb li:after, .mod_breadcrumb li:last-child, .mod_breadcrumb a, .mod_breadcrumb .icon__lgs-arrow {
    color: #939393;
    margin-right: .9375rem;
}
.mod_breadcrumb a:hover{
    color:#36a5ec;
}
.mod_breadcrumb .icon__lgs-house-navigation {
    font-size: .8125rem;
    vertical-align: baseline;
}
.icon__lgs-house-navigation::before {
    content: "";
}

[class*=icon__] {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
}

@media screen and (max-width:480px){
    .mod_breadcrumb{
        display:none;
    }
}
@media screen and (min-width: 1230px) {
    .mod_breadcrumb{
        width: 1200px;
        margin:auto;
    }
}

/*  /////////////// ELEMENTS CLEARING /////////////////////*/



/*  /////////////// IMAGE ALIGNMENT /////////////////////*/
@media screen and (min-width:768px){
    .image_container.float_left{
        float:left;
        margin-right:20px;
    }
    .image_container.float_right{
        float:right;
        margin-left:20px;
    }
}


/*  /////////////// SWIPER SLIDER MIT MODAL  /////////////////////*/
.ce_swiperStart.modal p{
    display:none;
}
.swiper-button-disabled{
    display:none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image:none;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #36a5ec !important;
}

/*
.swiper-button-next:after,
.swiper-button-prev:after{
    color: rgba(54, 165, 236, 1);
    text-shadow: none;
}
.mod_article.bg-accent .swiper-button-next:after,
.mod_article.bg-accent .swiper-button-prev:after{
    color:#fff;
}
.ce_swiperStart .swiper-wrapper {
    cursor: ew-resize;
}
.ce_swiperStart .swiper-container .swiper-wrapper > div:after  {
    content:" ";
    position:absolute;
    background-image:URL('https://de.pons.com/p/files/cto_layout_ls/img/lgs-swipe-icon-yellow.svg');
    width:100px;
    height:100px;
    background-repeat: no-repeat;
    opacity: 0;
    top: 25%;
    left: calc(50% - 50px);
    z-index:2;
    transition: opacity 0.2s 0s ease-in-out;
}
.ce_swiperStart .swiper-container .swiper-wrapper:hover > div:after{
    opacity:1;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev{
    opacity: 0.3 !important;
    pointer-events: none;
    cursor:ew-resize;
}
*/

/*  /////////////// LS TITELBILD FULLWIDTH  /////////////////////*/
.ce_titelbild_ls .content{
    position:relative;
}
.ce_titelbild_ls .ce_image{
    z-index:1;
    position:relative;
}
.ce_titelbild_ls .image_container{
    text-align:center;
}

.ce_titelbild_ls .titleText {
    position: relative;
    margin: -130px auto 0 auto;
    padding: 3.75rem 3.75rem 0;
    text-align: left;
    background-color: #fff;
    z-index:2;
    max-width:75vw;
}
.ce_titelbild_ls .yellowBox{
    position: absolute;
    height: 86px;
    width:8vw;
    margin-top: -86px;
    left:calc(50% - 37.5vw - 8vw);
    margin-right:370px;
    background:#ffcd0d;
    z-index:2;
}
.ce_titelbild_ls h1{
    margin-top:0;
    padding-bottom:18px;
    margin-bottom:0;
}
/*  /////////////// KACHEL MIT BILD  /////////////////////*/
.ce_kachel_mit_bild .ce_image{
    margin-bottom:0 !important;
}
.mod_article,
.mod_article container,
.autogrid_grid,
.autogrid_grid .column,
.ce_kachel_mit_bild,
.ce_kachel_mit_bild .content {
    overflow:visible;
}
.ce_kachel_mit_bild a:hover {
    text-decoration: none;
}
.ce_kachel_mit_bild .content:hover,
.ce_kachel_mit_bild .content:focus{
    text-decoration: none;
    box-shadow: 6px 6px 11px rgba(0,0,0,.2);

}
.ce_kachel_mit_bild .content .ce_textarea,
.ce_kachel_mit_bild .content .button{
    padding-left:25px;
    padding-right:25px;
}

.ce_kachel_mit_bild .content p.button {
    text-align: center;
    margin: auto 1.25rem 2.375rem;
    padding-top: 3.75rem;
}
.ce_kachel_mit_bild .content p.button a{
    background-color: #0e242f;

}
.ce_kachel_mit_bild{
    text-align:center;
    height:100%;
}
.ce_kachel_mit_bild a,
.ce_kachel_mit_bild .content{
    height:100%;
    display:block;
}
.ce_kachel_mit_bild a{
    position:relative;
}
.ce_kachel_mit_bild a:after{
    clear:both;
    display:table;
    content:"";
}
.ce_kachel_mit_bild.pixposOverText .content .button{
    background-color: #0e242f;
    color:#fff;
    text-align: center;
    margin-top: 1.75rem;
    margin-bottom:2.375rem;
    padding: 0.85rem 2rem;
    display:inline-block;
}
.ce_kachel_mit_bild.pixposUnderText .content .button{
    background-color: #ffcd0d;
    color:#0e242f;
    text-align: center;
    padding: 0.85rem 2rem;
    display:inline-block;
}
.ce_kachel_mit_bild .content{
    /* min-height:450px; */
}
.ce_kachel_mit_bild .button:hover{
    box-shadow:none;
}
.ce_kachel_mit_bild.pixposUnderText .textarea h3{
    color:#ffcd0d;
    text-shadow:0 5px 6px rgba(0,0,0,.5);
    line-height:1.25;
    font-size:32px;
    width:100%;
    padding-left:15px;
    padding-right:15px;
}
.ce_kachel_mit_bild.pixposOverText .textarea h3{
    color:#0e242f;
    line-height:1.25;
    font-size:24px;
}
.ce_kachel_mit_bild.pixposOverText .textarea{
    margin-bottom: 38px;
}
.ce_kachel_mit_bild.pixposOverText .textarea.small-caps{
    margin-bottom: 0px;
}
.ce_kachel_mit_bild.pixposUnderText{
    position:relative;
}
.ce_kachel_mit_bild.pixposUnderText .textarea{
    margin-top:0;
    padding:3vw 1.25rem 1.25rem;
    z-index:2;
    position:absolute;
    width:100%;
}
.ce_kachel_mit_bild.pixposUnderText .button
{
    position:relative;
}
.ce_kachel_mit_bild.pixposUnderText .image_wrapper{
    position:relative;
}

.ce_kachel_mit_bild.pixposUnderText .background-fade{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.15);
    z-index:1;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.30) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.30) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.30) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
}
.ce_kachel_mit_bild.pixposUnderText .buttonpos{
    position:absolute;
    bottom:4.5rem;
    text-align:center;
    width:100%;
    padding-left:10px;
    padding-right:10px;
}
/*  /////////////// TIMELINE ELEMENTE /////////////////////*/

.ce_timeline .timeline-item .timeline-item-title {
    background: #ffcd0d;
}
.ce_timeline.pons .timeline-item .timeline-item-title {
    background: #03af30;
}
.ce_timeline.klt .timeline-item .timeline-item-title {
    background: #ff9900;
}


/*  ///////////////  FORMULARE KONTAKT  /////////////////////*/
.ce_form {
    overflow:visible;
}
.ce_form .widget-select{
    margin-bottom: 3.375rem;
}
.ce_form .column{
    position:relative;
}
.ce_form .widget-select:after{
    content: '';
    border-top: 7px solid #000;
    border-bottom: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 22px;
    margin: 0;
    top: calc(50% - 15px);
    position: absolute;
    height: 0;
    width: 0;
    pointer-events: none;
}

.ce_form .widget-select label{
    font-weight: 400;
    color: #a4a4a4;
    display:block;
}
.ce_form #contactform .widget-select label{
    font-weight: 700;
    color: #0e242f;
}
.ce_form .widget-select select{
    height: 3.125rem;
    border-bottom: 1px solid #a4a4a4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
    border-radius:0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding-right:45px;
}
.ce_form input[type=text],
.ce_form input[type=email]{
    height: 3.125rem;
    border-bottom: 1px solid #a4a4a4;
    width:100%;
    margin-bottom:3rem;
}
.ce_form .widget-captcha input[type=text]{
    width:80px;
    text-align:center;
}
.ce_form .widget-captcha label{
    font-weight:400;
}
.ce_form textarea{
    width: 100%;
    /*   width: calc(100% + 1.8750rem); */
    border: 1px solid #a4a4a4;
    margin-bottom:0px;
    padding: 0.9375rem;
    margin-left:-.9375rem;
    margin-right:-.9375rem;
}
.ce_form .widget-submit{
    margin-top: 2rem;
    margin-bottom: 15px;
}
.ce_form .widget-submit button{
    display: inline-block;
    padding: 1.25rem 2.5rem;
    color: #fff;
    background-color: #0e242f;
    font-size: 16px;
    border: 0;
    text-align: center;
    line-height: 1em;
    cursor:pointer;
}
::placeholder{
    color: #a4a4a4;
}
.radio_container span{
    display: block;
}


/*  /////////////// PRESSE LISTENANSICHT  /////////////////////*/
.mod_newslist.ce_presse{
    clear:both;
}
.mod_newslist.ce_presse .layout_latest{
    padding-bottom: 2.5rem;
    margin-top: 2.5rem;
    border-bottom: 1px solid #e2dfdf;

}
.mod_newslist.ce_presse .layout_latest:after{
    content:"";
    clear:both;
    float:none;
    display:table;
}
.mod_newslist.ce_presse a {
    color: #0e242f;
    text-decoration:none;
}
.mod_newslist.ce_presse a p,
.mod_newslist.ce_presse a .ce_text{
    color: #666;
}
.mod_newslist.ce_presse .image_container{
    float:left;
    margin-right:60px;
}
.mod_newslist.ce_presse h2 {
    font-family: 'Gotham Narrow A bugfree'"Gotham Narrow A", Helvetica, sans-serif ;
    font-size: 1.375rem;
    font-weight: 400;
    color: #0e242f;
    margin-bottom: 0;
    line-height: 1.875rem;
}
.mod_newslist.ce_presse a h2{
    color: #0e242f;

}
.mod_newslist.ce_presse a:hover h2{
    color: #36a5ec;

}

/*  /////////////// PRESSE QUICKNAVI  /////////////////////*/
.mod_quicknav select{
    -webkit-appearance:none;
    width: 100%!important;
    height: 3.125rem;
    border-bottom: 1px solid #a4a4a4;
    border-radius:0;
    font-size:22px;
}
.mod_quicknav .widget-select{
    position:relative;
}
.mod_quicknav .nav_info{
    font-weight: 400;
    color: #a4a4a4;

}
.mod_quicknav .widget-select:after{
    position:absolute;
    right:3px;
    content:"\f107";
    font-family:"FontAwesome";
    padding-top:14px;
}
/*  /////////////// AUTOREN LISTE LESER  /////////////////////*/
.mod_newslist.ce_autoren .layout_simple{
    margin-bottom:20px;
    color:#0e242f;
}
.mod_newslist.ce_autoren .layout_simple a{
    color:#0e242f;
}
.mod_newslist.ce_autoren .layout_simple a:hover{
    color:#36a5ec;
}
.mod_newslist.ce_autoren .layout_simple a:before{
    content:"•";
    margin-right:12px;
}
.mod_newsreader.ce_autoren {
    margin-bottom:30px;
}
.mod_newsreader.ce_autoren .layout_full{
    display:grid;
    grid-template-columns: 25% auto;

}
.mod_newsreader.ce_autoren .layout_full .image_container {
    margin:auto;
    margin-top:3.75rem;
    text-align:center;
}
.mod_newsreader.ce_autoren  h1{
    font-size:2rem;
}
.mod_newsreader.ce_autoren .ce_text{
    font-size: 1.375rem;
    line-height: 1.64;
    color: #666;
    font-weight:300;
}
.mod_newsreader.ce_autoren p::first-letter{
    margin-left:25px;
}
.mod_newsreader.ce_autoren .back a{
    color:#0e242f;
}
.mod_newsreader.ce_autoren .back a:hover{
    color:#36a5ec;
}
@media screen and (max-width:480px){
    .mod_newsreader.ce_autoren .layout_full{
        grid-template-columns:1fr;

    }
    .mod_newsreader.ce_autoren .ce_text {
        font-size: 1.125rem;
        line-height: 1.39;
    }

}

/*  /////////////// HÄNDLERSUCHE LISTE  /////////////////////*/
.ce_haendler{
    padding: 2.25rem 1.875rem 3.875rem;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.2);
    margin-bottom:3.125rem;
}
.ce_haendler .content{
    display:grid;
    grid-template-columns: 1fr 1fr;
}
.ce_haendler .field_name {
    font-size: 1.375rem;
    font-weight: 400;
    color: #0e242f;
    margin-bottom: 1.875rem;

}

/*  /////////////// ANSPRECHPARTNER   /////////////////////*/
.ce_ansprechpartner{
    padding: 2.25rem 1.875rem 3.875rem;
    box-shadow: 0 6px 13px 0 rgba(0,0,0,.2);
    margin-bottom:3.125rem;
}
.ce_ansprechpartner .content.withoutpix{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:50px;
}
.ce_ansprechpartner .content.withpix{
    display:grid;
    grid-template-columns: 1fr 4fr;
    grid-gap:50px;
}
.ce_ansprechpartner .content.withpix .textright,
.ce_ansprechpartner .content.withpix .textleft{
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:30px;
}
.ce_ansprechpartner .field_name {
    font-size: 1.375rem;
    font-weight: 400;
    color: #0e242f;
    margin-bottom: 1.875rem;

}
.icon__lgs-place, .icon__lgs-phone, .icon__lgs-email{
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 12px;
    margin-right: 3px;
    margin-top: 4px;
}
.icon__lgs-place::before {
    content: "";
}
.icon__lgs-phone::before {
    content: "";
}
.icon__lgs-fax::before {
    content: "";
}
.icon__lgs-email::before {
    content: "";
}
.icon__lgs-web::before {
    content: "";
}
.ce_ansprechpartner .field_email, .ce_ansprechpartner .field_telefon, .ce_ansprechpartner .field_adresse{
    position:relative;
}
.ce_ansprechpartner i{
    position:absolute;
    left:-28px;
}
.ce_ansprechpartner .field_adresse i{
    left:-24px;
}


/*  /////////////// COUNTDOWN  /////////////////////*/

.s-countdown {
    background-color: #FFCD0D;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0e242f;
    margin-bottom:40px;
}

.s-countdown__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s-countdown__label {
    font-size: 18px;
}

.s-countdown__numberBox {
    margin-top: 10px;
    display: flex;
    font-size: 38px;
    line-height:1em;
}

.s-countdown__number {
    box-sizing: border-box;
    width: 100px;
    background-color: #FFFFFF;
    padding: 20px 20px 15px 20px;
    margin: 5px;
    text-align: center;
}

.s-countdown__seperator {
    font-size: 60px;
    margin: 17px 10px 0 10px;
}

@media screen and (max-width: 470px) {
    .s-countdown {
        padding: 10px;
    }

    .s-countdown__label {
        font-size: 12px;
    }

    .s-countdown__numberBox {
        margin-top: 5px;
        font-size: 18px;
    }

    .s-countdown__number {
        width: 40px;
        padding: 10px 5px;
        margin: 2px;
    }

    .s-countdown__seperator {
        font-size: 30px;
        margin: 17px 5px 0 5px;
    }
}


@media screen and (min-width: 471px) and (max-width: 640px) {

    .s-countdown {
        padding: 10px;
    }

    .s-countdown__label {
        font-size: 12px;
    }

    .s-countdown__numberBox {
        margin-top: 5px;
        font-size: 18px;
    }

    .s-countdown__number {
        width: 80px;
        text-align: center;
        margin: 5px;
        padding: 20px 15px;
    }

    .s-countdown__seperator {
        font-size: 35px;
        margin: 14px 8px 0 8px;
    }
}

@media screen and (min-width: 641px) and (max-width: 900px) {
    .s-countdown__number {
        width: 75px;
    }
}
/*  /////////////// COUNTDOWN END  /////////////////////*/

/*  /////////////// ACCORDION  /////////////////////*/
.mod_faqpage .ce_accordion{
    border-bottom: 1px solid #e2dfdf;
}
.ce_accordionSingle {
    margin-bottom:16px;
    padding-bottom:12px;
    border-bottom: 1px solid #ddd;
}
.ui-accordion-header{
    font-size:22px;
    cursor: pointer;
    background-color:#f4f4f4;
    padding:3px;
    display:grid;
    grid-template-columns: 110px auto;
}
.ui-accordion-header .ui-accordion-header-icon {
    background-image: url(/shop/themes/Frontend/Ls_responsive/frontend/_public/src/img/icons/arrow_accordion_down.svg);
    transition: all .3s;
    margin-right: 40px;
    margin-left: 45px;
    margin-top:18px;
    margin-bottom:12px;
    width:22px;
    height:24px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position:center;
}
.ui-accordion-header.ui-state-active .ui-accordion-header-icon{
    transform: rotate(180deg);

}
.ui-accordion-header:hover .ui-accordion-header-icon{
    margin-top: 20px;
}
.ui-accordion-content {
    margin-top: 1.3125rem;
    padding:15px 110px;
    color:#666;
}
@media screen and (max-width: 767px){
    .ui-accordion-header .ui-accordion-header-icon {
        margin-right: 20px;
        margin-left: 25px;
    }
    .ui-accordion-content {
        padding:15px 15px 15px 15px;
    }
}

/*  /////////////// VIZ CODE SUCHE  /////////////////////*/

.ce_vizcode_suche_bonusmaterial_ls_aftersales{
    max-width:740px;
    margin:0 auto;

}

.ce_vizcode_suche_bonusmaterial_ls_aftersales form .magnified .widget {
    margin-bottom: 0;
}
.ce_vizcode_suche_bonusmaterial_ls_aftersales input {
    width:100%;
}
.ce_vizcode_suche_bonusmaterial_ls_aftersales .magnified .widget-text {
    float: left;
    width: calc(100% - 150px);
}
.ce_vizcode_suche_bonusmaterial_ls_aftersales .magnified .widget-submit {
    float: left;
    width: 150px;
}


#isbn_keyword{
    font-size: 1.375rem;
    color: #a4a4a4 !important;
    opacity: 1;
    padding-left: 33px !important;
    height: 3.75rem;
    border: 1px solid #a4a4a4;
}

#isbn_search{
    cursor: pointer;
    display: inline-block;
    padding: 1.25rem 2.5rem;
    color: #fff;
    background-color: #36a5ec;
    font-size: 1rem;
    border: 0;
    text-align: center;
    line-height: 1em;
    height:3.75rem;
}
@media (max-width:768px){
    .ce_vizcode_suche_bonusmaterial_ls_aftersales{
        max-width:85vw;
    }
}
@media (max-width:376px){
    .ce_vizcode_suche_bonusmaterial_ls_aftersales{
        max-width:92vw;
    }
    .ce_vizcode_suche_bonusmaterial_ls_aftersales #isbn_search{
        padding:1.25rem 1.25rem;
    }

}
@media (max-width:321px){
    .ce_vizcode_suche_bonusmaterial_ls_aftersales #isbn_keyword{
        padding-left: 18px !important;
    }
    .ce_vizcode_suche_bonusmaterial_ls_aftersales .magnified .widget-text{
        width: calc(100% - 107px);
    }
    .ce_vizcode_suche_bonusmaterial_ls_aftersales .magnified .widget-submit{
        width: 107px;
    }
}
/*  /////////////// LANDINGPAGES APPS   ////.ls_vta .ls_swa /////////////////*/

.swiper-container-horizontal .swiper-pagination{
    bottom: 0px;
}
.ce_swiperStart.has-pagination,
.ce_swiperStart.has-pagination .swiper-container{
    /* overflow: visible;  */
    padding-bottom:40px;
}
.ce_swiperStart.has-buttons .swiper-wrapper{
    /*	padding-left: 50px;
        padding-right:50px; */
}
.sliderwidth80 .swiper-slide {
    padding:0 60px;
}
.anchor_navigation {
    width:100%;
    background-color: #fff;
    position:absolute;
    top:0;
    z-index:9;

}
.anchor_navigation.sticky{
    position:fixed;
    -webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 2px -1px rgba(0,0,0,0.15);
}
.anchor_navigation ul {
    margin:auto;
    max-width:768px;
}
.anchor_navigation li{
    float:left;
    list-style:none;
    margin-right: 25px;
    line-height: 3em;
}
.anchor {
    margin-top:-60px;
    float:left;
}

.lp_vta .swiper-wrapper .text-handwrite{
    font-size: 42px;
    line-height: 1.25em;
}
.ce_calltoaction.bg-ls-blue a,
.ce_calltoaction .hyperlink_txt {
    background-color: #0e242f;
    color: #fff;
    text-align: center;
    margin-top: 1.75rem;
    margin-bottom: 2.375rem;
    padding: 0.85rem 2rem;
    display: inline-block;
    border: 2px solid #0e242f;
    -webkit-transition: background-color 700ms ease;
    -ms-transition: background-color 700ms ease;
    transition: background-color 700ms ease;
}
.ce_calltoaction.bg-ls-blue a:hover,
.ce_calltoaction .hyperlink_txt:hover {
    background-color: #fff;
    color: #0e242f;
    -webkit-transition: background-color 200ms ease;
    -ms-transition: background-color 200ms ease;
    transition: background-color 200ms ease;

}
.lp_swa label{
    font-weight:normal;
}
#ctrl_215 legend{
    font-size:16px;
    font-weight:normal;
    border-bottom:0;
}

.lp_vta h1,
.lp_swa h1{
    font-size:48px;
    line-height:1.2em;
}
.lp_vta h2,
.lp_swa h2{
    font-size:24px;
    line-height:1.2em;
}
.lp_vta h3,
.lp_swa h3{
    font-weight:bold;
    font-size:16px;
    line-height:1.2em;
}
form#LgsTestcodeAnfordern .widget-checkbox{
    width: 28%;
    float:left;
    margin:0;
}
form#LgsTestcodeAnfordern .widget-checkbox label{
    font-weight:normal;
}
form#LgsTestcodeAnfordern .LastInRow{
    float: none;
    clear: both;
    height: 1px;
    width: 100%;
}

form#LgsTestcodeAnfordern .widget-textarea{
    margin-top:2rem;
}

/*
.mod_article .swiper-button-next::after,
.mod_article .swiper-button-prev::after{
    font-size:50px;
    opacity: 1 !important;
    color:#0d242e;
}
.mod_article .swiper-button-next:hover::after,
.mod_article .swiper-button-prev:hover::after{
    color:#36a5ec;
}
*/
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 7px;
}
.swiper-pagination-bullet{
    border: 0;
    opacity:1;
    background: #f2f2f3;
}
.swiper-pagination-bullet-active{
    background:#0d242e;

}
.image_container .caption {
    text-align: right;
    margin-top: -24px;
    margin-right: 10px;
    text-shadow: 0 1px #fff;
    position: relative;
    font-size: 10px;
}

@media screen and (max-width:767px){
    .lp_vta h1,
    .lp_swa h1{
        font-size:32px;
    }

    .lp_vta h2{
        font-size:22px;
    }
    .lp_vta h3{
        font-size:18px;
    }
    .lp_swa #main .image_container.float_right{
        margin-left:0 !important;
    }
    .lp_swa #main .image_container.float_left{
        margin-right:0 !important;
    }
    .lp_swa #main .swiper-button-prev{
        margin-left: -10px;
    }
    .lp_swa #main .swiper-button-next{
        margin-right: -10px;
    }
    .sliderwidth80 .swiper-slide{
        padding:0 25px;
    }
    .lp_swa #ctrl_215 span{
        width:43%;
    }
    lp_swa .ce_form textarea{
        margin-bottom:15px;
    }
    .mod_article.fullwidth .container{
        padding-left:15px;
        padding-right:15px;
    }
}


/*  /////////////// RESPONSIVE  /////////////////////*/
@media screen and (min-width:1230px){
    .ce_titelbild_ls .titleText,
    .mod_article.fullwidth-boxed-small .container{
        max-width:960px;

    }
    .ce_titelbild_ls .yellowBox{
        position: absolute;
        height: 86px;
        width: 86px;
        margin-top: -86px;
        left: calc(50% - 480px - 86px);
    }
}

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

    .ce_titelbild_ls .titleText{
        padding:2.25rem 2.875rem;
        margin-top: -60px;
        max-width:85vw;
    }
    .ce_titelbild_ls .yellowBox{
        height: 8vw;
        width: 16vw;
        margin-top: -8vw;
        left: calc(50% - 37.5vw - 16vw);
    }
    .mod_article.fullwidth-boxed-small{
        max-width:85vw;
    }
    .mod_article.fullwidth-boxed-small .container {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    h1, .page-title {
        font-size: 24px;
        line-height: 1.2em;
    }


    h2 {
        font-size: 1.375rem;
        line-height: 1.5625rem;

    }
    #article-983 h2{
        font-size: 2rem;
        line-height: 1.3em;
    }
}