/**
 * @categroy    Giro Plan
 * @package     mobil.css
 * @author      Tobias Weiß (service@kwnet.at)
 * @copyright   (C) 2021 by Kurt Weiß. All rights reserved.
 * @license     no usage except with explicit written permission.
 * @version     0.0.0
 * @since       File available since 0.0.0
 * @desc        CSS holding specific syles for the mobile site
 *
 * 2021-11-10 tw: creation;
 */

 :root{
 	--kw-major-width:100%;
 	--kw-minor-width:0px;
 }

HEADER{
 	margin: 0px;
 }
 
ASIDE{
	transition: width 0.5s ease-in-out;
	z-index: 100000;
}
 
 h1{
 	text-align: center !important;
 }
 
 img.logo{
 	position:absolute;
 	top: 10px;
	left: calc( 50% - 10px );
	transform: translateX(-50%);
}
 
.aside_stripe div#menumanager{
	position: absolute;
	height: 100px;
	width: 15px;
	top: 50%;
	left: 50%;
	text-align: center;
	cursor: pointer;
	z-index:100000;
	color: white;
	transform: translate(-50%,-50%);
}

.aside_container{
	overflow: hidden;
}

div.impressum{
	font-size: 11pt;
	width: 300px;
	left: 50%;
	transform: translateX(-50%);
}

nav#topnav{
	position: relative;
	max-height: 0px;
	width: 100%;
	margin-top: var(--kw-header-height);
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background-color: var(--kw-header-color);
}

nav#topnav a{
	position: relative;
	font-family:"Ubuntu-Bold", sans-serif;
	width: 100%;
	height: 75px;
	line-height: 75px;
	display: block;
	text-decoration:none;
	color:#eeeeee;
	text-align: center;
	transition: background-color 0.3s ease-in-out;
}

nav#topnav a:hover{
	background-color: #3b546c;
}

div.section_content{
	width: 100%;
	height: 100px;
	line-height: 100px;
	display: block;
}

div.section_content p{
	vertical-align: middle;
	line-height: normal;
	display:inline-block;
	padding: 0px 10px 0px 10px;
}

div.section_container_kontakt{
	padding: 150px 50px 50px 20px;
	text-align:center;
}

div.person{
	margin: 30px 0px 50px 0px !important;
	text-align: center;
}

@media (min-width:1020px){
	div.gallery_item{
		width: 31%;
	}
	div.gallery_container{
		padding: 50px 40px 50px 60px;
	}
}

@media (max-width:1020px) and (min-width:682px){
	div.gallery_item{
		width: 46%;
	}
	div.gallery_container{
		padding: 50px 40px 50px 60px;
	}
}

@media (max-width:682px){
	div.gallery_item{
		width: 200px;
		display:block;
		margin: 0px auto 20px auto;
	}
	div.gallery_container{
		text-align: center;
		padding: 50px 0px 50px 0px;
	}
}

div.banner{
	height: 500px;
}

div.banner_overlay{
	display:none;
}

div.category_text{
	position: absolute;
	width: 100%;
	height: calc( auto + 25px );
	bottom: 0px;
	padding:0px 50px 45px 20px;
	z-index: 1;
}

.slide_desc{
	bottom: 0px;
	width: 100%;
	font-size: 9pt;
	height: 25px;
	padding: 5px 30px 5px 0px;
	z-index: 100;
}

div.section_content_container{
	height: auto;
}

div.section_block{
	width: 100%;
	font-size: 12pt;
}

div.section_block p{
	padding: 0px 50px 0px 50px
}

.sbfirst{
	border-bottom: solid 0.5pt black;
}

.sblast{
	border-top: solid 0.5pt black;
}

img#zt_logo{
	max-width: 300px;
}

