 html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Calibri, sans-serif;
	font-size: 100%;
  line-height: 1.3;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #fff;
  -webkit-print-color-adjust:exact;
}

p {
	padding-bottom: 1rem;
}

h1 {
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 1rem 0 2rem;
  text-align: center;
}

h2 {
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 0.7em;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 1.3;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.18rem;
  text-transform: uppercase;
}

.p-1{
  letter-spacing: 0.18rem;
  text-transform: uppercase;
  padding-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}

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

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0rem 0rem 1.5rem 0rem;
  list-style-image: url();
  list-style: none;
}

li {
  padding-left: 2.9rem;
}

li::before {
  content: "●";
  display: inline-block;
  font-size: 0.7rem;
  position: relative;
  float: left;
  top: 1px;
  margin-left: -1.5rem;
} 

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 705px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #000;
  font-size: 0.9rem;
  padding: 3rem;
}




.tuerkis{
color: #9dcebe;
}



.left {
	width: 49%;
}

.right {
	width: 49%;
}



.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}



.header {
  padding: 0rem 0rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.content {
  padding: 0rem 0rem 0rem;
}

.p-2 {
  padding-bottom: 0.7rem;
}

.p-3 {
  padding-bottom: 1.5rem;
}

.p-5{
  padding-left: 0.5rem;
}

.justify {
  text-align: justify;
}

.ul-1 {
  padding-bottom: 1.1rem;
}

.ul-1 li {
  padding-bottom: 0.4rem;
}

.section {
  text-align: center;
  width: 82%;
  padding: 0.3rem 4rem 0.2rem 0rem;
  border-bottom: solid #000 0.2rem;
  margin-left: 0.5rem;
}

.footer {
  padding: 0rem 0rem 0rem;
}

.footer a {
  font-weight: 700;
  color: #0563C1;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  margin: 0 auto;
  cursor: pointer;
	font-size: 1.1em;
 background-color: #9bd0be;
border: 1px solid #9bd0be;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
border: 1px solid #000;
text-decoration: none;
  color: #000;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
  color: #9bd0be;
}

a:active {
  text-decoration: none;
  color: #9bd0be;
}

.refnr {}

.apply {}
