/* LAYOUT CSS
*********************************************/
/* reset */
a {
    outline: none;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
del,
ins {
    text-decoration: none;
}
caption,
th {
    text-align: left;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
    font-variant: normal;
}
sup,
sub {
    vertical-align: baseline;
}
legend {
    color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
input,
button,
textarea,
select {
    font-size: 100%;
}
/* LINKS
*********************************************/
a:link,
a:visited {
    color: #666;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color: #ccc;
    font-weight: normal;
    text-decoration: none;
}
/* start */
html {
    background-color: #eee;
}
body {
    font: normal normal normal 16px 'Hind', sans-serif;
    margin: 0px !important;
    width: 100%;
    color: #5f5f5f;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
p {
    margin-bottom: 22px;
    margin-top: 0px;
    color: #666666;
}
h1 {
    color: #ffffff;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
}
h2 {
    color: #b40000;
    font-size: 2.6em;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
    line-height: 1.2em;
    text-transform: uppercase;
}
a#h2 {
    color: white;
    font-size: 45px;
    font-weight: 700;
    margin-top: 25px;
    line-height: 1.2em;
    text-transform: uppercase;
}
h3 {
    color: #b40000;
    font-size: 1.6em;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 1em;
    padding: 14px 0 5px;
}
h4 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0.6em;
    margin-top: 1em;
    padding: 14px 0 12px;
    text-transform: uppercase;
}
.current a {
    font-weight: 500 !important;
}
/* LAYOUT
*********************************************/
body {}
.videoresp {
    position: absolute;
    top: 130px;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.videoresp iframe {
    width: 100%;
    margin: auto;
    position: absolute;
    top: -350px;
}
.width {
    margin: 0 auto;
    max-width: 80%;
    min-width: 80%;
    text-align: left;
}
.weissbox .schleifservice-home ul li {
    height: 54px !important;
    line-height: 57px !important;
    width: 100% !important;
}
.service-page.weissbox.unterseiten {
    width: 100%;
}
.hero {
    position: relative;
    top: 0px;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.hero img {
    object-position: center;
    object-fit: cover;
    height: 600px;
    width: 100%;
}
.flex-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2em;
}
.flex-wrapper img {
    max-width: 50%;
    max-height: 480px;
    object-fit: cover;
}
.flex-wrapper .txt {
    display: inline-flex;
    flex-direction: column;
    max-width: 50%;
}
.flex-wrapper .txt p,
.flex-wrapper .txt ul {
    font-size: 1.25em;
    line-height: 1.35em;
}
.flex-wrapper .txt ul li {
    padding: 0 0 0 25px;
    margin-bottom: 30px;
}
.flex-wrapper .txt ul li:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    background: #b40000;
    padding: 0px;
    margin: 4px 0px 0px -25px;
}
.flex-wrapper .txt span {
    font-size: 1.15em;
    line-height: 1.5em;
    font-style: italic;
}
.flex-wrapper .txt span.button {
    font-size: 1.15em;
    line-height: 1.5em;
    font-style: unset;
    width: fit-content;
    width: max-content;
    cursor: pointer;
    transition: all .2s ease;
}
.flex-wrapper .txt span.button a {
    color: #666;
}
.flex-wrapper .txt span.button:hover {
    background: #b40000;
}
.flex-wrapper .txt span.button:hover a {
    color: #fff;
}
.wrapper {
    width: 100%;
    margin: auto;
    /* Div soll zentriert werden */
    min-height: 100%;
    /* Mindesthöhe für moderne Browser */
    height: auto;
    /* Important Regel für moderne Browser */
    height: 100%;
    /* Mindesthöhe für den IE */
    overflow: hidden !important;
    /* FF Scroll-leiste */
    clear: both;
}
#header {
    position: relative;
    width: 100%;
    height: auto;
}
.head-hotline {
    background-color: #b40000;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px 20px 0;
    text-align: right;
    text-transform: uppercase;
}
.head-hotline p {
    color: #fff;
    margin-bottom: 0;
}
.head-hotline a {
    color: #fff;
}
.logo-mobile {
    display: none;
}
.slogan {
    overflow: hidden;
    /*background: rgba(95, 95, 95, 0.7);*/
}
.slogan h1 {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    padding: 13% 0px 7% 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
.headerbild {
    position: absolute;
    z-index: 1;
    height: auto;
    top: 132px;
    width: 100% !important;
    height: auto !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: -500px;
    left: 0;
    width: 100%;
    height: 100%;
}
.headerbild p {
    margin: 0;
}
#maximenuck87 {
    width: 80%;
    margin: 0 auto;
}
/*.maximenucklogo img{
    max-height:90px;
}
*/
.mobilemaximenuck .mobilemaximenucktitle,
.mobilemaximenuckitem {
    text-transform: uppercase;
}
.mobilemaximenuck {
    clear: left;
}
.weissbox {
    background-color: #eee;
    border: 30px solid #eee;
    display: block;
    height: 456px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 1000px;
    z-index: 2;
}
.weissbox.unterseiten {
    border: 30px solid #eee;
    display: block;
    height: 424px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 1000px;
    z-index: 2;
    height: 230px;
    border-right: medium none;
    box-sizing: border-box;
}
.weissbox .hauptbox {
    width: 710px;
    padding: 0;
}
.hauptbox:hover {
    opacity: 0.9;
}
.weissbox .hauptbox p {
    margin: 0;
}
.weissbox .hauptbox img {
    float: left;
    width: 100%;
    min-height: 486px; /* ÄNDERN!!!! */
    object-fit: cover;
}
.img-description {
    position: absolute;
    bottom: -30px; /* ÄNDERN!!!! */
    left: 4%;
    z-index: 3;
    color: #fff;
    text-align: left;
    width: 60%;
}
.weissbox .nebenbox .img-description {
    bottom: 120px;
    left: 0;
}
.weissbox .nebenbox .img-description img {
    width: auto;
    height: auto;
    margin-top: 0;
}
.img-description h2,
.img-description p {
    color: #fff;
}
.img-description a h2 {
    display: block;
    color: white;
}
.weissbox .nebenbox p {
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 10px 0px 10px;
}
.weissbox ul,
.weissbox .nebenbox {
    background-color: transparent;
    float: right;
    min-height: 431px;
    text-align: left;
    width: 260px;
    position: relative;
}
.weissbox.unterseiten ul {
    width: 100%;
    min-height: 200px;
    display: flex;
    justify-content: center;
}
.weissbox ul li {
    height: 107px;
    line-height: 107px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd0000+0,b40000+100 */
    background: rgb(205, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(205, 0, 0) 0%, rgb(180, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(205, 0, 0) 0%, rgb(180, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(205, 0, 0) 0%, rgb(180, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0000', endColorstr='#b40000', GradientType=0);
    /* IE6-9 */
}
.weissbox.unterseiten ul li {
    float: left;
    height: 212px;
    border-right: 20px solid #eee;
    width: 166px;
}
.weissbox ul li:hover,
.weissbox.unterseiten ul li:hover,
.left ul li:hover {
    background: rgba(140, 0, 0) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(rgb(140, 0, 0) 0%, rgb(140, 0, 0) 100%) !important;
    background: -o-linear-gradient(rgb(140, 0, 0) 0%, rgb(140, 0, 0) 100%) !important;
    background: linear-gradient(rgb(140, 0, 0) 0%, rgb(140, 0, 0) 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.weissbox ul li a {
    color: #fff;
    font-size: 0.9em;
    font-weight: normal;
    padding: 0px 5px 0px 15px;
    text-transform: none;
    width: 100%;
}
.weissbox.unterseiten ul li a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 5px;
    text-transform: uppercase;
    text-align: center;
    line-height: 22px;
    display: block;
    box-sizing: border-box;
}
.weissbox .hauptbox .pfeil,
.weissbox .pfeil {
    width: 30px;
    min-height: auto;
    margin-right: 8px;
    padding-top: 0px;
}
.icoBox {
    background-color: #8e8e8e;
    text-align: center;
    vertical-align: middle;
    height: 140px;
    transition: background-color ease 1s;
}
.icoBox:hover {
    background-color: #6e6e6e;
}
.icoBox img {
    width: 90px;
    height: auto;
    padding-top: 10px;
}
.ueber-content {
    width: 80%;
    padding: 7% 10% 0;
    margin-top: 30px;
    color: #fff;
    background: url(../images/geschichte2-bg.jpg) no-repeat top center;
    border-bottom: 4px solid #b40000;
    background-color: #201c1b;
}
.ueber-content p,
.ueber-content h2 {
    color: #fff;
}
index.php?option=com_content&view=article&id=2&Itemid=116#Papierindustrie .ueber-content h2 {
    margin-bottom: 30px;
}
.ueber-content p {
    width: 30%;
    min-width: 250px;
}
#content {
    float: left;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 60px;
    /* min-height: 355px;*/
    line-height: 22px;
}
.breit .item-page {
    width: 100%;
}
.item-page {
    padding: 5% 5% 0;
    width: 80%;
}
.item-page ul li,
.mceContentBody ul li {
    list-style: disc outside none;
    margin: 7px 0;
    padding: 0 0 0 7px;
    color: #666666;
    list-style-type: none;
}
.item-page ul li:before,
.mceContentBody ul li:before {
    content: ">";
    padding-right: 7px;
}
.responsive {
    max-width: 100%;
}
.spalten2 {
    width: 46%;
    margin: 0 2%;
    float: left;
}
.left {
    float: left;
    width: 300px;
    margin-top: 5px;
}
#jux_tl110 .left {
    width: 50%;
    margin-top: 0px;
}
.left p {
    margin: 0;
}
.left ul {
    width: 100%;
    min-height: 50px;
}
.left ul li {
    float: left;
    width: 50%;
    width: 142px;
    margin: 0;
    list-style: outside none none;
    line-height: 50px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cd0000+0,b40000+100 */
    background: rgb(205, 0, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgb(205, 0, 0) 0%, rgb(180, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(205, 0, 0) 0%, rgb(180, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(205, 0, 0) 0%, rgb(180, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cd0000', endColorstr='#b40000', GradientType=0);
    /* IE6-9 */
}
.left ul li:first-child {
    border-right: 2px solid #eee;
}
.left ul li:before {
    content: none !important;
}
.left ul li a {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
}
.left ul li a .fa {
    line-height: 0.4em;
    margin-left: 20px;
    float: right;
    line-height: 2.9em;
    margin-left: 20px;
    margin-right: 20px;
}
.spalte {
    margin-left: 400px;
}
#btcontentslider104 {
    width: 80% !important;
    margin: 40px auto;
}
.default #btcontentslider107.bt-cs {
    width: 80% !important;
    margin: 0 auto 40px;
    padding: 30px 0px 30px 0;
}
.default #btcontentslider123.bt-cs {
    width: 80% !important;
    margin: 0 auto 40px;
}
.default #btcontentslider124.bt-cs {
    width: 80% !important;
    margin: 0 auto 40px;
}
.default #btcontentslider125.bt-cs {
    width: 80% !important;
    margin: 0 auto 40px;
}
.default #btcontentslider126.bt-cs {
    width: 80% !important;
    margin: 0 auto 40px;
}
.default #btcontentslider127.bt-cs {
    width: 80% !important;
    margin: 0 auto 40px;
}
.default #btcontentslider128.bt-cs {
    width: 80% !important;
    margin: 0 auto 40px;
}
.default #btcontentslider104 .bt_handles {
    right: 50% !important;
    top: -30px !important;
}
.bt-cs .bt-inner .bt-title {
    clear: both;
    /*color: #b40000;*/
    display: inline-block;
    text-align: left;
    font-weight: 500;
    line-height: 150%;
    margin: 7px 0 0;
}
.bt-cs .bt-inner a {
    width: 100%;
}
.readmore {
    border: 3px solid #b40000;
    line-height: 20px;
    padding: 9px 15px 5px;
    text-transform: uppercase;
    color: #b40000;
    width: 110px;
}
.bt-introtext {
    margin-bottom: 20px;
}
.readmore a {
    color: #000000;
    font-weight: 500;
}
.right {
    float: right;
    width: 300px;
    margin-left: 10%;
}
#jux_tl110 .right {
    width: 50%;
    margin-left: 0;
}
.jux-tl-desc img {
    width: 100%;
}
#footer {
    min-height: 1460px;
    position: relative;
    background-color: #b40000;
}
.footer-right a:link,
.footer-right a:visited {
    color: #fff;
}
.footer-right a:focus,
.footer-right a:hover,
a:visited {
    color: #666;
}
.copyright {
    padding: 40px;
    text-align: center;
}
.siegel {
    width: 250px;
    height: auto;
    float: left;
}
#footer .siegel {
    width: 250px;
    height: auto;
    float: right;
}
/*  FORMULAR    */
.formular-u-bild {
    bottom: -130px;
    position: absolute;
    right: 40px;
    z-index: 5;
}
.rueckrufbild {
    position: relative;
    width: 100%;
}
#b2jcontainer_m95 .right,
div#b2jcontainer_m95.b2jcontainer.right {
    width: 300px;
    background: #b40000 url("../images/Formular-BG.jpg") no-repeat scroll top center;
    margin-left: 20%;
    width: 265px;
    border: none;
}
#content .b2jcontainer h2,
.rueckrufbild .b2jcontainer h2 {
    background: transparent none repeat scroll 0 0;
    font-size: 2.6em;
    font-weight: 600;
    padding: 15px 0;
    margin: -10px 0 5px;
}
#content .b2jcontainer h3,
.rueckrufbild .b2jcontainer h3 {
    color: #fff;
    margin: -15px 0 50px;
    padding: 0;
    font-weight: 400;
}
#b2jcontainer_m95 #b2j_form_m95 .btn {
    background: transparent;
}
.button,
#b2jcontainer_m95 #b2j_form_m95 .btn {
    border: 3px solid #fff;
    line-height: 20px;
    padding: 9px 15px 5px;
    text-transform: uppercase;
}
div#b2jcontainer_m95 .b2jcaptchainputcontainer,
.b2jcaptcha-reload-container {
    margin-top: 5px;
}
.b2jcaptcha-reload-container,
div#b2jcontainer_m95 .required,
div#b2jcontainer_m95 .asterisk,
div#b2jcontainer_m95.b2jcontainer {
    color: #fff;
}
/* MENUS
*********************************************/
#main {
    width: 100%;
}
/* MODULES
*********************************************/
.jux-tl-item .jux-tl-desc {
    display: block;
}
.jux-tl-item .jux-tl-time {
    color: #d40000;
    font-size: 2em;
    font-weight: 500;
}
.jux-tl-control {
    background: none;
}
.jux-tl-info h2 {
    color: #ffffff;
    font-size: 31px;
    font-weight: bold;
    text-transform: none;
    padding-top: 0px;
    margin-top: 0px;
}
.jux-tl-item .jux-tl-desc {
    color: #ddd;
}
#footer .footer-left {
    background-color: #eee;
    background-repeat: no-repeat;
    margin: -40px 0 80px 20%;
    padding: 1%;
    position: relative;
    width: 18%;
    z-index: 10;
    float: left;
}
.footer-right {
    float: left;
    width: 38%;
    padding: 1%;
    color: #fff;
        box-sizing: border-box;
}
.footer-right p {
    color: #fff;
}
.footer-right ul li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 7px 0;
    text-transform: uppercase;
}
.footer-right .footer-hotline {
    border: 3px solid #fff;
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 20px;
    padding: 12px;
}
.map .video-container {
    min-height: 150px;
}
.video-container {
    position: relative;
    padding-bottom: 25.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
video.video {
    width: 100%;
    height: auto;
    max-width: 1920px;
    max-height: 400px;
    float: none;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -1px;
}
/* CONTENT
*********************************************/
/* OVERRIDES
*********************************************/
/* SYSTEM
**************************************************/
/* OpenID icon style */
input.system-openid,
input.com-system-openid {
    background: url(http://openid.net/login-bg.gif) no-repeat;
    background-color: #fff;
    background-position: 0 50%;
    color: #000;
    padding-left: 18px;
}
/* Unpublished */
.system-unpublished {
    background: #e8edf1;
    border-top: 4px solid #c4d3df;
    border-bottom: 4px solid #c4d3df;
}
/* System Messages */
#system-message {
    margin-bottom: 10px;
    padding: 0;
}
#system-message dt {
    font-weight: bold;
}
#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 30px;
}
#system-message dd ul {
    color: #0055BB;
    margin-bottom: 10px;
    list-style: none;
    padding: 10px;
    border-top: 3px solid #84A7DB;
    border-bottom: 3px solid #84A7DB;
}
/* System Standard Messages */
#system-message dt.message {
    display: none;
}
#system-message dd.message {}
/* System Error Messages */
#system-message dt.error {
    display: none;
}
#system-message dd.error ul {
    color: #c00;
    background-color: #E6C0C0;
    border-top: 3px solid #DE7A7B;
    border-bottom: 3px solid #DE7A7B;
}
/* System Notice Messages */
#system-message dt.notice {
    display: none;
}
#system-message dd.notice ul {
    color: #c00;
    background: #EFE7B8;
    border-top: 3px solid #F0DC7E;
    border-bottom: 3px solid #F0DC7E;
}
/* Debug */
#system-debug {
    color: #ccc;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
}
#system-debug div {
    font-size: 11px;
}
/* GENERAL
**************************************************/
/* Form validation */
.invalid {
    border-color: #ff0000;
}
label.invalid {
    color: #ff0000;
}
/* Buttons */
.button {
    border: 3px solid #b40000;
    line-height: 20px;
    padding: 9px 15px 5px;
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
}
.button a:link,
.history .button a:visited,
button {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.history .button a:focus,
.history .button a:hover,
.history .button a:active {
    color: #b40000;
}
.history {
    margin-bottom: 10px;
    margin-right: 10%;
    position: relative;
    text-align: right;
    float: right;
}
/* Tooltips */
div.tooltip {
    float: left;
    background: #ffc;
    border: 1px solid #D4D5AA;
    padding: 5px;
    max-width: 200px;
    z-index: 13000;
}
div.tooltip h4 {
    padding: 0;
    margin: 0;
    font-size: 95%;
    font-weight: bold;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 5px;
    background: url(../images/system/selector-arrow.png) no-repeat;
}
div.tooltip p {
    font-size: 90%;
    margin: 0;
}
/* Caption fixes */
.img_caption.left {
    float: left;
    margin-right: 1em;
}
.img_caption.right {
    float: right;
    margin-left: 1em;
}
.img_caption.left p {
    clear: left;
    text-align: center;
}
.img_caption.right p {
    clear: right;
    text-align: center;
}
/* Calendar */
div[itemprop="articleBody"] {
    position: relative;
}
h1.new {
    padding: 1.25em 0em 0em 0em;
    color: #5f5f5f;
    background: #eee;
    position: absolute;
    top: -165px;
    width: 75vw;
    margin: 0 auto 0em auto;
    font-size: 3em;
    font-weight: 800;
    text-align: center;
}
h1.vidheadline {
    padding: 1.25em 0em 0em 0em;
    color: #5f5f5f;
    background: #eee;
    top: -65px;
    width: 75vw;
    margin: 0 auto -1em auto;
}
@media screen and (max-width: 1200px) {
    h1.new,
    h1.vidheadline {
        width: 100%;
    }
}
@media screen and (max-width: 769px) {

    .flex-wrapper img,
    .flex-wrapper .txt {
        max-width: 100%;
    }
}
@media screen and (max-width: 470px) {
    h1.new {
        top: -125px;
        font-size: 2em;
    }
    h1.vidheadline {
        font-size: 2em;
    }
}
#mapid {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
}

#popup-wrapper {
    visibility: hidden;
    transition: all .2s ease;
}

.grey-bg-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999999;
}

.popup .closebtn {
    position: absolute;
    right: 40px;
    top: 25px;
}

.popup {
    position: fixed;
    display: block;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 700px;
    height: auto;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: hidden;
    z-index: 9999999;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

    font-size: 1.5em;
}

.popup h3 {
    line-height: 1em;
}