/*
Theme Name: filemoat
Theme URI: https://www.awikom.de
Description: Media Libray
Version: 1.0
Author: Roland Bamberger @ awikom
Author URI: https://www.awikom.de
*/

@import url("normalize.css");

@font-face {
	font-family: 'SansaPro';
	font-style: normal;
	src: url('fonts/SansaPro-SemiBold.otf') format("opentype");
  }

html, body {
	height:100%;
	margin:0;
	padding:0;
}

body {
	background-color: #fff;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #666;
	}
	
.wrapper { 
	max-width:1200px;
	margin:auto;
}
	
#header {
	border-bottom: 1px solid #ccc;
}

.logo {
	width:20%;
	min-width:150px;
	max-width:300px;
	display: block;
}

a {	
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
 
.inner { 
	padding:15px;
 }

h1 {	
	padding:0;
	margin:0;
	font-size: 26px;
	font-weight: normal;
	font-family: 'SansaPro';
	line-height: 1.2;
	margin-bottom:10px;
	}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin:0;
	font-family: 'SansaPro';
	line-height: 1.2;
	margin-bottom:10px;
	}

p {
	margin:5px 0;
}

.filetext {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom:10px;
}

img {
	border: 0px;
}

video {
	display: block;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	width: 0;
	height: 1px;
}

.bttn,
form input[type=submit] {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #fff;
	border:0;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	cursor:pointer;
	background-color: #e00025;
	border-radius: 10px;
	margin: 5px 0;
	box-sizing: border-box;
	font-size: 0.9em;
}

.datablock .bttn {
	width: auto;
	display: inline-block;
}

.bttn:hover,
form input[type=submit]:hover {
	background-color: #142559;
	color: #fff;
	text-decoration: none;
}

form input[type=password] {
	display: inline-block;
	padding: 8px 13px;
	border:0;
	line-height:1.2;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin: 5px 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.passwordbox {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	display: block;
	margin: 50px auto;
	max-width: 280px;
}

.imgbox img {
	width: 100%;
	height:auto;
	display: block;
}

.columns {
	/*
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: start;
	*/
}

/*
.columns .fileblock {
	flex-basis: 70%;
}
*/

.columns .datablock {
	/* flex-basis: 30%; */
	padding: 15px;
	background-color: #f0f0f0;
	box-sizing: border-box;
	/*
	border: 1px solid #ccc;
	border-radius: 10px;
	*/
}

#footer {
	clear:both;
	border-top: 1px solid #ccc;
}

#footer .copy {
	padding:15px;
	font-size:12px;
	color: #666; 
	line-height:1.2;
}
 

/* ausblenden */

 
@media screen and (max-width: 800px) {
	.columns {
		flex-direction: column;
	}
	.columns .datablock {
		width: 100%;
	}
}


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


}



