/*
 Theme Name:   Technopipe
 Description:  Technopipe Theme
 Author:       Fabian Schmidt Taunus Webdesign
 Author URI:   httpw://www.taunus-webdesign.de.de
 Template:     shapely
 Version:      1.0
 Text Domain:  technopipe
*/

html {
	font-size: 16px;
}

body {
	font-size: 1rem;
}

.main-navigation .menu li a {
    font-size: 16px;
}

.shapely-dropdown {
    font-size: 11px;
    padding: 0 10px;
    display: inline-block;
}

.dropdown:after {
	content: '';
}

.footer .footer-credits a, .footer .footer-credits a:visited {
	color: #fff !important;
	text-decoration: underline;
} 

.shapely_home_parallax .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.header-callout {
	display: none;
}

h1 {
	font-size: 48px;
	line-height: 51px;
}

.type-downloads h1 {
	font-size: 36px;
	line-height: 38px;
}

.dlbutton {
	
}

a.dl-container {
	display: block;
	height: auto;

	color: #333;
	padding: 15px 20px 15px 5px;
	
	border-top: 2px solid #00005c;
	border-bottom: 2px solid #00005c;

}

a.dl-container > span {
		display: block;
	height: auto;
	
	background-image: url('img/download_icon.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
		font-weight: bold;

	line-height: 1.2;
	font-size: 1rem;
}

.home a.dl-container  {
	background-color: #fff;
	border-top: 2px solid #bbb;
	border-bottom: 2px solid #bbb; 
}

a.dl-container:hover {
	background-color: #ededed;
}

.home a.dl-container:hover  {
	background-color: #fff;
}

a.dl-container:hover {
	text-decoration: none;
}

.dl-container .dl-info {
	font-weight: normal;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.module.langselect {
	padding-left: 0;
	padding-right: 0;
}