/*
Custom CSS for TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

*/

.emptextsul {
	list-style-type:none;
	padding-left: 20px;
	text-align: left;
	text-indent: -20px;
}

.light-h1 {
  font-family: 'Open Sans', Verdana, sans serif; 
  font-weight: 500;
  font-size: 2.5rem;
}

.light-h2 {
  font-family: 'Open Sans', Verdana, sans serif; 
  font-weight: 300;
  font-size: 1.5rem;
}

.buehne-img {
  
}

/* line 50, src/assets/scss/mixins/_utilities.scss */
.projekte-img {
	
}

.logo {
    height: 80px;     /* feste Grundhöhe */
    width: auto;      /* keine Verzerrung */
    max-height: 80px; /* zu deiner Sicherheit */
}

@media (max-width: 992px) {
    .logo {
        height: 50px;
        max-height: 50px;
    }
}

@media (max-width: 576px) {
    .logo {
        height: 40px;
        max-height: 40px;
    }
}

.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}


#starttext {
	/*background-image: url(../images/bghome.png);
	background-repeat: no-repeat;
	background-position: bottom right;*/
	text-align: center;
	font-size: 32pt;
	font-family: 'Open Sans', Verdana, sans serif; 
	margin-bottom:0;
}