@font-face {
    font-family: 'GFS Neohellenic';
    src: url('GFSNeohellenic-Regular.woff2') format('woff2'),
        url('GFSNeohellenic-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GFS Neohellenic';
    src: url('GFSNeohellenic-Bold.woff2') format('woff2'),
        url('GFSNeohellenic-Bold.woff') format('woff');
	font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* layout settings */
* {
  box-sizing: border-box;
}

html,body {
	background-color: #667479;
}

body {
  /*font-family: 'GFS Neohellenic', Montserrat, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';*/
  font-family: Montserrat, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}

    
p{
	color: white;
}
section {
	
}
header section {
	padding-bottom: 15px;
	border-bottom: 3px solid #969696;
	margin-bottom: 15px;
}
footer section {
	padding-top: 15px;
	border-top: 3px solid #000000;
	margin-top: 15px;
}

img {
	vertical-align: top;
	max-width: 100%;
}

.img_front{
	max-width: 80%;
	max-height: inherit;
}

.img_platzhalter {
	
	position:absolute;
    align-content: flex-start;
    top: 100;
    right: 20;
    width: 100px;
    height: auto;
 	width: 60px;
	height: 60px;
	border-radius: 50%;
	}

.img_logo{
	max-height: 70px;
}

hr {
	border: none;
	height: 0;
	border-bottom: 2px solid #00000;
}
.hr_member{
	 border-bottom: #D8A7A8 1px solid;
	
}

h1 {
	color: #FFFFFF;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
}
h3 {
	color: white;
	margin-top: 0.5em;
	font-weight: bold;
}

.org-name {
	font-size: 3rem;
	display: block;
	line-height: 120px;
	text-align: center;
	font-weight: bold;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

/* form related */
form {
	max-width: 600px;
	margin: 0 auto;
}
.form-wrap {
	padding: 20px;
	border: #B3B3B3id #000000;
}
.form-wrap .row {
	margin-bottom: 10px;
}
.form-wrap .row:last-child {
	margin-bottom: 0;
}

/* input fields */
label {
	font-weight: 200;
}
/*input[type=submit],
input[type=text] {
	width: 100%;
	max-width: 300px;

}*/
textarea {
	width: 100%;
	max-width: 300px;
	min-height: 100px;
}
input {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
	border: 1px solid #afafaf;
	background-color: #fafafa;
	padding: 2px;
}
input[type=submit] {
  cursor: pointer;
}
input::-moz-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
input:-ms-input-placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}
input::placeholder {
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1rem;
  color: #ccc;
}

/* buttons */
button {
  background-color: transparent;
  padding: 0;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.button-21 {
  align-items: center;
  appearance: none;
  background-color: #767C76;
  background-image: linear-gradient(1deg, #E59560, #1D3124 70%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 100px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s,background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-21:active,
.button-21:focus {
  outline: none;
}

.button-21:hover {
  background-position: -20px -20px;
text-decoration: none;
}

.button-21:focus:not(:active) {
  box-shadow: rgba(215,227,236,0.22) 0 0 0 .125em;
}

/* components */
.section_member_details{
	display: inline-block;
	border: #F57E80, solid, 1px;
	align-content: space-between;
	background: #BACEC1;
}
.section_member_1{
	display: inline-block;
	border: #F57E80, solid, 1px;
	align-content: space-between;
	background: #BACEC1;
}

.accordion_01 {
  background-color: #7A7474;
  color: #444444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #8B8585; 
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: #FFFFFF;
  overflow: hidden;
}


/* navigation */
.navigation a {
	display: contents;
	line-height: 50px;
	font-size: 26px;
}

/* media queries */
@media (max-width: 1023px) {
	.navigation a {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.org-name {
		font-size: 2em;
		line-height: 2em;
	}
}

@media (max-width: 460px) {
	.org-name {
		font-size: 1.5em;
		line-height: 1.5em;
	}
}