h1 {font-size:0.5em; line-height: 1em; text-transform: uppercase}

h2 {
  font-family: 'ikaros_sans_regularregular', sans-serif;
  padding: 15px 0 0 0;
  font-size: 1.5em;
  color: #2fad66 !important;
  text-align: left;
}

p {text-align: left}


.fliesstext ul {
  font-family: 'Mulish', sans-serif; 
  text-align: left;
  list-style: none;              
  padding: 0;
  margin: 0 0 30px 0;
}

.fliesstext ul li {
  position: relative;
  padding: 0 0.6em 0.6em 1.5em;
}

.fliesstext ul li::before {
  content: "■";                 
  position: absolute;
  left: 0;
  top: 0;
  color: #2fad66;                
  font-size: 1.5em;              
  line-height: 0.6em;            
}


.active{color:#fff;background-color:#2fad66}

.header-be{background-image:url("../images/headers/baulandentwicklung-wotruba-vermessung-kaernten.jpg"); margin-bottom: -100px; max-height: 400px;}
.header-loe{background-image:url("../images/headers/grenzstreitigkeiten-loesen-vermessung-wotruba-kaernten.png"); margin-bottom: -100px; max-height: 400px;}
.header-gr{background-image:url("../images/headers/wotruba-vermessung-grenzfeststellung-grundstuecksteilung-kaernten.jpg"); margin-bottom: -100px; max-height: 400px;}
.header-bv{background-image:url("../images/headers/bauvermessung-wotruba-vermessung-kaernten.jpg");  margin-bottom: -100px; max-height: 400px;}



.btn-wrapper {margin-bottom: 50px;}
.btn-new { margin-right: 15px; font-family: 'Mulish', sans-serif;}

.btn-wrapper.btn-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.btn-wrapper.btn-row .btn-new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-wrapper.btn-row .btn-ico { display: inline-block; }

#neu-was {margin-bottom: 35px;}


#kontakt {text-align: left;}


@media (max-width: 767px) {
	
	
  .btn-wrapper.btn-row {
    text-align: left !important;
    display: block !important;
  }
  .btn-wrapper.btn-row .btn-new {
    display: inline-flex;
    margin: 0 0 10px 0;
    justify-content: flex-start;
  }
}






@media (min-width: 800px) {
	
	h1 {font-size:2.5em !important;}
	
	.header-be{margin-bottom: -500px;}
	#was-h1.as-h1 { text-align: center;}
	.btn-wrapper {margin-bottom: 100px;}
	
	#einleitung p {text-align: center;}
	
	#kontakt, #kontakt h3, #kontakt h2, #kontakt p {text-align: right;}
	
	.header-bv {background-position: center center;}
	
}


/* ===============================
   MOBILE: Aufzählungspunkte korrigieren
   =============================== */
@media (max-width: 767px) {

  .fliesstext ul li {
    padding-left: 1.2em;
  }

  .fliesstext ul li::before {
    font-size: 1em;      /* kleiner */
    line-height: 1em;    /* normal */
    top: 0.2em;          /* optisch mittig */
  }

}



