diff --git a/ludok.css b/ludok.css index 8203032..f4eb19f 100644 --- a/ludok.css +++ b/ludok.css @@ -20,10 +20,8 @@ html { body { background: white; color: #474747; - font-family: metanormal, Arial, sans-serif; font-size: 16px; - margin: 0px; padding: 0px; } @@ -38,7 +36,6 @@ a:hover { text-decoration: none; } - button { outline: 0; cursor: pointer; @@ -76,7 +73,6 @@ li { border-width: 2px; } - .btn_round { background-color: white; border-radius: 45px; @@ -85,7 +81,6 @@ li { color: #474747; font-family: metanormal, Arial, sans-serif; font-size: 15px; - /*font-weight: bold;*/ height: 90px; width: 90px; padding: 0px; @@ -103,7 +98,6 @@ li { color: white; } - .btn_round_small { background-color: white; border-radius: 33px; @@ -127,7 +121,6 @@ li { cursor: pointer; } - .div_Flex_Row { display: flex; flex-direction: row; @@ -136,7 +129,6 @@ li { padding-right: 40px; } - .div_HintergrundInfo { background-color: white; display: none; @@ -144,13 +136,11 @@ li { text-align: left; } - .div_i_Container { position: relative; display: inline-block; } - .div_Intro { color: #468AB2; font-size: 20px; @@ -162,7 +152,6 @@ li { text-align: left; } - .div_Main { background-color: #EDEDED; margin-top: 30px; @@ -171,7 +160,6 @@ li { height: 1130px; } - .div_Menu { display: inline-block; position: absolute; @@ -327,7 +315,6 @@ table { width: 609px; } - td { background-color: transparent; padding: 5px; @@ -350,7 +337,6 @@ tr:last-of-type { _border: none; } - .ui-tooltip { padding: 10px 20px; color: #222222; @@ -367,7 +353,6 @@ tr:last-of-type { /****************************** COLORS ***************************************************************************************************************************************/ - .bg_Feinstaub { color: #868686; background-color: white; @@ -404,7 +389,6 @@ tr:last-of-type { border-color: #9e9e9e; } - .bg_Feinstaub_invert { background-color: #868686; color: white; @@ -435,13 +419,11 @@ tr:last-of-type { background-color: #D9847E; } - /** RESPONSIVE ADAPTATIONS FOR TABLETS & SMARTPHONES (<= 1160/1024 px) **/ /* Tablets */ @media (max-width: 1159px) { - .div_PageContent { width: 1024px; } @@ -464,12 +446,8 @@ tr:last-of-type { right: unset; left: 5px; } - } -/* @media (max-width: 1159px) */ - - /* Smartphones */ @media (max-width: 1023px) {