/***** FONT SELECTORS *****/
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
@font-face {
    font-family:"ITCFranklinGothicW02-Bk 812924";
    src:url("fonts/812924/ea409d88-af4e-4996-a959-8ad79279d5d6.eot?#iefix");
    src:url("fonts/812924/ea409d88-af4e-4996-a959-8ad79279d5d6.eot?#iefix") format("eot"),url("fonts/812924/be9d644e-881d-442f-930f-59c088a86753.woff") format("woff"),url("fonts/812924/6b33705f-de45-4c7d-a41e-cdc7d4d818e0.ttf") format("truetype"),url("fonts/812924/bc52e040-0508-4d95-bbfd-261dd943ba62.svg#bc52e040-0508-4d95-bbfd-261dd943ba62") format("svg");
}
@font-face {
    font-family:"ITCFranklinGothicW01-Dm 812668";
    src:url("fonts/812668/498d8f5c-6dfe-4a07-9fdf-321bcc11909c.eot?#iefix");
    src:url("fonts/812668/498d8f5c-6dfe-4a07-9fdf-321bcc11909c.eot?#iefix") format("eot"),url("fonts/812668/08fe22ab-0517-4203-bcc9-1ba2ca45f40c.woff") format("woff"),url("fonts/812668/6adc2e3a-d0c4-4c48-ba68-91b4107515d7.ttf") format("truetype"),url("fonts/812668/426ce955-d5bd-4a77-b077-402088f77e65.svg#426ce955-d5bd-4a77-b077-402088f77e65") format("svg");
}

/***** GENERAL SELECTORS *****/
* {
    margin: 0;
    padding: 0;
    font-family:"ITCFranklinGothicW02-Bk 812924",Arial;
    color: #000;
}
html {
    width: 100%;
    height: 100%;
    font-size: 15px; /** REM BASE **/
}
body {
    margin: 0;
    padding: 0;
    background: #ccc;
    font-size: 100%; /** REM BASE 15px **/
    width: 100%;
    height: 100%;
    overflow: hidden;
}
img {
    display: block;
    border: none;
}
video {
    width: 565px;
    height: 424px;
}


/***** GENERAL STRING SELECTOR *****/
p {
    padding-bottom: 9px;
    line-height: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    color: #000;
}
h1, h2, h3, h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-bottom: 9px;
}
h1 {
    font-size: 15px;
    font-size: 0.9375rem;
}
h2 {
    font-size: 15px;
    padding-bottom: 3px;
    font-size: 0.9375rem;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
b {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d10019;
}
a {
    font-size: 15px;
    font-size: 0.9375rem;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
}
a:hover, a:focus, a:active {
    color: #d10019;
}
.ticker a,
.intro  a {
    font-weight: bold;
    color: #d10019;
}
.ticker a:hover,
.ticker a:focus,
.ticker a:active {
    color: black;
}
.intro a:hover,
.intro a:focus,
.intro a:active {
    color: black;
}
i {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family:"ITCFranklinGothicW02-Bk 812924";
    font-weight: normal;
}
sub {
    font-size: 11px;
    font-size: 0.7333rem;
    font-family:"ITCFranklinGothicW02-Bk 812924";
    font-weight: normal;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: 3px;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
li {
    line-height: 20px;
}
#container ul {
    list-style: none;
    padding-bottom: 9px;
    margin: 0;
}
#container li {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 12px;
    text-indent: -12px;
}
#container li:before {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: "– ";
    color: #d10019;
}


/***** VEGAS BACKGROUND SELECTORS *****/
.vegas-loading {
    border-radius: 10px;
    background: #000;
    background: rgba(0,0,0,0.7);
    /*background: url(images/loading.gif) no-repeat center center; /* Loading Gif by http://preloaders.net/ */
    height: 32px;
    left: 20px;
    position: fixed;
    top: 20px;
    width: 32px;
    z-index: 0;
}
.vegas-overlay {
    background: transparent url(overlays/01.png);
    opacity: 0.5;
    z-index: -1;
}
.vegas-background {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
    z-index: -2;
}
.vegas-overlay,
.vegas-background {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/***** LAYOUT SELECTORS *****/
#logo {
    position:absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    display: block;
    width: 360px;
    height: 80px;
}
#wrapper {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 0;
}
#sheet {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    margin-top: 65px;
    width: 980px;
}
#top-nav-container {
    width: 100%;
}
#container {
    /*style*/
}
#privacy-box {
    position: absolute;
    z-index:0;
    bottom:20px;
    left: 20px;
}



/***** FOOTER SELECTORS *****/
#footer {
    background-color: white;
    display: block;
    padding: 10px 20px 10px 20px;
    margin-top: 15px;
}
#social1 {
    float: right;
}
.footerlink {
    font-weight: normal;
    font-size: 10px !important;
    margin-right: 10px;
}
.footerlink:hover {
    font-weight: bold;
}
.socialicon {
    position: absolute;
    bottom: 3px;
    right: 20px;
    width: 30px;
    height: auto;
    filter: grayscale(100%);
}
.socialicon:hover {
    filter: none;
}
#impressum #footer-a1,
#datenschutzerklaerung #footer-a2,
#verfahrensverzeichnis #footer-a3 {
    color: #d10019 !important;
    font-weight: bold;
}



/***** BOX SELECTORS *****/
#col-mainleft {
    float: left;
    overflow: hidden;
    width: 605px;
    margin-right: 15px;
    text-align: left;
}
#col-sideright {
    float: right;
    overflow: hidden;
    width: 360px;
    text-align: left;
}
.content-box {
    position: relative;
    width: 100%;
    text-align: left;
    overflow: hidden;
    background-color: white;
}
.float-container {
    /*style*/
}
#animationbox {
    position: relative;
    z-index: 2;
}
#lippendichtung #swiffycontainer,
#mpatan #swiffycontainer,
#anwendungen-sloptankentleerung-animation #swiffycontainer,
#filme-animation-mpatan #swiffycontainer,
#filme-animation-vkc-an #swiffycontainer {
    width: 541px;
    height: 478px;
    padding:0;
    margin: 0;
}
#swiffycontainer {
    position: relative;
    z-index: 1;
    width: 940px;
    height: 480px;
    padding:0;
    margin: 0;
}
#variation-box {
    position: absolute;
    z-index:99;
    top: 0;
    right: 30px;
    width: 30px;
    padding-left: 20px;
    padding-top: 20px;
}
/*MARGINS AND HEIGHTS*/
.mtop {
    margin-top: 15px;
}
/*FIXES*/
.col-bg-fix {
    background-color: white;
}
.height-fix {
    height: 80px;
}
/*COLUMN FIXES - IN COMBINATION WITH COLUMNFIX_SWITCH.PHP JQUERY EQUAL HEIGHTS*/
.minh260 {
    min-height: 260px;
}
.minh270 {
    min-height: 270px;
}
.minh280 {
    min-height: 280px;
}
.minh300 {
    min-height: 300px;
}
.minh340 {
    min-height: 340px;
}
.minh400 {
    min-height: 400px;
}
.minh420 {
    min-height: 420px;
}
.minh450 {
    min-height: 450px;
}
.minh470 {
    min-height: 470px;
}
.minh480 {
    min-height: 480px;
}
.minh505 {
    min-height: 505px;
}
.minh530 {
    min-height: 530px;
}
.minh550 {
    min-height: 550px;
}



/***** CONTENT BOX SELECTORS *****/
/*PADDINGS*/
.padding-20 {
    padding: 20px 20px 20px 20px;
}
.padding-10-20-20-20 {
    padding: 10px 20px 20px 20px;
}
.padding-20-0-20-20 {
    padding: 20px 0px 20px 20px;
}
.padding-20-0-5-20 {
    padding: 20px 0px 5px 20px;
}
.padding-20-0-0-20 {
    padding: 20px 0px 0px 20px;
}
.padding-40 {
    padding: 40px 40px 40px 40px;
}
.padding-20-80-20-20 {
    padding: 20px 80px 20px 20px;
}
.padding-20-360-20-20 {
    padding: 20px 360px 20px 20px;
}
.padding-20-20-0-20 {
    padding: 20px 20px 0px 20px;
}
/*MARGINS*/
.marginleft-100 {
    margin-left: 100px;
}
/*CONTENT BOXES*/
.label {
    display: inline-block;
    margin-top: 5px;
    height: 42px;
}
.img-port-145 {
    display: block;
    width: 145px;
    height: 160px;
}
.img-port-170 {
    display: block;
    float: left;
    width: 170px;
    height: 230px;
}
.img-port-205 {
    display: block;
    float: left;
    width: 205px;
    height: 220px;
    margin-right: 20px;
}
.img-land-145 {
    display: block;
    float: left;
    width: 145px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.img-land-180 {
    display: block;
    float: left;
    width: 180px;
    margin-right: 10px;
    margin-bottom: 15px;
}
.img-land-270 {
    display: block;
    float: left;
    width: 270px;
    margin-right: 22px;
}
.img-land-280 {
    display: block;
    float: left;
    width: 280px;
    height: 230px;
}
.img-land-320 {
    display: block;
    width: 320px;
    height: 220px;
    margin-bottom: 30px;
}
.img-land-320x480 {
    display: block;
    width: 320px;
    height: 480px;
    margin-bottom: 30px;
}
.img-land-320x440 {
    display: block;
    width: 320px;
    height: 460px; /*Desktop*/
}
.img-land-300 {
    display: block;
    float: left;
    overflow: hidden;
    width: 300px;
    margin: 0px 20px 5px 0px;
}
#team .img-land-300 {
    display: block;
    float: left;
    overflow: hidden;
    width: 300px;
    margin: 0px 20px 20px 0px;
}
.anwend-box {
    float: left;
    width: 160px;
    margin: 10px 15px 0px 15px;
}
.anwend-box .label {
    margin: 0 auto;
    width: 160px;
    text-align: center;
}
#zertifikat-mobile {
    display: none;
}
#zertifikat {
    position: absolute;
    right: 20px;
    bottom: 200px;
}
#filme-animation-vkc-an #zertifikat {
    position: absolute;
    right: 20px;
    bottom: 200px;
}
#zertifikat img,
#iso-9001-zertifikat img {
    border: 1px solid black;
}
#standort .label {
    display: block;
    margin-bottom: 15px;
}
#unternehmen .label {
    padding-top: 202px;
}
.pos-bot-side {
    width: 340px;
    position: absolute;
    bottom: 0px;
    right: 20px;
}
.funktion {
    width: 140px;
    height: 300px;
    background-color: white;
    margin-right: 10px;
    padding: 20px 0px 20px 20px;
}
.art {
    width: 150px;
    height: 300px;
    background-color: white;
    margin-right: 10px;
    padding: 20px 0px 20px 20px;
}
.abdichtung {
    width: 195px;
    height: 460px;
    background-color: white;
    margin-right: 10px;
    padding: 20px 0px 20px 20px;
}
.eigenschaft {
    width: 180px;
    height: 460px;
    background-color: white;
    margin-right: 10px;
    padding: 20px 0px 20px 20px;
}
.ergebnis {
    width: 175px;
    height: 460px;
    background-color: white;
    padding: 20px 0px 20px 20px;
}
.references_list_box {
    float: left;
    width:300px;
    margin-right:10px;
}
#hint {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    width: 300px;
    height: 110px;
    background-color: white;
}


/***** CONTENT STRING SELECTORS *****/
.ticker p,
.ticker strong {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.ticker strong {
    color: #d10019;
}
.ticker ul {
    list-style: none;
    color: black;
}
.ticker ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.ticker ul a {
    color: #d10019;
    font-weight: bold;
    text-decoration: underline;
}
.label b {
    font-size: 12px;
    font-size:0.8rem;
}
.anwend-box .label b {
    font-size: 11px;
    font-size: 0.7333rem;
}
.anwend-box .label p {
    margin-top: 8px;
    line-height: 14px;
}
.ticker p {
    padding: 0px;
}
#zertifikat b {
    font-size: 12px;
    font-size:0.8rem;
}
.inlinks ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
#kontakt .inlinks ul,
#impressum .inlinks ul {
    list-style: none;
    padding: 0 !important;
    margin-top: -2px !important;;
}
#kontakt a,
#impressum a {
    font-size: 15px;
    font-size: 0.9375rem;
    font-family:"ITCFranklinGothicW02-Bk 812924";
    font-weight: normal;
}
.inlinks li {
    padding-left: 12px;
    text-indent: -12px;
}
.inlinks li:before {
    font-size: 14px;
    font-size: 0.9333rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: "> " !important;
    color: #d10019;
}
.inlinks a {
    font-size: 13px;
    font-size: 0.8667rem;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.inlinks a:hover,
.inlinks a:focus,
.inlinks a:active {
    color: #d10019;
    font-weight: bold;
}
.backlink {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.backlink-list {
    display: block !important;
    margin-top: 2px !important;
}
.backlink-before {
    font-size: 14px;
    font-size: 0.9333rem;
}
.flashlinks a {
    font-size: 13px;
    font-size: 0.8667rem;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
#pumpentypen h2 {
    color: #d10019 !important;
}
#pumpentypen p {
    font-size: 13px;
    font-size: 0.8667rem;
}
#hint h2 {
    font-size: 13px;
    font-size: 0.8667rem;
}
.references_list_box p {
    font-size: 13px;
    font-size: 0.8667rem;
}
/*FIXES*/
.pad-bot-0-fix {
    padding-bottom: 0px !important;
}
.inlinksboldfix a {
    font-size: 14px !important;
    font-size: 0.9333rem !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}
/**FIREFOX BUTTON SPACING ISSUE**/
button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/***** CONTACT SELECTORS *****/
#presse .float-container {
    margin-bottom: 5px;
}
.feld errors {
    color: #d10019 !important;
}
#leftbox {
    float: left;
    width: 48.5%;
    margin-right: 3%;
}
#rightbox {
    float: right;
    width: 48.5%;
}
.beschreibung p {
    display: block;
    margin-top: 3px;
    font-size: 13px !important;
    font-size: 0.8667rem !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.beschreibung p {
    line-height: 18px !important;
}
.feld input,
.feld textarea {
    -webkit-border-radius: 0;
    border: 1px solid #ccc;
    width: 100%;
    height: 18px;
    font-size: 13px;
    font-size: 0.8667rem;
    font-weight: bold;
}
.feld textarea {
    border: 1px solid #ccc;
    height: 50px
}
select {
    width: 50%;
    -webkit-border-radius: 0px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family:"ITCFranklinGothicW02-Bk 812924";
    font-weight: normal;
}
.feld button {
    margin-top: 10px;
    border : 0px;
    font-size: 13px;
    font-size: 0.8667rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background: none;
}
button:hover, button:focus, button:active {
    color: #d10019;
}
.feld button {
    padding-left: 12px;
    text-indent: -12px;
}
.feld button:before {
    font-size: 14px;
    font-size: 0.9333rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: "> " !important;
    color: #d10019;
}


/***** PUMPENTYPEN SELECTORS *****/
.pumpbuttons button:before {
    font-size: 14px;
    font-size: 0.9333rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: "> " !important;
    color: #d10019;
}
.pumpbuttons button {
    padding-left: 12px;
    text-indent: -12px;
    border: none;
    background-color: white;
    text-align: left;
    vertical-align: top;
    font-size: 13px;
    font-size: 0.8667rem;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.pumpbuttons button:hover,
.pumpbuttons button:focus,
.pumpbuttons button:active {
    color: #d10019;
    font-weight: bold;
}
.pumpbuttons li:before {
    content: normal !important;
}


/***** MENU SELECTORS *****/
#langbox {
    float: right;
    margin-right: 0px;
    margin-bottom: 10px;
}
#langbox ul {
    list-style: none;
    padding-left: 0px;
}
#langbox li {
    float: left;
    margin-left: 10px;
    padding-bottom: 0px;
    display: inline;
}
#langbox a img {
    display: block;
    height: 18px;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
/*ACTIVE LANGUAGE SETTINGS*/
.de #lang-de img,
.en #lang-en img,
.fr #lang-fr img,
.ru #lang-ru img,
.cn #lang-cn img,
.es #lang-es img,
.tr #lang-tr img,
.ar #lang-ar img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
#main-menu-container {
    height: 80px;
    margin-bottom: 15px;
    background-color: white;
}
#main-menu {
    /*STYLE*/
}
#submenu {
    height: 18px;
}
#main-menu-container ul {
    list-style: none;
    padding-left: 0px;
}
#main-menu-container li {
    display:inline-block;
    text-align:center;
    float: left;
    padding-bottom: 0px;
}
#main-menu-container a {
    display: inline-block;
    text-align:center;
    font-size: 12px;
    font-size: 0.8rem;
    font-weight: normal;
    text-decoration: none;
    /*background-color: green;*/
    font-family: Arial, Helvetica, sans-serif;
}
#main-menu-container a:hover,
#main-menu-container a:focus,
#main-menu-container a:active {
    color: #d10019;
    font-weight: bold;
}
#main-menu-container a::after {
    display:block;
    content:attr(title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
}

/**MENU ITEM LANGUAGE BASED MARGINS**/
.config-de li {
    margin-right: 11px;
}
.config-en li {
    margin-right: 24px;
}
.config-fr li {
    margin-right: 16px;
}
.config-ru li {
    margin-right: 13px;
}
.config-cn li {
    margin-right: 54px;
}
.config-es li {
    margin-right: 23px;
}
.config-tr li {
    margin-right: 20px;
}
.config-ar li {
    margin-right: 41px;
}
/*MAIN MENU ACTIVE PAGE SETTINGS*/
.mactive {
    font-weight: bold !important;
    color: #d10019;
}
.sactive {
    font-weight: bold !important;
    color: #d10019 !important;
}

/***** ACHEMA BANNER SELECTORS *****/
.de #banner {
    float: left;
    margin: 0 20px 20px 0;
    width: auto;
    height: 58px;
}
.en #banner,
.en #banner,
.fr #banner,
.ru #banner,
.cn #banner {
    float: left;
    margin: 0 20px 20px 0;
    width: auto;
    height: 58px;
}

.es #banner,
.tr #banner,
.ar #banner {
    float: left;
    margin: 0 20px 20px 0;
    width: auto;
    height: 58px;
}



/***** NEWSLETTER ABO SELECTORS *****/
/*#newsletter{
    position: absolute;
    bottom: 0;
    right: 0;
    padding:10px;
    text-align:center;
    vertical-align:middle;
    background-color:#d10019;
}
#newsletter a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    font-weight: bold !important;
    color: black;
}
#newsletter a:hover,
#newsletter a:focus,
#newsletter a:active{
    color: white;
}
#newsletter a:before {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: "> ";
    color: #fff;
}
#newsletter a:hover:before {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: "> ";
    color: #000;
}
.ticker img {
    float:left;
}*/

/***** CAREER SELECTORS *****/
.collapsible {
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    background-color: white;
    padding: 10px 0px 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: .9375rem;
    font-weight: 700;
}
.collapsible:hover {
    color: #d10019;
}
.collapsible:before {
    font-size: .9375rem;
    font-weight: 700;
    color: #d10019;
    content: "> ";
}
.active:before {
    content: "< ";
}
.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.content li:before {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    content: "– " !important;
    color: #d10019;
}
#karriere ul,
#karriere-unternehmen ul,
#karriere-kontakt ul {
    padding-bottom: 16px !important;
}

/***** MATTERPORT PAGE SELECTORS *****/

.menu-h1 {
    line-height: 1.2rem;
}


/***** QUICK SELECTORS *****/
.p0 {
    padding: 0 !important;
}
.bwWrapper img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.bwWrapper img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.scale {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.listspacing {
    height: 9px;
}
.bgnone {
    background: none;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.divider {
    margin: 10px 0 10px 0;
    border-bottom: 1px solid #000;
}
.bred {
    color: #d10019 !important;
}
.arialfixbold {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold !important;
}
.arialfixregular {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
}
.franklinfixregular {
    font-family:"ITCFranklinGothicW02-Bk 812924" !important;
    font-weight: normal !important;
}


/***** FIXES *****/
.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    padding: 0px;
    border: none;
}
#notice {
    z-index: 3;
    position: fixed;
    top:0;
    display: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#error404box {
    margin: 0 auto;
    text-align: center;
}
#error404box h1 {
    font-family: "Times New Roman",Times,serif;
}

/***** UPDATES 2024 ****/

#float-col-1 {
    width: 280px;
    padding-top: 20px;
    float: left;
}
#float-col-2 {
    width: 280px;
    padding-top: 20px;
    float: left;
}
#float-col-2 {
    width: 280px;
    padding-top: 20px;
    float: left;
}
#float-col-3 {
    width: 170px;
    padding-top: 20px;
    float: left;
}
#float-col-4 {
    width: 170px;
    padding-top: 20px;
    float: left;
}

.special-height {
    height: 135px !important;
}
.last-in-col {
    height: 210px !important;
}
/*** Animate Fixes ***/
#filme-animation-t #animation_container {
    width: 350px !important;
    margin: 0 auto !important;
}
.animate-flex {
    height: 100% !important;
    width: auto !important;
    display: inline-block !important;
    box-sizing: border-box;
    padding-bottom: 20px !important;
}
.animate-box {
    position: relative;
    margin-left: 60px;
    height: 600px !important;
}