body a{
	text-decoration: none;
	cursor: pointer;
}

.main-layout{
	width: 95%;
	margin: 0 auto;
}

.logo{
	width:100%;
}


.main-theme-text{
	color: #60396f;
}

.main-theme-rounded-border{
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	border-color: #60396f;
}

.header{
	text-align:center
}

.active-tab{
	font-weight: bold;
}

.kin-border-top{

	border-top-style:solid;
	border-top-color: #6600cc;
	border-top-width: thin;
}

.kin-border-bottom{

	border-bottom-style: solid;
	border-bottom-color: #6600cc;
	border-bottom-width: thin;
}

.kin-button{	
	text-decoration: none;
}

.font-size-title, h1{
	font-size: 6vw !important;
}

.font-size-title-small, h2{
	font-size: 5vw !important;
}

.font-size-title-mini, h3{
	font-size: 4vw !important;
}

h3{
	font-weight: bold;
}

.font-size-text, h4{
	font-size: 3.5vw;
}

.font-size-text-smaller{
	font-size: 2vw;
}

.font-size-text-small{
	font-size: 2.5vw;
}
	
.content-area{
	margin:3vw auto auto 0;
	padding-bottom: 3vw;
}

.content-area-inner{
	padding: 3% 3% 10% 3%;
}

.centered{
	text-align: center;
}

.impressum{
	padding: 2% 0;
	vertical-align: center;
	text-decoration: none;
}

.sm-hide{
	display:none;
}

@media (max-width: 992px) and (orientation: landscape){
	.logo{
		width:80%;
	}

	.font-size-title, h1{
		font-size: 4vw !important;
	}

	.font-size-title-small, h2{
		font-size: 3vw !important;
	}

	.font-size-title-mini, h3{
		font-size: 2.75vw !important;
	}

	.font-size-text, h4{
		font-size: 2.25vw;
	}

	.font-size-text-smaller{
		font-size: 1.75vw;
	}

	.font-size-text-small{
		font-size: 1.9vw;
	}
}

@media (min-width: 993px){	
	.impressum{
		padding: 1% 0;
	}

	 .main-layout{
		width:90%;
	} 	

	.sm-hide{
		display:block;
	}

	.med-hide{
		display: none;
	}

	.entire-page{
		width: 90%;
		margin: 2vw auto;
	}	

	.logo{
		width:33%;
		margin-top: 2vw;
	}	

	.logo-tree{
		width:6.5vw;
	}

	.content-area{
		margin: 4.8vw 0 0 0;
	}

	.content-area-inner{
		padding: 2.73659% 2.79999% 2.73659% 2.79999%
	}

	.font-size-title, h1{
		font-size: 2.3vw !important;
	}
	
	.font-size-title-small, h2{
		font-size: 1.8vw !important;
	}

	.font-size-title-mini, h3{
		font-size: 1.4vw !important;
	}
	
	.font-size-text, h4{
		font-size: 1.2vw;
	}

	.font-size-text-smaller{
		font-size: 0.75vw;
	}

	.font-size-text-small{
		font-size: 0.9vw;
	}
}