@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://fonts.googleapis.com/css?family=Share');
@font-face {
	font-family: codebold;
	src: url('/includes/CODE Bold.otf');
}

a.mail_obfuscation span.goaway {
	display: none;
}

*{
  padding: 0;
  margin: 0;
}

body{
	background: #ffb719;
  font-family: 'Share', sans-serif;
  font-size: 27px;
}

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

a:hover{
	text-decoration: underline;
}

.content .p ul{
	list-style: none;
}
.content .p ul li{
margin-bottom: 10px;
}

#anna_bild{
  width: 65%;
  min-height: 428px;
  background: url("/includes/anna_auge.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

#anna_bild a{
	position: relative;
	display: block;
	font-size: 130%;
	text-decoration: none;
	transition: 0.4s;
	float: right;
	border: solid #262626;
	border-radius: 0 0 0 20px;
	border-width: 0 0 3px 1px;
	padding: 5px 25px;
	margin: 0;
	background: #000;
	color: #FFF;
}

h1{
	font-family: codebold, Arial Bold, Arial;
	text-align: center;
  color: #000;
  font-weight: 10;
  font-size: 500%;
  margin-bottom: 0px;
	margin-top: 20px;
}
h2 {
	padding: 30px 0px 10px 0px;
}
h3 {
	padding: 30px 0px 10px 0px;
}

.foot{
  background-color: #242424;
  width: 65%;
  text-align: center;
  margin: 0 auto;
}
/*
.foot .socalmedia a{
  height: 90px;
  width: 90px;
  text-align: center;
  display: inline-block;
  background: #f1f1f1;
  margin: 10px;
  border-radius: 30%;
  box-shadow: 0px 5px 15px -5px #00000070;
  color: #3498db;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.foot .socalmedia a i{
  line-height: 90px;
  font-size: 26px;
  transition: 0.2s linear;
}


.foot .socalmedia a::before{
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  background: #3498db;
  transform: rotate(45deg);
  left: -110%;
  top: 90%;
}

.foot .socalmedia a:hover::before{
  animation: hover 0.7s 1;
  top: -10%;
  left: -10%;
}

@keyframes hover {
  0%{
    left: -110%;
    top: 90%;
  }
  50%{
    left: 10%;
    top: -30%;
  }
  100%{
    top: -10%;
    left: -10%;
  }
}

.socalmedia a:hover i{
  transform: scale(1.3);
  color: #f1f1f1;
}
*/
.content{
	background: none;
	color: #000;
	margin: 0 auto;
	width: 65%;
}

.p {
	align-items: center;
	text-align: left;
	margin: 0px;
}
.head .active{
	background: #242424;
	color: #fff;
}

.foot a{
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	color: #777;
	padding: 10px;
}

.foot a:hover{
	text-decoration: underline;
}

.foot .socalmedia{
	float: right;
	padding: 20px;
}

.foot .links{
	padding: 20px;
	float: left;
}

.foot .socalmedia a{
	display: inline-block;
}

.foot{
	width: 100%;
	background: none;
}

.foot .f-c{
	width: 65%;
	margin: auto;
	display: flex;
	justify-content: center;
	background: #242424;
	align-items: center;
}

.foot .socalmedia a i{
	margin-right: 5px;
}
