/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height:100.02%;
}

body {
    font-family:Helvetica,Arial,no-serif;
    font-size:90%;
    color:#555;
    background-color:#dedede;
}

.desktop {
    display:none!important;
}

/**********************/
/* pageregion */
/**********************/
#pageregion {
    width:90%;
    max-width:990px;
    margin:auto;
    background-color:#fff;
    border:1px soldi #ccc;
}

/**********************/
/* pageregionHeader */
/**********************/
#pageregionTop {
    float:left;
    width:90%;
    padding:1em 5%;
}

#metanav {
    float:right;
    width:40%;
    text-align:right;
    line-height:100%;
}

#keyvisual {
    clear:both;
    line-height:0;
}

#mainmenu {
    clear:both;
}

/**********************/
/* pageregionContent */
/**********************/
#pageregionShell {
    float:left;
    width:95%;
    margin-bottom:5em;
    margin-left:5%;
}

#pageregionTopcontent {
    float:left;
    width:100%;
}

#pageregionLeft {
    display:none;
}

#pageregionContent {
    float:left;
    width:100%;
}

/**********************/
/* pageregionFooter */
/**********************/
.pageregionFooter {
    clear:both;
    float:left;
    width:100%;
    padding:1em 0;
}

#copyright {
    clear:both;
    padding:1em 5%;
}

@media screen and (min-width: 900px) {
    .celeste_co {
        color:#00a3e1;
    }

    .cyan_co {
        color:#0ab5c9;
    }

    .blue_co {
        color:#004494;
    }

    .green_co {
        color:#44a12b;
    }

    .yellow_co {
        color:#fac902;
    }

    .pink_co {
        color:#dd5097;
    }

    .orange_co {
        color:#ee7f00;
    }

    .bordeaux_co {
        color:#bd072f;
    }

    .celeste_bg {
        background-color:#00a3e1;
    }

    .cyan_bg {
        background-color:#0ab5c9;
    }

    .blue_bg {
        background-color:#004494;
    }

    .green_bg {
        background-color:#44a12b;
    }

    .yellow_bg {
        background-color:#fac902;
    }

    .pink_bg {
        background-color:#dd5097;
    }

    .orange_bg {
        background-color:#ee7f00;
    }

    .bordeaux_bg {
        color:#bd072f;
    }

    .cyan_ho {
        color:#baeaf0;
    }

    .blue_ho {
        color:#00397c;
    }

    .green_ho {
        color:#398724;
    }

    .yellow_ho {
        color:#d1a802;
    }

    .pink_ho {
        color:#f5cbbe;
    }

    .orange_ho {
        color:#fbdbb7;
    }

    .bordeaux_ho {
        color:#b2072b;
    }

    .desktop {
        display:block!important;
    }

    .smartphone {
        display:none!important;
    }

    /**********************/
    /* pageregionContent */
    /**********************/
    #pageregionShell {
        float:left;
        width:98%;
        margin-left:2%;
    }

    #pageregionLeft {
        display:block;
        float:left;
        width:20%;
        /* 202px / 970px */
        /*		padding-right:4%;*/
        /* 36px / 970px */
        /* 		padding-top:3em; */
    }

    #pageregionContent {
        float:right;
        width:76%;
        /* 728px / 970px */
        margin-left:0;
        padding-right: 30px;
    }

    /**********************/
    /* pageregionFooter */
    /**********************/
    .pageregionFooter {
        display:block;
        clear:both;
        float:left;
        width:100%;
        padding:0;
    }

    #copyright {
        padding-left:2%;
    }
}

@media screen and (min-width: 1120px) {
    #pageregion {
        max-width:990px;
        padding:0 3px;
        background-image:url(../w_images/frameset/bg_pageregion.gif);
        background-repeat:repeat-y;
        background-position:0 0;
    }
}

#logo {
    display:block;
    float:left;
    width:50%;
    padding:0;
    line-height:0;
}

#metanav {
    display:block;
    float:right;
    width:49%;
    padding:0;
    line-height:0;
}

#metanav li {
    display:inline;
    margin-right:1em;
    font-size:100%;
    font-weight:700;
    text-transform:uppercase;
    color:#555;
}

#metanav li a {
    color:#555;
}

#metanav ul.language-switcher {
    display:block;
    float:right;
    width:100%;
    line-height:0;
}

#metanav ul.language-switcher li {
    border-right:1px solid;
    margin-right:.5em;
    padding-right:.5em;
}

#keyvisual {
    position:relative;
    top:0;
    left:0;
    z-index:0;
}

#keyvisual div.headertag {
    position:absolute;
    top:55%;
    left:5%;
    width:60%;
    height:15%;
    z-index:1;
}


#mainmenu ul.menu {
    float:left;
    width:100%;
    background-color:#353535;
}

#mainmenu ul.menu>li {
    float:left;
    width:28%;
    margin-left:5%;
    background-image:url('../w_images/frameset/bg_navborder.gif');
    background-repeat:no-repeat;
    background-position:100% 0;
}

#mainmenu ul.menu>li.last {
    background:none;
}

#mainmenu ul.menu li a {
    color:#999;
    font-size:95%;
    text-transform:uppercase;
    font-weight:700;
    padding:1.1em 0;
    display: block;
}

#mainmenu ul.menu li a:hover,#mainmenu ul.menu li.current-cat a {
    color:#fff;
}


@media screen and (min-width: 900px) {
    #pageregionTop {
        float:left;
        width:96%;
        padding:1em 2%;
    }

    #logo {
        width:25%;
        /* exakte Breite, damit Bildgr�sse angepasst wird */
    }

    #metanav {
        width:60%;
        /* 300px / 990px */
    }

    #metanav li {
        font-size:75%;
    }

    #metanav li a:hover {
        color:red;
    }

    #metanav ul.pages {
        display:block;
        float:left;
        width:75%;
        padding:0;
        line-height:0;
    }

    #metanav ul.desktop {
        display:block;
        float:left;
        width:70%;
        line-height:0;
    }

    #metanav ul.language-switcher {
        display:block;
        float:right;
        width:25%;
        padding:0;
        line-height:0;
    }

    #metanav ul.language-switcher li {
        border-right:1px solid;
        margin-right:.5em;
        padding-right:.5em;
    }

    #metanav ul.language-switcher li.current {
        font-weight:400;
    }


    #mainmenu ul {
        float:left;
        width:100%;
    }

    #mainmenu ul.menu>li {
        margin-left:0;
        width:16.66%;
        text-align:center;
    }
}


div#left ul.subnav
{

}


div#left ul.subnav li
{
    border-bottom:1px solid #dedede;
    padding:0.2em 0;
}

div#left ul.subnav li.current-cat
{
    font-weight:bold;
    background-image: url(/wp-content/themes/corporateInlingua/w_images/elements/arrow_right_black_8-11);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

div.teaserleft
{
    /* 	margin-top:4em; */
}

div.teaserleft div
{
    margin-top:2em;
}

div.teaserleft div p.title
{
    padding-bottom:0.2em;
    margin-bottom:0.4em;
    border-bottom:2px solid #ccc;
    color:#333;
    font-weight:bold;
    font-size:100%;
}

div.teaserleft div p
{
    margin:0;
    margin-bottom:0.3em;
    font-size:75%;
    line-height:130%;
}

div.twitterbox
{
    margin-bottom:1em;
}

div.twitterbox table
{
    margin:0;padding:0;
    border-spacing:0;border-collapse:collapse;
    width:100%;
    background-image: url(/wp-content/themes/corporateInlingua/w_images/elements/ele_twitterbox1.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

div.twitterbox table td
{
    width:40%;
}

div.twitterbox table td.link
{
    width:60%;
    text-align:right;
}

div.twitterbox table td.link a
{
    color:#999;
    font-size:70%;
}

ul#twitter_update_list
{
    margin:0;padding:0;
    padding:0.5em;
    background:#F1F1F1;
    border-style:solid;
    border-width:1px;
    border-bottom:0;
    border-color:#ccc;
    color:#666;

}

ul#twitter_update_list li
{
    margin:0;padding:0;
    color:#333;
    font-size:70%;
    line-height:150%;
}

ul#twitter_update_list li a
{
    margin:0;padding:0;
}

@charset "utf-8";

/* CSS Document */
p,li,dd {
    line-height:155%;
}

p {
    margin-bottom:1em;
}

p.head {
    font-weight:700;
}

a:link,a:visited {
    color:#000;
}

a:active,a:hover {
    color:#666;
}

a:link,a:visited {
    text-decoration:none;
}

h1,h2 {
    font-weight:700;
}

h1 {
    color:#0f2754;
    font-size:120%;
}

h2 {
    font-size:120%;
    margin:2em 0 1em;
    color:#003399
}

li {
    list-style-type:none;
}

form {
    width:100%;
    margin-top:3em;
    margin-bottom:2em;
    padding-bottom:1em;
}

input,select,textarea {
    font-family:Helvetica,Arial,no-serif;
    font-size:100%;
    border:1px solid #ccc;
    border-radius:.2em;
    -moz-border-radius:.2em;
    -webkit-border-radius:.2em;
    width:75%;
    padding:.3em;
}

img,object {
    border:0;
    max-width:100%;
}

div.pageregionContent {
    font-size:90%;
}

div.contentText,div.contentTeaser {
    width:95%;
}

/**********************/
/* contentregionTitle */
/**********************/
#contentregionTitle {
    float:left;
    width:100%;
    padding-top:3em;
    padding-bottom:1em;
}

#contentregionTitle #pageTitle {
    float:left;
    width:90%;
}

#contentregionTitle #pageFB {
    display:none;
}

/**********************/
/* contentText */
/**********************/
div.contentText {
    clear:both;
}

div.contentText dl {
    float:left;
    width:100%;
    display:inline;
    padding:3em 0 2em;
    background-image:url(/wp-content/themes/corporateInlingua/w_images/elements/ico_underline_white.gif);
    background-repeat:repeat-x;
}

div.contentText dl dt {
    float:right;
    width:75%;
    color:#000;
    font-size:120%;
    font-weight:400;
    padding-bottom:.5em;
}

div.contentText dl dd.txt {
    float:right;
    width:75%;
    margin-bottom:.5em;
}

div.contentText dl dd.img {
    float:left;
    width:22%;
    margin-right:3%;
    padding:0;
}

div.contentText ul {
    padding-bottom:1.5em;
}

div.contentText ul ul,div.contentText ul ul ul {
    padding-bottom:0;
}

div.contentText li {
    padding:.3em 0;
    padding-left:3%;
    background-image:url('../w_images/elements/arrow_right_grey_6-9.gif');
    background-repeat:no-repeat;
    background-position:0 .8em;
}

div.contentText table {
    width:100%;
    border:1px solid #dedede;
    margin-bottom:2em;
}

div.contentText table th {
    font-weight:700;
}

div.contentText table.noline {
    border:0;
}

div.contentText table td,div.contentText table th {
    text-align:left;
    vertical-align:top;
    padding:.4em .2em;
    border-bottom:1px solid #dedede;
    line-height:155%;
}

div.contentText table th {
    background:#dedede;
}

div.contentText table td a {
    color:#333;
    font-size:90%;
}

div.contentText table td.firstcol {
    width:30%;
}

div.contentText table td.secondcol {
    width:70%;
}

div.contentText p strong {
    font-weight:700;
}

div.contentText form input.wpcf7-submit {
    width:30%;
}

/**********************/
/* contentTeaser */
/**********************/
div.contentTeaser {
    margin-top:0em; /* 1 */
    margin-bottom:1em; /* 3 */
    float:left;
}

div.contentTeaser a {
    float:left;
    width:95%;
    padding:.75em 2%;
    margin-bottom:1em;
    background-color:#e4e4e4;
}

div.contentTeaser a:hover {
    background-color:#ccc;
}

div.contentTeaser a span {
    float:left;
}

div.contentTeaser a span.img {
    display:none;
}

div.contentTeaser a span.txt {
    width:90%;
    min-height: 20px;
    background-image:url('../w_images/elements/arrow_right_grey_8-11.gif');
    background-repeat:no-repeat;
    background-position:100% 95%;
    padding-right:10%;
    padding-bottom:3%;
    color:#333;
    font-size:90%;
    line-height:150%;
}

#events.contentTeaser a span.title{
    width:100%;
    min-height: 20px;
    background-image:url('../w_images/elements/arrow_right_grey_8-11.gif');
    background-repeat:no-repeat;
    background-position:100% 90%;
}

div.contentTeaser a span.title {
    background-image:none;
    padding-bottom:0;
    color:#222;
    font-size:100%;
    font-weight:700;
}

@media screen and (min-width: 900px) {
    h1 {
        font-size:190%;
        font-weight:400;
        color:#0f2754;
    }

    h2 {
        color:#039;
        padding-bottom:.2em;
        border-bottom:1px solid #dedede;
    }

    a:link,a:visited {
        color:#004bde;
    }

    a:active,a:hover {
        color:#00f;
    }

    #pageregionTopcontent #contentregionTitle #pageTitle {
        padding-left:24%;
        /* 233px / 970px chrome:24.1% */
        width:70%;
        /* 680px / 970px */
    }

    div.contentText dl dt {
        color:#bd072f;
        font-size:130%;
    }

    div.contentText,div.contentTeaser {
        width:90%;
        /* 691px / 728px - 515px (Vorlage PSD Zoom 100%) */
    }

    div.contentText table td,div.contentText table th {
        color:#666;
    }

    div.contentTeaser a {
        float:left;
        width:44%;
        padding:.75em 2%;
        margin:0 0 1em;
    }

    div#news.contentTeaser a{
        min-height: 200px;
    }

    div.contentTeaser a.left {
        margin-right:3%;
    }

    div.contentTeaser a.right {
        float:right;
    }

    div.contentTeaser a span.title {
        width:68%;
        padding-right:0;
        font-size:90%;
        line-height:150%;
        color: #000000 !important;
    }

    div.contentTeaser a span.img {
        display:block;
        width:25%;
        margin-right:4%;
    }

    div.contentTeaser a span.txt {
        width:60%;
        padding-right:10%;
        font-size:75%;
        color: #000000 !important;

    }

    #events a{
        width: 27%;
        min-height: 180px;
    }
}

@media screen and (min-width: 1120px) {
    #contentregionTitle #pageFB {
        display:block;
        float:right;
        width:6%;
        /* 45px / 728px */
        text-align:right;
    }

    #pageregionTopcontent #contentregionTitle #pageFB {
        width:4.6%;
        /* 45px / 970px */
    }
}

.pageregionFooter {
    font-size:90%;
    background-color:#353535;
}

.pageregionFooter div {
    float:left;
    width:100%;
}

.pageregionFooter div.left {
    margin-left:5%;
    margin-right:2%;
}

.pageregionFooter div.right {
    float:right;
    text-align:right;
    padding-top:.2em;
    margin-right:5%;
}

.pageregionFooter div.right a {
    color:#fff;
    font-weight:700;
}

#copyright {
    margin-top:2em;
    color:#dedede;
    background-color:#353535;
    font-size:70%;
}

@media screen and (min-width: 900px) {
    .pageregionFooter #footertopmenu {
        float:left;
        width:96%;
        padding:1em 2%;
        background-color:#212121;
    }

    .pageregionFooter #footertopmenu ul.menu {
        float:left;
        width:60%;
    }

    .pageregionFooter #footertopmenu ul.top {
        float:right;
        width:20%;
        padding-right:1em;
        text-align:right;
    }

    .pageregionFooter #footertopmenu li {
        display:inline;
        padding-right:.5em;
        line-height:100%;
    }

    .pageregionFooter #footertopmenu li a {
        color:#999;
        font-size:75%;
        font-weight:400;
    }

    .pageregionFooter #footertopmenu li a:hover {
        color:#fff;
    }

    .pageregionFooter table {
        width:90%;
        margin:0;
    }

    .pageregionFooter table td.underline {
        background-image:url(/wp-content/themes/corporateInlingua/w_images/elements/ico_underline_dark.gif);
        background-repeat:repeat-x;
        background-position:0 0;
    }

    .pageregionFooter table th {
        text-align:left;
        padding-bottom:.4em;
        color:#dedede;
        font-size:90%;
        font-weight:700;
    }

    .pageregionFooter table td {
        padding-bottom:1em;
    }

    .pageregionFooter div#sitemap {
        float:left;
        width:60%;
        padding:2em 0;
        padding-left:2%;
        margin-right:2%;
        background-image:url(/wp-content/themes/corporateInlingua/w_images/frameset/bg_sitemap.gif);
        background-repeat:no-repeat;
        background-position:100% 50%;
    }

    .pageregionFooter #sitemap ul {
        float:left;
        width:100%;
    }

    .pageregionFooter #sitemap ul li {
        float:left;
        width:15%;
        line-height:100%;
        padding-right:.5em;
    }

    .pageregionFooter #sitemap ul li a {
        color:#dedede;
        font-size:75%;
        font-weight:700;
    }

    .pageregionFooter #sitemap ul li ul li {
        float:left;
        width:100%;
        padding-top:.5em;
    }

    .pageregionFooter #sitemap ul li ul li a {
        color:#999;
    }

    .pageregionFooter #sitemap ul li ul li a:hover {
        color:#fff;
    }

    .pageregionFooter #socialmedia {
        float:right;
        width:36%;
        padding:2em 0;
    }
}

/* TO EDIT ACCORDINGLY */
#mainmenu ul.menu li#menu-item-4678 a:hover{
    background-color: #003399;
}
#mainmenu ul.menu li#menu-item-4588 a:hover{
    background-color: #3c64b7;
}
#mainmenu ul.menu li#menu-item-4591 a:hover{
    background-color: #004bde;
}
#mainmenu ul.menu li#menu-item-4644 a:hover{
    background-color: #003399;
}
#mainmenu ul.menu li#menu-item-4643 a:hover{
    background-color: #0f2754;
}
#mainmenu ul.menu li#menu-item-4595 a:hover{
    background-color: #004bde;
}


.blue1{
    background-color: #799eed;
}
.blue2{
    background-color: #3c64b7;
}
.blue3{
    background-color: #004bde;
}
.blue4{
    background-color: #003399;
}
.blue5{
    background-color: #0f2754;
}

h3{
    color: #004bde;
}
h4{
    color: #3c64b7;
}
hr{
    clear: both;
}
#news img,
#home_teaser_cat img,
#events .img img{
    border: 3px solid white;
}

#gform_submit_button_1{
    width: 200px;
}

input{
    height: 30px;
    padding-left: 10px;
}
.pageregion_line {
    background-color:#004bde;
    height:5px;
}

#home_teaser_image{
    margin-top: 20px;
}
#home_teaser_image .image{
    float: left;
    margin-right: 20px;
}
#home_teaser_image .details .title{
    color: #003399;
    font-size: 120%;
    font-weight: bold;
}
#home_teaser_image .details .txt,
#pageregionContent dl p{
    padding-right: 5%;
}

#mainmenu ul>li>a:hover,
#mainmenu ul>ul>li>a:hover{
    background-color: #003399;
}

/* SUBMENU */
.sub-menu li a,
#mainmenu ul.menu li a,
#mainmenu li .sub-menu>li{
    width: 100%;
}

#mainmenu ul.menu{
    position: relative;
    display: inline-table;
}
#mainmenu li>ul.sub-menu {
    display:none;
    background-color: #353535;
    width: 250px;
    z-index: 100;
}
/*
#mainmenu li.current-menu-item .sub-menu {
    display:block;
    width:100%;
    background-color:#eee;
}
*/

#mainmenu li>ul.sub-menu{
    position: absolute;
    top: 100%;
}
#mainmenu li>ul.sub-menu li{
    float: none;
    position: relative;
    width: 230px;
}
#mainmenu ul.menu ul.sub-menu ul.sub-menu{
    position: absolute;
    left: 100%;
    top: 0px;
}

.menu ul li .sub-menu li a{
    color: #b7b7b7;
    padding-left: 20px !important;
    text-align: left;
}
.menu ul li .sub-menu li a:hover{
    color: #ffffff;
}

.menu-sitemap-container .sub-menu{
    display: block;
}

/* SLIDER */
#keyvisual{
    height: 100%;
    display: block;
}
#large_slider{
    width: 830px;
    height: 100%;
    max-height: 320px;
    overflow: hidden;
    background-color: blue;
    float: left;
}
#right_slider{
    width: 160px;
    height: 100%;
    float: right;
}
#right_slider .right_boxes li{
    width: 80px;
    height: 80px;
    float: left;
    overflow: hidden;
}

.contentText h4 span{
    color: red;
}
.contentText img {
    margin: 0;
    height: auto;
    max-width: 465px;
}
.contentText .attachment img {
    max-width: 900px;
}
.contentText .alignleft,
.contentText img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}
.contentText .alignright,
.contentText img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}
.contentText .aligncenter,
.contentText img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.contentText img.alignleft,
.contentText img.alignright,
.contentText img.aligncenter {
    margin-bottom: 12px;
}

.contentText h4 span{
    font-weight: normal;
    font-size: 14px;
    color: #004bde;
}

#pageTitle{
    font-size: 130%;
    font-weight: normal;
    color: #003399;
}
.pagesummaries hr{
    margin-bottom: 20px;
}
.page-entry-title{
    margin-bottom: 20px;
}
@media (max-width: 1100px){
    #right_slider{
        display: none;
    }
    #large_slider{
        width: 100%;
    }
    .nivo-controlNav{
        display: none;
    }
}

#testimonial_large_home{
    margin-top: 30px;
    width: 90%;
}
#testimonial_large_home .widget{
    width: 78%;
    float: right;
}
#testimonial_large_home #testimonials-widget-2{
    float: left;
}
#testimonial_large_home .appos{
    margin-right: 20px;
    float: left;
}
#testimonial_large_home .appos.right{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.testimonials p a{
    float: right;
}

#pageregionLeft .widget{
    margin-top: 50px;
}


.pagesummaries{
    clear: both;
    min-height: 190px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #e4e4e4;
}
.pagesummaries .imageleft{
    padding: 5px;
    overflow: hidden;
    border: 1px #e4e4e4 solid;
    margin-right: 20px;
    float: left;
}
.pagesummaries .imageleft .imagecontainer{
    width: 164px;
    height: 164px;
    overflow: hidden;
}
.pagesummaries .contentright h4{
    margin-bottom: 10px !important;
}
.pagesummaries .contentright h4 a.title{
    color: #004bde;
    font-size: 21px;
    font-weight: normal;
}
.pagesummaries .contentright .readmore{
    text-align: right;
}

table,
td{
    border: 0px !important;
}
input{
    width: auto !important;
}
#bookinginfo hr,
hr{
    border-width: 0px 0px 1px;
    border-style: none none dotted;
    border-color: #e4e4e4;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none
}


/* WIDGET STYLING */
.widget{
    color: #000000 !important;
}
#pageregionLeft .widget{
    font-size: 75%;
    color: #000000 !important;
}
.widget .s_widget_title{
    padding-bottom: 0.2em;
    margin-bottom: 0.4em;
    border-bottom: 2px solid #cccccc;
    color: #000000 !important;
    font-weight: bold;
    line-height: 135%;
    font-size: 135%;
}
#pageregionLeft #searchform .assistive-text{
    display: none;
}
#pageregionLeft #searchform #searchsubmit{
    height: 40px;
}
#pageregionLeft .widget_nav_menu{
    font-size: 12px;
}
#pageregionLeft .widget_nav_menu li{
    border-bottom: 1px dotted #dedede;
    line-height: 250%;
    padding-left: 20px;
    background-image: url("../w_images/elements/arrow_right_grey_6-9.gif");
    background-repeat: no-repeat;
    background-position: 0px 0.8em;
}

/* FOOTER  */
#socialmedia table tr th{
    display: inline;
}

p{
    color: #000000 !important;
}


#inlinguamalta{
    clear: both;
    width: 90%;
}
#inlinguamalta span.title{
    display: none;
}
#inlinguamalta .txt p{
    text-align: justify;
}
#inlinguamalta .txt{
    line-height: 155%;
    color: #000000 !important;
    font-size: 100%;
}

#socialmedia img{
    width: 40px;
}
.poweredby{
    float: right;
}

.desktop-lang{
    float: right;
}

.dd-image-right{
    float: left !important;
    margin-top: 5px !important;
}

.dd-selected-text{
    margin-right: 18px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 25px !important;
}

.dd-selected{
    padding: 4px 10px !important;
}

ul.dd-options li{
    display: block !important;
    padding: 0px !important;
}

/*#pageregionContent .content.ly{
	direction: rtl;
}
.teaserleft.ly{
	text-align: right;
}

#pageregionContent.ly{
	float: left;
	text-align: right;
}

#pageregionContent .content.ly{
	width: 90%;
	margin-left: 6%;
	margin-top: 2em;
}

#qtranslate-chooser a:hover{
	color: blue;
}*/

.dropbtn {
    font-family: Helvetica,Arial,no-serif;
    font-size: 12px;
    color: #555;
    background-color: #f0f0f0;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid black;
    padding: 10px 30px;
}

.korea .dropbtn{
    padding: 10px 35px;
}

.dropbtn img{
    margin-right: 20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 20px 5px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid black;
    position: relative;
    text-transform: uppercase;
    font-size: 11px;
}

.dropdown-content a img{
    position: absolute;
    left: 10px;
    top: 15px;
    font-family: Helvetica,Arial,no-serif;
    font-weight: 700;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}