/**
 * @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;
 */
 
HEADER{
 	margin: 0px;
 }
 
 h1{
 	text-align: center !important;
 }
 
 h2{
 	padding: 0px 30px 0px 30px;
 	margin-top: 90px !important;
 }
 
 h2#h2special{
 	margin-bottom: -40px;
 }
 
 img.logo{
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
 
 div.menu_manager{
	position: absolute;
	height: 100px;
	width: 100px;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index:100000;
	background-position: center center;
	background-image: url("/img/menu.png");
	background-repeat: no-repeat;
	color: #eeeeee;
}

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_container_team{
	padding: 50px 30px 50px 30px;
	text-align:center;
}

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

p.kontakt_p{
	margin-top:75px;
	text-align:center;
}

div.impressum_infoblock{
	margin-top: 50px;
}

p.impressum_p{
	text-align:center;
}

div.gallery_project_container{
	position: relative;
	margin-bottom: 100px;
}

@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.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;
}

