/*
Theme Name: Gfmk
Description: Template zu GFMK
Author: Guido Grossmann
*/


}

html, body { margin:0; padding:0; height:100%; width:100%; }

/** BODY **/
body { width:100%; margin:0px auto; background:#009600; font-family: 'aktiv-grotesk';  font-weight:500; text-align:center; }

/** FARBEN **/
.black { color:#000; }
.white { color:#fff; }

.sbig { font-size:68pt; line-height:80pt; font-weight:700; }
.smedium { font-weight:700; font-size:25px; line-height:30pt; }
.ssmall { font-size:25px; line-height:30pt }

/** LINKS **/
a { color:#000; text-decoration:none; }
a:hover { color:#fff; }

.main_frm { display: flex; flex-direction:column; justify-content: center; align-items: center; height:100vh; }

@media screen and (max-width:840px) and (min-width:100px)  {	
.sbig { font-weight:700; font-size:40px; letter-spacing:1px; line-height:44px; margin-top:17px; }
.smedium { font-weight:700; font-size:22px; line-height:32px; }
.ssmall { font-size:20px; line-height:30px }
}

@media screen and (max-width:480px) and (min-width:100px)  {	
.sbig { font-weight:700; font-size:30px; letter-spacing:1px; line-height:34px; margin-top:17px; }
.smedium { font-weight:700; font-size:18px; line-height:26pt; }
.ssmall { font-size:18px; line-height:28px }
}
