/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/montserrat-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v15-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Generica Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Generica Regular'), url('Generica.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Generica Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Generica Bold'), url('Generica Bold.woff') format('woff');
    }

body, html {
    padding: 0;
    margin: 0;
	min-width: 350px;
	min-height: 800px;
}
html {
    font-size: 16px;
}
body {
    font-family: 'Montserrat', sans-serif;
	background-image: url(../images/logo_gr.png);
	background-size: 70%;
	background-position: -30% bottom;
	background-repeat: no-repeat;
}
body * {
    box-sizing: border-box;
 }
a {
    text-decoration: none;
    color: #C9CA00;
}
.logobar {
	text-align: center;
}
.logobar img.logo {
    position: relative;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    padding: 100px 30px;
}
.headerlogo{
    margin: 0 auto;
    width: 75%;
    min-width: 20%;
    height: auto;
    text-align: center;
}
.content {
    margin: 0 auto;
    width: 90%;
    max-width: 1500px;
}
.contentblock {
	height: calc(100vh - 250px);
	min-height: 500px;
	margin-left: 50%;
}

h1 .small {
    font-style: italic;
    font-size: 0.6em;
    line-height: 1em;
    color: #706f6f;
    display: block;
}
h3, h4, h5 {
    font-weight: 300;
}
h3, h2 {
    color: #C9CA00;
}

.infobox p {
    font-size: 18px;
    text-align: center;
     padding: 150px 30px;
    line-height: 160%;

}
.infobox a {
    color: #C9CA00;
    text-align: center;
}

footer {
    text-align: center;
    font-size: 15px;
    margin-left: 50%;
	height: 200px
}

footer p {
	padding: 100px 30px;

}
  .abstand {
        display:none;
    }
@media (max-width: 600px) {
html {
    font-size: 14px;    
}
.contentblock {
	margin-left: 0px;
}
footer {
    margin-left: 0px;
}
    section {
        margin-left: 4%;
    }
    .infobox p{
    padding: 0px; 
    }
}
  

@media (max-width:450px)
{
  .abstand {display:block;}
    }