diff --git a/KundenseiteJulius.aspx b/KundenseiteJulius.aspx index 45a2b18..3bc7ed5 100644 --- a/KundenseiteJulius.aspx +++ b/KundenseiteJulius.aspx @@ -139,14 +139,14 @@ border: none !important; } - .modal-dialog { - height: 100% !important; /* required */ - margin: 0 0.5rem !important; - padding: 0.5rem 0 !important; - overflow-y: auto !important; /* required */ - width: 100%; - position:center; - + .modal-dialog { + height: 100% !important; /* required */ + margin: 0 0.5rem !important; + padding: 0.5rem 0 !important; + overflow-y: auto !important; /* required */ + width: 100%; + position: center; + @media (min-width: 4sm) { margin:0 auto !important; padding:1.75rem 0 !important; @@ -164,10 +164,44 @@ .modal-body { padding-top: 0 !important; overflow-y: auto !important; /* required */ - } + } + + @media (max-width: 768px) { + h2{ + font-size:32px; + font-size:2em; + } + #ButtonHauptpage{ + font-size:28px; + font-size:1.75em; + } + #dropdown{ + font-size:28px; + font-size:1.75em; + } + .Label1{ + font-size:18px; + font-size:1.125em; + } + } + @media (min-width: 768px) { + h2 { + font-size: 28px; + font-size:1.75em; + } + + #ButtonHauptpage { + font-size: 17px; + font-size:1.063em; + } + + #dropdown { + font-size: 32px; + font-size:2em; + } + } - @@ -227,13 +261,20 @@
-

Willkommen im Kundenportal:

+
+ +

Willkommen im Kundenportal:

+
&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zur Hauptzeite wechseln." style="background-color:#043381">Home - - +
+
+

+
+ <% End If 'Response.Write(DB2.qry_contentNew(menuID, lan)) %>