/* oxygen-300 - latin-ext_latin */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 300;
    button src: url('../fonts/oxygen-v9-latin-ext_latin-300.eot'); /* IE9 Compat Modes */
    src: local('Oxygen Light'), local('Oxygen-Light'), url('../fonts/oxygen-v9-latin-ext_latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oxygen-v9-latin-ext_latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oxygen-v9-latin-ext_latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oxygen-v9-latin-ext_latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oxygen-v9-latin-ext_latin-300.svg#Oxygen') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* oxygen-regular - latin-ext_latin */
@font-face {
    font-family: 'Oxygen';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oxygen-v9-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Oxygen Regular'), local('Oxygen-Regular'), url('../fonts/oxygen-v9-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/oxygen-v9-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/oxygen-v9-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oxygen-v9-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oxygen-v9-latin-ext_latin-regular.svg#Oxygen') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* reset , thanx eric! */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, sans-serif;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --- 

	Colors: #60082d; violett
			#ffd760; light orange logo
			#f9c400; orange

*/

html, body {
    /*height: 100%;*/
}

body {
    /*
    background-repeat: repeat-x;
    background-image: url('/css/lib/bg.gif');
    background-color: #e3dfd6;
    */
    background: linear-gradient(rgba(255, 255, 255, 0.1) 325px, #e3dfde 600px, #e3dfd6 100%);
}

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}

/* layout */
#wrapper {
    width: 900px;
    margin: 0 auto;
    min-height: 100%
}

#main {
    padding-bottom: 272px; /* must be same height in #main and #footer */
}

#header {
    margin: 25px 0 30px 0;
    overflow: auto
}

#naviconid {
    margin-top: -40px;
}

.whiteBg {
    background-color: #ffffff;
}

@media screen and (prefers-color-scheme: dark) {
    #logo {
        padding: 5px;
    }

    #naviconid {
        margin-top: -35px;
    }

    body {
        /*background-image: url('/css/lib/bg-dark.gif');*/
    }
} 

#content { /*clear:both;*/
    margin-bottom: 70px;
}

#banner-right {
    position: sticky;
    top: 70px;
    height: 0px;
}
#banner-bottom a img {
    margin-left: auto;
    margin-right: 60px;
    max-width: 100%;
    margin-bottom: 30px;
}
/*
@media only screen and (min-width: 1201px) {
    #banner-right {
        margin-left: 880px;
        visibility: visible;
        margin-bottom: 620px;
    }
    #banner-right>a>img {
        margin-top: -60px;
    }
    #banner-bottom {
        visibility: hidden;
        height: 0px;
    }
    .content-umschrift {
        margin-bottom: 0px;
        margin-top:-600px !important;
    }
}
@media only screen and (max-width: 1200px) {
    #banner-right {
        margin-left: 0px;
        visibility: hidden;
        margin-bottom: 0px;
    }
    #banner-bottom {
        visibility: visible;
        height: auto;
    }
    .content-umschrift {
        margin-bottom: 0px;
        margin-top: -40px;
    }
}
*/
@media only screen and (max-width: 830px) {
    #banner-bottom {
        visibility: visible;
        height: auto;
    }
    #banner-bottom a img {
        margin-left: auto;
        margin-right: 0px;
        max-width: 100%;
        margin-bottom: 30px;
    }
    #banner-bottom {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* http://www.cssstickyfooter.com/ */
#footer {
    background-color: #fff;
    position: relative;
    margin-top: -272px; /* negative value of footer height */
    padding-top: 20px;
    height: 272px; /* must be same height in #main and #footer */
    clear: both;
}

    #footer .row {
        width: 900px;
        margin: 0 auto;
    }

    .row.paragraph {
        margin-top: 20px;
    }

div.cell {
    width: 125px;
    float: left;
    margin-right: 30px
}

    div.cell.span-2 {
        width: 280px
    }

    div.cell.span-3 {
        width: 435px
    }

    div.cell.span-4 {
        width: 590px
    }

    div.cell.span-5 {
        width: 745px
    }

    div.cell.last {
        margin-right: 0px;
    }

/* elements */
ul#mainnav {
    list-style: none;
    margin-top: 56px;
    margin-right: 20px;
    float: right;
}

    ul#mainnav li {
        float: left;
        margin-left: 30px;
        color: #60082d
    }

        ul#mainnav li a {
            text-decoration: none;
            color: #999;
            font-size: 16px
        }

            ul#mainnav li a:hover {
                color: #60082d
            }


/* typography */
textarea, input {
    font-family: Helvetica, Arial, sans-serif;
}

p,
td,
h6,
blockquote {
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

p,
li,
h6 {
    margin-bottom: 10px;
}

a, #matomoBannerLink {
    text-decoration: none;
    color: #60082d
}
#matomoBannerLink {
    cursor: pointer;
}
a:hover, #matomoBannerLink:hover {
    color: #000
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 300;
    font-family: 'Oxygen', sans-serif, Arial, Helvetica;
}

h1, h2 {
    letter-spacing: 0px;
    font-size: 35px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 15px;
}

h1 {
    color: #888;
}
/* Cufon: #999 */
h3 {
    font-size: 18px;
    line-height: 18px;
    color: #666;
    margin-bottom: 5px
}

h4 {
    font-size: 24px;
    line-height: 28px;
    color: #666;
    margin-bottom: 15px
}

    h4 a {
        color: #666
    }

h5 {
    font-size: 20px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}

    h5 span {
        color: #ffc003;
    }

.color1 {
    color: #60082d;
}

small,
.small,
.small li,
.small .cell li,
.small p {
    font-size: 12px;
    line-height: 16px;
    color: #666
}

p small {
    display: block;
    margin-top: 5px;
    margin-left: 12px
}

.big {
    font-size: 16px;
}


a.arrow {
    padding-left: 10px;
    background-position: 0px 3px;
    background-image: url(lib/arrow_p.gif);
    background-repeat: no-repeat;
}

a.big.arrow {
    padding-left: 12px;
    background-position: 0px 4px !important
}


#footer .small,
#footer .small p,
#footer .small li {
    font-size: 11px;
    line-height: 14px;
}

#content ul {
    list-style: disc;
    font-size: 14px;
    color: #333;
    margin-bottom: 7px
}

    #content ul li {
        margin-left: 17px
    }

#content ol {
    list-style: decimal;
    font-size: 14px;
    color: #333;
    margin-bottom: 7px
}

    #content ol li {
        margin-left: 16px;
        margin-bottom: 2px;
    }

#content ul.linklist {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 12px 0 0 0;
    text-align: left
}

    #content ul.linklist li {
        margin: 0 0 6px 0;
        background: url(lib/arrow_p.gif) 0px 4px no-repeat;
        min-height: 14px;
        display: block
    }

        #content ul.linklist li a {
            margin-left: 10px;
            display: block
        }

#content .small ul.linklist {
    font-size: 12px;
    line-height: 16px;
    margin: 8px 0 0 0;
}

    #content .small ul.linklist li {
        margin: 0 0 2px 0;
        background-position: 0px 3px;
        background-image: url(lib/arrow_p.gif);
        background-repeat: no-repeat;
    }

        #content .small ul.linklist li a {
            margin-left: 10px;
        }

/* FAQ */
.faqpanel {
    color: #60082d;
    padding-left: 15px;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    cursor: pointer
}

    .faqpanel.close {
        background-image: url(lib/plus.gif)
    }

    .faqpanel.open {
        background-image: url(lib/minus.gif);
        color: #333;
    }


/* special cells */
div.inner {
    margin: 15px 20px;
}
/* shadow */
div.cell.hint, div.cell.hint .sb-inner {
    background: #ffd760url(lib/panel.gif) repeat-x;
}

    div.cell.hint .sb-shadow {
    }

    div.cell.hint .sb-border {
    }

    div.cell.hint p {
        font-size: 14px;
        line-height: 16px;
        color: #666
    }

    div.cell.hint blockquote {
        font-weight: normal;
        color: #60082d;
        margin: 50px 0 25px 15px;
        font-size: 12px;
        line-height: 14px;
    }

    div.cell.hint h4 {
        color: #fff
    }

    div.cell.hint h5 {
        background-image: url(lib/info.png);
        background-position: left top;
        background-repeat: no-repeat;
        font-size: 10px;
        line-height: 14px;
        color: #999;
        text-transform: uppercase;
        border-bottom: 2px solid #ccc;
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 40px;
        padding-bottom: 15px;
    }


#footer a {
    color: #666
}

    #footer a:hover {
        color: #60082d
    }

#footer li {
    margin-bottom: 2px;
}

/*hompage*/
#panelframe {
    margin-top: 60px;
    width: 100%;
    height: auto;
}

    /* shadow */
    #panelframe, #panelframe .sb-inner {
        background: #ffd760 url(lib/panel.gif) repeat-x;
    }

        #panelframe .sb-shadow {
            background: #bbb;
        }

        #panelframe .sb-border { /* background:green; */
        }

.panel {
    width: 900px;
    height: 364px;
}

    .panel table {
        height: 100%;
    }

.pimage {
    width: 308px;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.ptext {
    vertical-align: top;
    text-align: left;
    padding: 30px 30px 0 0;
}

.ctext {
    padding: 40px 30px 30px 40px;
}

.simage {
    vertical-align: bottom;
    text-align: right;
    padding: 0 30px 20px 0;
}


#input {
    color: #fff;
}

    /* shadow */
    #input, #input .sb-inner {
        background: #60082d;
    }
        /*#60082d*/
        #input .sb-shadow {
        }

        #input .sb-border {
        }

#eingabe {
    width: 100%;
    color: #fff;
    border: 1px solid #a66c8b;
    border-style: none solid solid none;
}
#mainContent_txtInput {    
    padding-top:8px !important;
}

/* shadow */
#eingabe, #eingabe .sb-inner {
background: #773456
}

#eingabe .sb-shadow {
}

#eingabe .sb-border {
    background: #773456
}

#eingabe input {
    padding: 10px;
    color: #fff;
    font-size: 16px;
    background: transparent;
    border: none;
    width: 270px
}

#eingabeEmail input {
    width:100%;
}

/* shadow */
#output, #output .sb-inner {
background: #ffc003
}

#output .sb-shadow {
}

#output .sb-border {
}

div#output {
    z-index: 1;
    margin-top: 8px;
}

div#output table td {
    text-align: left;
    /*width:10%;*/
}

#input, #output {
    margin: 0
}
div#input-triangle {
    margin-top: 35px;
    margin-bottom: -13px;
    position: relative;
    z-index: -1;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 28px 0 0 32px;
    border-color: transparent transparent transparent #60082d;
}


#input.placeholder {
    color: #888 !important;
    font-size: 11px !important
}

    div#output table th,
    div#output table td {
        font-size: 16px
    }

    div#output table th {
        text-align: left
    }

    div#output table td {
        padding-right: 20px
    }

table#products {
    width: 100%;
    table-layout: fixed;
}

    table#products tr {
    }

    table#products .neutr {
        vertical-align: top;
        text-align: center;
        padding: 0;
        background-color: transparent
    }

    table#products td {
        vertical-align: top;
        text-align: center;
        background-color: #eeece6;
        padding: 5px 10px;
    }

    table#products tr.pr td {
        padding: 10px 10px;
        border-top: 1px solid #fff;
        font-weight: bold
    }

    table#products .ratop {
        border-radius: 12px 12px 0px 0px;
    }
    table#products .rabottom {
        border-radius: 0px 0px 12px 12px;
    }
    table#products .ratop,
    table#products .rabottom {
        padding: 10px 10px
    }

/* shadow */
div.ratop, div.ratop .sb-inner {
    background: #eeece6;
}

    div.ratop .sb-shadow {
    }

    div.ratop .sb-border {
    }

div.rabottom, div.rabottom .sb-inner {
    background-color: #eeece6
}

table#products .c1 {
    width: 300px;
    text-align: left;
    background-color: transparent;
}

table#products th.c1 {
    padding-top: 0px;
    padding-left: 0px
}

table#products .space {
    width: 10px;
    background-color: transparent
}

table#products th img {
}

table#products th p {
    font-size: 15px;
    color: #666
}

table#products tr.even td {
    background-color: #f5f4f0
}

    table#products tr.even td.space,
    table#products tr.even td.c1 {
        background-color: #eeece6
    }

table#prinzip {
    margin-top: 20px;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

    table#prinzip th,
    table#prinzip td {
        text-align: center;
        padding: 10px 0
    }

table#gadgets {
    width: 100%;
    table-layout: fixed
}

    table#gadgets td {
        padding: 0 10px 10px 10px;
        text-align: center
    }

        table#gadgets td img {
            margin-bottom: 10px;
        }

div.gradient {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 10px
}

    /* shadow */
    div.gradient, div.gradient .sb-inner {
        background: #f0efed url(lib/bg_prod.png) no-repeat center top;
    }
        /*

        div.gradient .sb-shadow {
        }

        div.gradient .sb-border {
        }
    */

        div.gradient p {
            font-size: 22px;
            font-weight: normal;
            color: #666
        }

#triangle-bottom {
    position: relative;
    z-index: -1;
    float: right;
    top: -10px;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 30px 32px 0;
    border-color: transparent #ffc003 transparent transparent;
}
/* border: 1px solid #ccc;
*/


/* Buttons */
/*
.button,
#mainContent_s0button, #mainContent_dictWordListCtrlLs_sEmailButton {
    padding: 6px 4px 4px 4px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

    .button input {
        color: #fff;
        cursor: pointer;
    }

    .button.s0,
    #mainContent_s0button, #mainContent_dictWordListCtrlLs_sEmailButton {
        color: #fff;
    }

        .button.s0, .button.s0 .sb-inner,
        #mainContent_s0button, #mainContent_s0button .sb-inner {
            background: #60082d url(lib/bg_button.gif) repeat-x;
        }

#mainContent_dictWordListCtrlLs_sEmailButton {
    background: #eec340 url(lib/bg_button_y.gif) repeat-x;
}

.button .sb-shadow {
}

.button .sb-border,
#mainContent_s0button .sb-border, #mainContent_dictWordListCtrlLs_sEmailButton .sb-border {
    background: #333;
}

.button span,
a#mainContent_s0button span, #mainContent_dictWordListCtrlLs_sEmailButton span {
    z-index: 9999
}


#mainContent_s0button {
    background: #60082d url(lib/bg_button.gif) repeat-x !important;
    border: 1px solid #673446 !important;
    border-radius: 10px !important;
}
#mainContent_dictWordListCtrlLs_sEmailButton {
    background: #eec340 url(lib/bg_button_y.gif) repeat-x !important;
    border: 1px solid #f4df76 !important;
    border-radius: 10px !important;
}
*/

.button.s1_old {
    background-image: none;
    border: 1px solid #ccc;
    background-color: #f0efeb; /* #f5f4f0 */
    color: #333;
}

a:hover.button.s1_old {
    background-color: #fff;
}

/* picturelist */
ul.picturelist {
}

    ul.picturelist li {
        clear: both;
        list-style: none;
        margin-left: 0px !important;
        padding-right: 28px
    }

        ul.picturelist li img {
            float: left;
            margin-right: 28px;
            margin-bottom: 33px;
        }

/* St�rer */
.test {
    position: relative;
    z-index: 9999
}

    .test img {
        position: absolute;
        top: -40px;
        right: -8px;
    }

form#formID input,
form#formID textarea,
form#frmEasyThai input {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-size: 14px;
    background: transparent;
}

input.placeholder,
textarea.placeholder {
    color: #CCC;
}

.searchHighlight {
    /*
font-weight: normal;
color: #1A3D6C;
font-style: italic;
*/
    background-color: #FFDD64;
}


/****************************************************************
* base_cdsoft start:
*************************************************************** */

#content {
    margin-top: 150px; /* the same for #content and header */
    margin-bottom: 30px;
}
/* layout */
#wrapper {
    width: auto !important;
    max-width: 940px !important;
    min-width: 260px !important;
}

#main {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
/* must be same height in #main and #footer */

/* http://www.cssstickyfooter.com/ */
#footer .row {
    max-width: 940px !important;
}

.positionAbsolute {
    position: absolute !important;
    left: 0px;
    margin-right: -20px;
}

.shareIt {
    margin-top: 35px;
    margin-left: 50px !important;
    margin-right: 60px !important;
    width: fit-content !important;
}

.a2a_svg {
    width: 22px !important;
    height: 22px !important;
}

#mainContent_dictWordListCtrlLs_txtInputEmail {
    background-color: #FFDD64 !important;
    padding: 8px;
    border: #FFDD64;
    border-radius: 8px;
    color: #646464;
}

/* rows and cells */
.row {
    width: 100% !important;
    display: table;
    margin-top: 60px;
    clear: both;
    overflow: hidden;
}
/*
    .row.cells {
        width: 100% !important;
    }
*/
.etonline-input {
    width: 320px !important;
}

/*
input[type=text] {
    text-align: left;
    width: 100%;
}
*/

.ThaiTranskription {
    font-size: 14px;
}

.current-link {
    color: #baada7;
}

.hp-main-image {
    width: 100%;
}

.hp-translate-image {
    float: right;
    margin-top: 20px;
}

table#products .c1 {
    width: auto;
    overflow-wrap: break-word;
}

table#products td {
    vertical-align: middle !important;
}

table#gadgets td img {
    max-width: 100%;
}

.datenschutz {
    max-width: 100%;
    margin-bottom: 25px;
}

#mainContent_btnSend {
    text-align: center;
}

.custom-validation {
    text-align: left !important;
    color: darkred;
}

.mainContent_txtEmailformError, .mainContent_txtThemaformError, .mainContent_txtBodyformError {
    left: 60px !important;
}

.input-div {
    padding: 15px;
}

.input-button {
    margin: 30px 0 0 0;
}

.output-div {
    padding: 20px;
    min-height: 180px;
}

.etformfield {
    margin-bottom: 15px;
    padding: 6px;
    text-align: left;
    border: 4px solid #f0efeb;
    background: #fff;
}
.etroundedborder {
    border-radius: 12px;
}
.etbutton, .etbutton-yellow {
    width: 100%;
    display: block !important;
    border-radius: 8px !important;
    padding-bottom: 5px !important;
    padding-top: 7px !important;
    color: #fff !important;
    font-size: 14px !important;
    margin-bottom: -5px !important;
    background: #60082d !important; /* Old browsers */
    background: -moz-linear-gradient(top, #8f6175 10%, #60082d 30%, #60082d 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #8f6175 10%,#60082d 30%, #60082d 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #8f6175 10%, #60082d 30%, #60082d 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: 1px solid #ffffff;
    border-style: none solid solid none;
    text-align: center !important;
    cursor: pointer;
}

.etbutton:hover {
    color: #fff;
    background: linear-gradient(to bottom, #c589a3 10%, #72143c 30%, #72143c 100%) !important;
}
.etbutton-yellow:hover {
    color: #fff;
    background: linear-gradient(to bottom, #f9de77 10%, #f5c343 30%, #f5c343 100%) !important;
}


@media only screen and (max-width: 399px) {
    .etbutton {
        font-size: 16px;
    }
}

/* header */

header {
    /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
    position: fixed;
    z-index: 3;
    right: 0px;
    left: 0px;
    top: 0px;
    min-width: 232px;
    padding: 20px 0px;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a, .header li span {
    padding: 5px 8px;
    text-align: center;
}

.header li a {
    display: block;
    border-right: 0px solid;
    text-decoration: none;
}

.header li:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    padding: 100px 0px 10px 20px;
}

/* menu */

.header .menu {
    background-color: #ffffff;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    padding-left: 15px;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 38px 20px 0px 0px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #777;
    display: block;
    height: 4px;
    position: relative;
    transition: background .2s ease-out;
    width: 28px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #777;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 8px;
}

.header .menu-icon .navicon:after {
    top: -8px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 480px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.h1small {
    font-size: 18px;
    line-height: unset;
}
.h2small {
    font-size: 20px;
    line-height: unset;
}

@media only screen and (max-width: 500px) {
    table #gadgets td img {
        max-height: 110px;
    }
}

@media only screen and (max-width: 380px) {
    .etonline-input {
        width: 280px !important;
    }

    #eingabe input {
        width: 225px !important;
    }
}

@media only screen and (max-width: 330px) {
    .etonline-input {
        width: 250px !important;
    }

    #eingabe input {
        width: 195px !important;
    }
}

@media only screen and (max-width: 290px) {
    .etonline-input {
        width: 225px !important;
    }

    #eingabe input {
        width: 170px !important;
    }
}

@media only screen and (max-width: 700px) {

    p, td, h6, blockquote, div.cell.hint blockquote {
        font-size: 18px;
        line-height: 24px;
    }
    small, .small, .small li, .small .cell li, .small p {
        font-size: 14px;
        line-height:18px;
    }

    #content ul.linklist li {
        background: url(lib/arrow_p.gif) 0px 7px no-repeat;
    }
    #content ul.linklist {
        font-size: 18px;
        line-height: 22px;
    }

    a.arrow, a.big.arrow {
        background-position: 0px 7px !important;
    }

    .online_woerterbuch_result_cell {
        font-size:18px; 
    }
    .big {
        font-size: 20px;
    }

    #content ol li {
        margin-left:22px;
    }
    #content ol {
        font-size:18px;
    }

    dt p {
        font-size: 20px !important;
    }

    .h1small {
        font-size: 24px;
        line-height: unset;
    }

    .h2small {
        font-size: 24px;
        line-height: unset;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
        padding-bottom:5px;
    }

    #content ul {
        font-size:20px;
    }

    h4 {
        font-size: 28px;
        line-height:32px;
    }

    div .cell {
        width: 125px;
        float: left;
        margin-right: 30px
    }

        div.cell.span-2 {
            width: 100%
        }

        div.cell.span-3 {
            width: 100%
        }

        div.cell.span-4 {
            width: 100%
        }

        div.cell.span-5 {
            width: 100%
        }

        div.cell.span-6 {
            width: 100%
        }

        div.cell.last {
            margin-right: 0px;
        }

    .row {
        margin-top: 20px;
    }

    html, body {
        height: unset;
    }

    #wrapper {
        min-height: unset;
    }

    div.cell.hint, div.cell.hint .sb-inner {
        margin-top: 50px;
        padding-bottom: 20px;
    }

    ul.picturelist li {
        padding-right: 0px;
    }

        ul.picturelist li img {
            float: none;
            margin-bottom: 10px;
        }

        ul.picturelist li p {
            margin-bottom: 30px;
        }

    .addthis_toolbox, .addthis_default_style {
        display: inline-block !important;
        margin-top: 20px;
    }

    h4 {
        padding-top: 20px;
    }

    div.cell {
        float: none;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    h1, h5, p {
        text-align: center;
    }

    .datenschutz {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .shareIt {
        margin-top: 15px;
        margin-left: 50px;
        margin-right: 60px;
        width: fit-content !important;
    }

    #linklist {
        visibility: hidden;
        height: 0px;
    }

    #content ul {
        list-style: none !important;
    }

    table #gadgets td img {
        width: 100px;
    }

    /*
    .button span, a#mainContent_s0button span, #mainContent_dictWordListCtrlLs_sEmailButton span {
        font-size: 16px;
    }
    */

    .hp-translate-image {
        float: none;
    }

    @media (max-height: 600px) {
        .hp-main-image {
            width: auto;
            max-height: 150px;
        }
    }

    @media (min-height: 601px) and (max-height:800px) {
        .hp-main-image {
            width: auto;
            max-height: 210px;
        }
    }

    @media (max-height:1000px) {
        .input-div {
            padding: 10px;
        }

        .input-button {
            margin: 10px 0 0 0;
        }

        .output-div {
            padding: 15px;
            min-height: 160px;
        }
    }
}

@media (min-width: 701px) and (max-width: 730px) {
    .etonline-input {
        width: 300px !important;
    }

    #eingabe input {
        width: 250px !important;
    }
}

@media (max-width:700px) {
    .header {
        background-color: #ffffff;
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,.3);
    }

    .menu li {
        /*margin-top:10px;*/
        margin-bottom: 0px !important;
        padding: 0px;
    }

        .menu li a {
            border-bottom: solid #cccccc 1px;
            margin: 0px 50px;
            padding: 13px 8px !important;
        }

            .menu li a.first {
                margin-top: 20px !important;
            }

    .header .menu {
        padding-left: 0px !important;
    }

    #footernavig {
        visibility: hidden;
        height: 0px;
    }

    #footernavig-mobile {
        margin-top: 10px;
        visibility: visible !important;
        height: auto !important;
    }

    #subtitlerow {
        overflow: visible;
    }
    #output {
        position: relative;
        /*
        top: 50px;
        */
    }
    #mainContent_UpdatePanel1 {
        /*margin-bottom:80px;*/
        position: relative;
        /*top:50px;*/
    }
    div#input {
        margin-top: 0px;
    }
    div#input-triangle {
        margin-top: 0px;
    }
    .etonline-input p {
        /*margin-bottom: -30px !important;*/
    }
    div#output {
        margin-top: 8px;
    }
    #triangle-bottom {
        /*top: 40px;*/
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }
}

@media (min-width: 701px) and (max-width: 810px) {
    .header .menu {
        width: 65% !important;
        margin-top: 50px !important;
    }
}

    @media (min-width: 701px) {

        div .cell {
            width: 16%;
            float: left;
            margin-right: 30px
        }

            div.cell.span-2 {
                width: 31%
            }

            div.cell.span-3 {
                width: 46%
            }

            div.cell.span-4 {
                width: 62%
            }

            div.cell.span-5 {
                width: 77%
            }

            div.cell.span-6 {
                width: 85%;
                max-width: 100%;
                height: 100%;
                /* min-height: 500px; */
            }

            div.cell.last {
                margin-right: 0px;
            }

        #content {
            margin-top: -20px;
        }

        .header {
            background-color: #ffffff;
            position: relative;
            box-shadow: unset;
            right: unset;
            left: unset;
            max-width: 940px;
            margin-right: 20px;
            height: 150px; /* the same for #content and header */
        }

            .header li {
                float: left;
                margin-bottom: 0px;
            }

                .header li a, .header li span {
                    padding: 5px 5px;
                    float: left;
                    border-right: 2px solid #f4f4f4;
                }


            .header .menu {
                background-color: transparent;
                clear: none;
                float: right;
                max-height: none;
                width: 73%; /* 70% */
                margin-top: 60px; /* 60px */
                margin-right: 10px;
            }

            .header .menu-icon {
                display: none;
            }

            .header .logo {
                padding: 100px 20px 10px 0px;
            }
    }














    /* Buttons */
/*.button,
    #mainContent_s0button, #mainContent_dictWordListCtrlLs_sEmailButton {
        padding: 6px 0px 4px 0px;
        text-align: center;
        display: block;
        margin-bottom: 5px;
        color: #fff;
        float: right;
        width: 100%;
        overflow-wrap: break-word;
    }
    */
    .online_woerterbuch_result_row_title {
        margin-top: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px #FFDD64;
        text-align: left;
    }

    .online_woerterbuch_result_row {
        margin-top: 4px;
        padding-bottom: 3px;
        border-bottom: solid 1px #FFDD64;
    }

    .online_woerterbuch_result_cell {
        margin-right: 10px;
        width: 46%;
        float: left !important;
        text-align: left;
    }

        .online_woerterbuch_result_cell span,
        .online_woerterbuch_result_cell span i,
        .online_woerterbuch_result_cell span b {
            font-family: Tahoma,Verdana,Helvetica, Arial, sans-serif;
        }

    .last {
        margin-right: 0px;
    }

    .audio {
        background-position: right center;
        padding-right: 14px;
        background-image: url(lib/sound_grey.png);
        background-repeat: no-repeat;
    }

    abbr {
        float: left;
        margin-right: 10px;
        font-size: 14px;
    }

    dd div p, dt p {
        margin-left: 70px;
        text-align: left !important;
    }

    dl {
        padding-top: 30px;
    }

    @media only screen and (min-width: 701px) {
        dt p {
            font-size: 16px !important;
        }
    }

    /*********************** Social Sharing Buttons *******************/
    .resp-sharing-button__link,
    .resp-sharing-button__icon {
        display: inline-block
    }

    .resp-sharing-button__link {
        text-decoration: none;
        color: #fff;
        margin: 0.2em
    }

    .resp-sharing-button {
        border-radius: 5px;
        transition: 25ms ease-out;
        padding: 0.3em 0.55em 0.5em 0.55em;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
        line-height: unset;
    }

    .resp-sharing-button__icon svg {
        width: 1em;
        height: 1em;
        margin-right: 0.4em;
        vertical-align: top
    }

    .resp-sharing-button--small svg {
        margin: 0;
        vertical-align: middle
    }

    /* Non solid icons get a stroke */
    .resp-sharing-button__icon {
        stroke: #fff;
        fill: none
    }

    /* Solid icons get a fill */
    .resp-sharing-button__icon--solid,
    .resp-sharing-button__icon--solidcircle {
        fill: #fff;
        stroke: none
    }

    .resp-sharing-button--twitter {
        background-color: #55acee
    }

        .resp-sharing-button--twitter:hover {
            background-color: #2795e9
        }

    .resp-sharing-button--pinterest {
        background-color: #bd081c
    }

        .resp-sharing-button--pinterest:hover {
            background-color: #8c0615
        }

    .resp-sharing-button--facebook {
        background-color: #3b5998
    }

        .resp-sharing-button--facebook:hover {
            background-color: #2d4373
        }

    .resp-sharing-button--tumblr {
        background-color: #35465C
    }

        .resp-sharing-button--tumblr:hover {
            background-color: #222d3c
        }

    .resp-sharing-button--reddit {
        background-color: #5f99cf
    }

        .resp-sharing-button--reddit:hover {
            background-color: #3a80c1
        }

    .resp-sharing-button--google {
        background-color: #dd4b39
    }

        .resp-sharing-button--google:hover {
            background-color: #c23321
        }

    .resp-sharing-button--linkedin {
        background-color: #0077b5
    }

        .resp-sharing-button--linkedin:hover {
            background-color: #046293
        }

    .resp-sharing-button--email {
        background-color: #777
    }

        .resp-sharing-button--email:hover {
            background-color: #5e5e5e
        }

    .resp-sharing-button--xing {
        background-color: #1a7576
    }

        .resp-sharing-button--xing:hover {
            background-color: #114c4c
        }

    .resp-sharing-button--whatsapp {
        background-color: #25D366
    }

        .resp-sharing-button--whatsapp:hover {
            background-color: #1da851
        }

    .resp-sharing-button--hackernews {
        background-color: #FF6600
    }

        .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
            background-color: #FB6200
        }

    .resp-sharing-button--vk {
        background-color: #507299
    }

        .resp-sharing-button--vk:hover {
            background-color: #43648c
        }

    .resp-sharing-button--facebook {
        background-color: #3b5998;
        border-color: #3b5998;
    }

        .resp-sharing-button--facebook:hover,
        .resp-sharing-button--facebook:active {
            background-color: #2d4373;
            border-color: #2d4373;
        }

    .resp-sharing-button--twitter {
        background-color: #55acee;
        border-color: #55acee;
    }

        .resp-sharing-button--twitter:hover,
        .resp-sharing-button--twitter:active {
            background-color: #2795e9;
            border-color: #2795e9;
        }

    .resp-sharing-button--tumblr {
        background-color: #35465C;
        border-color: #35465C;
    }

        .resp-sharing-button--tumblr:hover,
        .resp-sharing-button--tumblr:active {
            background-color: #222d3c;
            border-color: #222d3c;
        }

    .resp-sharing-button--email {
        background-color: #777777;
        border-color: #777777;
    }

        .resp-sharing-button--email:hover,
        .resp-sharing-button--email:active {
            background-color: #5e5e5e;
            border-color: #5e5e5e;
        }

    .resp-sharing-button--pinterest {
        background-color: #bd081c;
        border-color: #bd081c;
    }

        .resp-sharing-button--pinterest:hover,
        .resp-sharing-button--pinterest:active {
            background-color: #8c0615;
            border-color: #8c0615;
        }


    /* from "//add our styles to the document" in jquery-and-functions */
    .sb, .sbi, .sb *, .sbi * {
        position: relative;
        z-index: 1;
    }

    * html .sb, * html .sbi {
        height: 1%;
    }

    .sbi {
        display: inline-block;
    }

    .sb-inner {
        background: #ddd;
    }

    .sb-shadow {
        background: #000;
    }

    .sb-border {
        background: #bbb;
    }


