/**
 * @author developer@hastaport.com
 * @since 03 Kas 2016 16:04
 * @copyright  Copyright (C) 2016 hastaport.com

    The Css code in this page is free software: you can
    redistribute it and/or modify it under the terms of the GNU
    General Public License (GNU GPL) as published by the Free Software
    Foundation, either version 3 of the License, or (at your option)
    any later version.  The code is distributed WITHOUT ANY WARRANTY;
    without even the implied warranty of MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.

    As additional permission under GNU GPL version 3 section 7, you
    may distribute non-source (e.g., minimized or compacted) forms of
    that code without the copy of the GNU GPL normally required by
    section 4, provided you include this license notice and a URL
    through which recipients can access the Corresponding Source.
    (http://www.gnu.org/philosophy/javascript-trap.html)
 */
#header-container {
	color: #436978;
	display: flex;
	flex-direction: column;
	width: -webkit-fill-available
}

#header-container>div {
	margin: 0px;
	padding-right: 20px;
	font-size: 23px;
	font-weight: 500;
	display: flex;
	justify-content: flex-end;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.38);
}

#header-container>div:first-child {
	border-bottom: 2px solid #d6a38d;
	letter-spacing: 1px;
	font-size: 31px;
}

#header-container>div:last-child {
	font-size: 17px;
	color: hsla(197, 28%, 37%, 0.85);
}

@media only screen and (max-width: 400) {
	#header-container>div:first-child {
		font-size: 21px;
	}
	#header-container>div:last-child {
		font-size: 13px;
	}
}/**
 * @author developer@hastaport.com
 * @since 03 Kas 2016 16:04
 * @copyright  Copyright (C) 2016 hastaport.com

    The Css code in this page is free software: you can
    redistribute it and/or modify it under the terms of the GNU
    General Public License (GNU GPL) as published by the Free Software
    Foundation, either version 3 of the License, or (at your option)
    any later version.  The code is distributed WITHOUT ANY WARRANTY;
    without even the implied warranty of MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.

    As additional permission under GNU GPL version 3 section 7, you
    may distribute non-source (e.g., minimized or compacted) forms of
    that code without the copy of the GNU GPL normally required by
    section 4, provided you include this license notice and a URL
    through which recipients can access the Corresponding Source.
    (http://www.gnu.org/philosophy/javascript-trap.html)
 */

 
 
#body-container {
    padding: 50px;
    padding-top: 10px;
   
    background-color: hsla(0, 0%, 100%, 0.71); 
    border-radius: 9px;
    
    background-color: hsla(0, 0%, 100%, 0.37);
    background-color: unset;
    max-width: 400px;
    margin:23px;
    position: relative;
}

#body-container  *:is(p,li,div) {
    font-size: 18px;
    font-family: calibri;
 }


#body-container >  div {
  font-size: 1.3rem;
    color: hsla(153, 90%, 20%, 0.99); 
    display:none; 
}

#body-container  article {
     
  }

  #body-container  article figure {
     display:none;
  }

  
  #body-container  article * {
     
  }

div.rich-text-commands {
    
    background-color: white;
    border-radius: 4px;
}

#body-container >  div.rich-text-commands {
    display: block;
    position: absolute;
    top: -24px;
    left: 50px;
    width: 400px;
    border-bottom: 1px solid gainsboro;
}

#body-container  > i
{
    position: absolute;
    top: 24px;
    left: 32px;
    font-size: 16px;
    cursor: pointer;
}

#body-container  h3 {
    margin:4px;
 }

 #body-container  p {
    margin-top:8px;
    margin-bottom:8px;
 }

#body-container  ul {
    margin:0px;
   padding-left:24px;
 }


 #body-container   a {
    color:slateblue;
    }

 #body-container >  div#sec-home {
    flex-direction: row;
}

#body-container > div[class~='pop'] {  
    display: flex;
    flex-direction: column;
}


#body-container div[class*='faws-']  {
    display: flex;
    align-items: center;
    font-size: inherit;
}
#body-container div[class*='faws-']:before {
font-size:32px;
}

#body-container div[class*='faws-'] a {
margin-left:10px;
}

#my-avatar {
	display:none;
	clip-path: circle(117px at 50% 30%);
    margin-bottom: -150px;	
}

@media only screen and (max-width: 400) {

            #my-avatar {
                
                margin-bottom: unset;	
            }
                
                
            #body-container {
                padding-left: 0px !important;
                padding-right: 0px !important;
                margin-top:0px;
            }
            #body-container > div {
                padding-left: 0px !important;
                padding-right: 0px !important;
                margin-top:0px;
                padding-bottom: var(--footer-height);
            }
 

}/**
 * @author developer@hastaport.com
 * @since 03 Kas 2016 16:04
 * @copyright  Copyright (C) 2016 hastaport.com

    The Css code in this page is free software: you can
    redistribute it and/or modify it under the terms of the GNU
    General Public License (GNU GPL) as published by the Free Software
    Foundation, either version 3 of the License, or (at your option)
    any later version.  The code is distributed WITHOUT ANY WARRANTY;
    without even the implied warranty of MERCHANTABILITY or FITNESS
    FOR A PARTICULAR PURPOSE.  See the GNU GPL for more details.

    As additional permission under GNU GPL version 3 section 7, you
    may distribute non-source (e.g., minimized or compacted) forms of
    that code without the copy of the GNU GPL normally required by
    section 4, provided you include this license notice and a URL
    through which recipients can access the Corresponding Source.
    (http://www.gnu.org/philosophy/javascript-trap.html)
 */


#top-button
{
	z-index: 1000;
	position: fixed;
	bottom: 8px;
	right: 8px;
	background-color: hsl(0deg 0% 0% / 8%);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50% 50%;
	cursor: pointer;
}

div#top-button:active
{
	background-color: hsl(0deg 0% 0% / 16%);
}

#admin-tool-box-container
{
	display: none !important;
}

footer > section
{

	display: flex;
	flex-direction: row;
	height: -webkit-fill-available;
	background-color: inherit;
	width: -webkit-fill-available;
}

body > footer #print-footer {
	display: none;
}

body > footer  #footer-container
{
	padding: 0px;
	color: hsla(120, 27%, 100%, 1);

	display: flex;
	flex-direction: row;
	height: -webkit-fill-available;
	background-color: inherit;
	width: -webkit-fill-available;
}

#footer-menu
{
	padding: 0px;
	color: #e0ede0;
	color: hsla(120, 27%, 100%, 1);
	display: flex;
	flex-direction: row;
	height: -webkit-fill-available;
	width: -webkit-fill-available;
	background-color: inherit;
}

#footer-menu>div
{
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	/* font-weight: 200; */
	letter-spacing: 2px;
	padding: 0px 8px;
	cursor: pointer;
	border: 0px !important;
	/* text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.81); */

}

#footer-menu>div>i.invisible
{
	visibility: hidden;

}

#footer-menu>div>a
{
	color: unset;
}

#footer-menu>div:hover
{

	background-color: hsla(0, 0%, 0%, 0.1);
}

#footer-menu>div[class~="active"]
{

	background-color: hsla(0, 0%, 0%, 0.1);
}

#footer-menu>div+div
{
	border-left: 1px solid hsl(196, 28%, 60%) !important;

}



#mobile-footer-content
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	top: calc(var(--header-height) + 16px);
	right: 16px;

}

#mobile-footer-content a
{
	color: slateblue;
}

#mobile-footer-content a>div
{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: inherit;
	margin-bottom: 12px;
	min-width: 24px;
	min-height: 24px;
	background-size: contain;
}



#mobile-footer-content div[class*='fab-']:before,
#mobile-footer-content div[class*='fa-']:before
{
	font-size: 20px;
	color: hsla(196, 32%, 48%, 1) !important;
	margin: 0px;
	margin-left: auto;
}




#mobile-footer-content div.high-light[class*='fa-']:before
{ 
	color: red !important; 
}

@media (min-width: 640px)
{

	#mobile-footer-content
{
 
    overflow-y: auto; 
    bottom: 40px;
}

	#mobile-footer-content::-webkit-scrollbar {
        width: 0px !important;
        height: 0px !important;
    }

}

@media (max-width: 640px)
{
	#top-button {
		bottom: 75px;
		right: 2px;
	}
	#mobile-footer-content
	{
		position: fixed;
		width: auto;
		background-color: hsla(124, 32%, 97%, 1);
		flex-direction: row !important;
		bottom: 0px;
		top: auto;
		right: 0px;
		left: 0px;
		overflow-x: auto;
		justify-content: flex-start;
	}

	#mobile-footer-content div[class*='fab-']:before,
	#mobile-footer-content div[class*='fa-']:before
	{
		font-size: 32px !important;
	}
	#mobile-footer-content > section {
		display: flex;
		 
	}

	#mobile-footer-content > section>*>div
	{
		margin: 12px 8px !important;
	}

	#mobile-footer-content  > section >*>div:before
	{
		justify-content: center;
		display: flex;
		align-items: center;
	}

	#mobile-footer-content a#cache-button-ref > div > div {
		display:none;
	}
}




@media only screen and (max-width: 840px)
{

	body>.corner-menu-button
	{

		left: 1px;
		top: 1px;
	}


	#header-container>div
	{
		padding-top: 2px !important;
		padding-bottom: 2px !important;
	}

	#header-container *
	{
		font-size: 1.1rem !important;
	}

	[data-template-section="footer"]
	{
		height: fit-content !important;
	}

	#footer-container
	{
		height: fit-content !important;
	}



	#footer-menu
	{
		flex-direction: column;
		height: fit-content;
		width: fit-content;
		position: fixed;
		top: 35px;
		left: 0px;
		bottom: auto;
		right: auto;
		height: auto;
		transform-origin: 0px 0px;
		transform: scale(1, 0);
		transition: transform 0.5s ease-out, opacity 0.3s ease-out;
		opacity: 0;
	}

	div.template-canvas[class~="pop"] #footer-menu
	{
		transform: scale(1, 1);
		opacity: 1;
	}


	#footer-menu>div
	{
		padding: 12px;
		justify-content: left;
	}





}