@font-face {
	font-family: "Mulish";
	src: url("../fonts/Mulish-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
	font-family: "Mulish Bold";
	src: url("../fonts/Mulish-SemiBold.ttf") format("truetype");
  font-weight: 700;
}


:root {
  --font-heading: "Mulish Bold","Arial",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --font-primary:"Mulish","Arial",-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

@media (min-width: 43.75rem){
  h1 {
    font-size: 3.125rem;
    line-height: 5.5rem;
  }
}
/* header */
.site-header {
    background: #ffffff;
  }

.site-header__inner__container a {
    color: #1c386b;
}
.site-branding {
    background-image: none;
  }
/* page */
.page-title {
    display: block;
    text-align: center;
    color: #ffffff;
}

/* Blöcke und Regrionen */

.region--content-above {
    background-color: #1c386b;
    margin-bottom: 0px;
}

.block__title {
  font-family: var(--font-heading)!important;
  font-size: 2.2rem !important;
}

div#block-betd-page-title {
    margin-bottom: 0px;
}

.block-user-login-block li {
    list-style: none;
    text-align: center;
}

/* profile */
.site-branding__logo img {
    min-width: 300px;
  }

.field--name-field-photo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
		max-width: 300px;
}
