@charset "UTF-8";
/* Stylesheet für HIATUS Seite von janine-richartz.de */

h1, .h1 {
  font-size: 2.5rem;
}

@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}

@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 2rem;
}


h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}


/* unvisited link */
a:link {
  color: #DF5414;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold
}

/* visited link */
a:visited {
  color: orangered;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold
}

/* mouse over link */
a:hover {
  color: black;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold
}

/* selected link */
a:active {
  color: #FF4602;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold
}


/* Profil Foto Janine */
#profile_pic  {   
 margin-top: 120px;
	margin-left: 80px;
	max-width: 100%;
  height: auto
}


/* Text Feld */
#text_field {
  color: #000000;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold
}

/* Text Feld Kontakt */
#text_field_contact {
  color: #000000;
	text-decoration: none;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold
}


button {
	background-color: transparent;
	border-color: #000000;
	border-radius: 0 !important;
  color: black;
  padding: 15px 32px;
  text-align: center;
	font-weight: bold;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button:visited {
    border:none;
}

.responsive {
  max-width: 100%;
  height: auto;
}
