@charset "UTF-8";
@font-face { font-family: 'meine-schrift';
             src: url('../fonts/Tom_sans_Regular.ttf') format('truetype');
			font-weight: normal;}


a:link    {
    letter-spacing: 1px;
    font-weight: normal;
    color: #121212;
    cursor: pointer;
    transition: all 0.3s linear;
    text-decoration: none;
}
a:visited { letter-spacing: 1px;
    font-weight: normal; 
	color: #606060;
	    cursor: pointer;
	transition: all 0.3s linear;

	text-decoration: none; }
a:focus   {
    letter-spacing: 2px;
    font-weight: normal;
	color: #606060;
    cursor: pointer;
    transition: all 0.3s linear;
    text-decoration: none;
}
a:hover   { letter-spacing: 2px;
    font-weight: normal; 
	color: 121212;
	    cursor: pointer;
	transition: all 0.3s linear;

	text-decoration: none; }
a:active  {
    letter-spacing: 2px;
    font-weight: bold;
	color: #606060;
    cursor: pointer;
    transition: all 0.3s linear;
    text-decoration: none;
}

body {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
    background-color: #ededed;
}


header {
	grid-column: 1 / -1;
	font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	letter-spacing: 0.00em;
    color: #121212;
    text-align: left;
	
}
nav {
    text-align: left;
}
section {
    grid-column: 1 / -1;
	font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	letter-spacing: 0.00em;
    color: #121212;
    text-align: left;
	vertical-align: bottom;
}

nav ul li {
    list-style: none;
    display: inline-block;  
    font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    color: #606060;
    letter-spacing: 0.00em;
    text-align: left;
	margin-right: 0.0em;
    width: auto;
    transition: all 0.3s linear;
}
header ul li:hover {
    color: #606060;
    cursor: pointer;
    font-size: 1.0em;
    letter-spacing: 0.00em;
    font-weight: normal;
    font-style: normal;
}
article {
    font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    font-size: 1.0em;
	letter-spacing: 0.00em;
    color: #121212;
    text-align: left;
	vertical-align: top;
}

.noDisplay {
	display: none;
}

footer {	
	grid-column: 1 / -1;

}

header,
section,
article,
footer {
	
	padding: 0.4em;
	margin: 0.4em;
	margin-left: 0.8em;

}

.title {
    font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    font-style: normal;
    text-align: left;
    color: #121212;
    letter-spacing: 0.00em;
    font-size: 2.0em;
    margin-right: 1em;
}
.column_title {
    font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.00em;
    color: #121212
}
.column_undertitle {
    font-size: 1.2em;
    letter-spacing: 0.00em;
    font-weight: bold;
    font-family: 'meine-schrift', Arial, Helvetica, sans-serif;

}
.column_text {
    color: #121212;
    font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    text-align: left;
    letter-spacing: 0em;
}
.placeholder {    width: 100%;

	max-width: 650px;
	min-width: 250px;
	height: auto;
	
}

.placeholder1 {    width: 100%;

max-width: 650px;
	min-width: 250px;
	height: auto;
	
}
.logo {
        width: 80%;
max-width: 600px;
    min-width: 300px;
    height: auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 60px;
	
}
.logo1 {
    width: 90%;
    max-width: 600px;
    min-width: 300px;
    height: auto;
    padding-bottom: 20px;
}


.copyright {
    text-align: left;
    font-weight: lighter;
    letter-spacing: 1px;
    border-top-width: 2px;
    font-family: 'meine-schrift', Arial, Helvetica, sans-serif;
    color: #121212;
}



@media (min-width: 40em) {
	body {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
	}
}