@font-face {
    font-family:'Open Sans';
    src: url('./Schrift/OpenSans-Light-webfont.ttf') format('truetype');
}

@font-face {
    font-family:'ankecallig-fg';
    src: url('./Schrift/ankecallig-fg.ttf') format('truetype');
}

html, button, input, select, textarea, body,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family:'Open Sans';
}
.zitat [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family:'ankecallig-fg';
    font-size: 24px;
}


body {
    text-align: center;
    /* Damit website in der mitte des Browser-Fensters ist */
    
}
.website {
    margin: 0 auto;
        /* Abstand automatisch an Fenster anpassen -> zentrierung */
}


.logo {
    float: middle;
    margin-top: 35px;
    margin-bottom: 10px;
    min-width: 180px;
    max-height: 35%;
    max-width: 35%;
}

.menu{
    font-size: 17px;
}
@media screen and (max-width: 1200px) {
    .menu{
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .menu{
        display: none;
    }
}

.menuzwei {
    font-size: 15px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .menuzwei{
        display: none;
    }
}

.hamburger{
    height: 20px;
    width: auto;
}
.hamburger:hover{
    background: white;
}
#menuLink1:hover {
    background: white;
}

.fueller{
    height: 20px;
}
.fuellerklein{
    height: 10px;
}
.fuellergross {
    height: 40px;
}

.titel {
    font-size: 35px;
}

.linie {
    height: 1px;
    text-align: center;
}

.inhalt {
    font-size: 14px;
}

.links{
    text-align: left;
}
@media screen and (max-width: 768px) {
	.links{
        padding-left: 5px;
	}
}

.rechts { 
    text-align: right;
}
@media screen and (max-width: 768px) {
	.rechts{
		text-align: left;
        padding-left: 5px;
	}
}

.pure-table {
    float: middle;
}

.footer {
    font-size: 11px;
}
@media screen and (min-width: 850px) {
    .footer {
        display: none;
    }
}

.footerzwei {
    font-size: 11px;
}
@media screen and (max-width: 849px) {
    .footerzwei {
        display: none;
    }
}

.copy {
    margin-top: 5px;
}

.strich {
    height: 1px;
    background-color: #DAA520;
}