body {
  margin: 0; 
  text-align: center;
  font-family: "Dosis";
  font-size: 120%;

}
p{font-size: 90%;}
/*----Footer Navigations links----*/
a.a_footer{
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  
  transition:color .3s ease-out, background 3s ease-in;
  -o-transition:color .3s ease-out, background 3s ease-in;
  -ms-transition:color .3s ease-out, background 3s ease-in;
  -moz-transition:color .3s ease-out, background 3s ease-in;
  -webkit-transition:color .3s ease-out, background 3s ease-in;
}
a.a_footer:hover{color: #999;}




/*----end--------------------------*/

/*----Link's der Icons------------'*/
a.a_link{
  color: black;
  
  transition:color .3s ease-out, background 3s ease-in;
  -o-transition:color .3s ease-out, background 3s ease-in;
  -ms-transition:color .3s ease-out, background 3s ease-in;
  -moz-transition:color .3s ease-out, background 3s ease-in;
  -webkit-transition:color .3s ease-out, background 3s ease-in;
}
a.a_link:hover{color: #999;}
/*----end--------------------------*/

/*----Navigationselement der Icons-*/
ul { 
  list-style-type: none;
  font-size: 70%;
} 
ul li.li1::before { 
  content: ''; 
  display: inline-block;
  height: 30px; 
  width: 30px; 
  background-size: 26px; 
  background-image: url('../png/pdf.png'); 
  background-repeat: no-repeat; 
  margin-right: 10px; 
  background-position: center center; 
  vertical-align: middle; 
}
ul li.li2::before { 
  content: ''; 
  display: inline-block;
  height: 30px; 
  width: 30px; 
  background-size: 26px; 
  background-image: url('../png/logout.png'); 
  background-repeat: no-repeat; 
  margin-right: 10px; 
  background-position: center center; 
  vertical-align: middle; 
}
ul li.li3::before { 
  content: ''; 
  display: inline-block;
  height: 30px; 
  width: 30px; 
  background-size: 26px; 
  background-image: url('../png/delete.png'); 
  background-repeat: no-repeat; 
  margin-right: 10px; 
  background-position: center center; 
  vertical-align: middle; 
}
/*----end--------------------------*/

/*Navigationselement im Footer-----*/
ol {
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  float: left;
  letter-spacing: 3px;
  font-size: 70%;
  display: inline-block;
}
ol li.titel{
  width: 300px;
  border-bottom:  1px solid silver;
  font-weight: bold;
  padding: 0 0 6px 0;
  margin: 0 0 10px 0;
}
ol li{
  width: 300px;
  padding: 0 0 6px 20px;
}
/*----end--------------------------*/

/*----PNG Arrows for navigation up & back*/
img.png{
  width: 40px;
  float: right;
  display: inline-block;
  margin-top: 20px;
  margin-left: 10px;
  
  transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  
  
  -webkit-animation: fade-slide-up 1s 1s ease-out forwards, pulse 2s 3s ease-out infinite;
  -moz-animation: fade-slide-up 1s 1s ease-out forwards, pulse 2s 3s ease-out infinite;
  -ms-animation: fade-slide-up 1s 1s ease-out forwards, pulse 2s 3s ease-out infinite;
  -o-animation: fade-slide-up 1s 1s ease-out forwards, pulse 2s 3s ease-out infinite;
  animation: fade-slide-up 1s 1s ease-out forwards, pulse 2s 3s ease-out infinite;
  
  opacity: 0;
}
@keyframes fade-slide-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: .8;
    transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
img.png:hover{
  opacity: 0.5;    
}
/*----end--------------------------*/
/*----Logo fade In overlay header--*/
img.logo_overlay{
   position: absolute; 
   z-index: 888; 
   left: 0; 
   right: 0; 
   margin-left: auto; 
   margin-right: auto; 
   margin-top: 100px;
   width: 700px;
   -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
   -moz-animation: fadein 4s; /* Firefox < 16 */
   -ms-animation: fadein 4s; /* Internet Explorer */
   -o-animation: fadein 4s; /* Opera < 12.1 */
   animation: fadein 4s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@media screen and (max-width: 1070px) {
  img.logo_overlay{
    margin-top: 120px;
    width: 600px;
    position: absolute; 
  }
}
@media screen and (max-width: 630px) {
  img.logo_overlay{
    margin-top: 80px;
    width: 380px;
    position: absolute; 
  }
}
@media screen and (max-width: 400px) {
  img.logo_overlay{
    margin-top: 40px;
    width: 300px;
    position: absolute; 
  }
}
/*----end-------------------------*/
img.icon_progres{
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-left: 10px;
}

img.icon_progres_small{
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 17px;
}

img.footer_png{
  width: 40px;
  float: right;
  position: relative;
}

img.img_box{
  display: none;
}

div.img_progres{
  width: 300px;
  height: 225px;  
  display: block;
}

img.img_half{
  position: relative;
  overflow: hidden;
  width: 353px;
  object-fit: cover;
  height: 353px;
  float: left;
  margin: 0 auto;
  
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  
  
  
}
img.img_half:hover{ 
  filter:alpha(opacity=40); /* IE 5-7 */
  opacity: 0.4; /* CSS3 Standard */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
  filter: grayscale(100%); /* Standard */
  -webkit-filter: grayscale(100%); /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
  filter: gray;  /* IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit */
  
}


img.img_half_small{
  position: relative;
  overflow: hidden;
  width: 343px;
  object-fit: cover;
  height: 343px;
  float: left;
  
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
img.img_half_small:hover{
  filter:alpha(opacity=40); /* IE 5-7 */
  opacity: 0.4; /* CSS3 Standard */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
  filter: grayscale(100%); /* Standard */
  -webkit-filter: grayscale(100%); /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
  filter: gray;  /* IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit */
  
}

img.img_small{
  position: relative;
  overflow: hidden;
  width: 225px;
  object-fit: cover;
  height: 225px;
  float: left;
  margin: 0 5px 5px 0;
  text-align: center;
  
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
img.img_small:hover{
  filter:alpha(opacity=40); /* IE 5-7 */
  opacity: 0.4; /* CSS3 Standard */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; 
  filter: grayscale(100%); /* Standard */
  -webkit-filter: grayscale(100%); /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate); /* Firefox 4-34 */
  filter: gray;  /* IE6-9 */
  -webkit-filter: grayscale(1); /* Old WebKit */
  
}


img.icon_social{
  position: relative;
  overflow: hidden;
  width: 38px;
  object-fit: cover;
  height: 38px;
  margin: 10px 4px 0 0;
  
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
img.icon_social:hover{
  opacity: 0.5;
}





img.img_portrait{
  position: relative;
  overflow: hidden;
  width: 300px;
  object-fit: cover;
  height: 300px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}

img.img_upload_header{
  position: relative;
  overflow: hidden;
  width: 300px;  
  margin: 0 auto; 
}
@media screen and (max-width: 1070px) {
  img.img_upload_header{
    width: 210px;
  }
}
div.box_half{
  float: left;
  width: 48%;
  min-width: 330px;
  margin: 10px 10px 10px 5px;
  padding: 0 20px 10px 20px;
  box-sizing: border-box;
  text-align: justify;
}


@media screen and (max-width: 1070px) {
  div.box_half{
    width: 98%;
  }
  img.img_small{
    width: 140px;
    object-fit: cover;
    height: 140px;
  }
  img.img_half{
    width: 340px;
    object-fit: cover;
    height: 340px;
  }
  img.img_half_small{
    width: 320px;
    object-fit: cover;
    height: 320px;
  }
  div.box{
    width: 330px;
    height: 330px;
  }
  div.box_progres{
    width: 330px;
    height: 330px;
  }
}

div.color_footer{
  margin: 0 auto;
  position: relative;
  display: block;
  background-color: #4b4b4b;
  color: #ecf0f1;
  font-size: 120%;
}
div.text{
  margin: 0 auto;
  padding: 0 10px 60px 10px;
  overflow: hidden;
  position: relative;
  max-width: 1060px;
  display: block;
  text-align: left;
}
div.text_social{
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 1060px;
  display: block;
  text-align: center;
}

div.logout{
  margin: 0 auto;
  padding: 0 0 20px 0;
  overflow: hidden;
  position: relative;
  max-width: 1060px;
  display: block;
  text-align: center;
}

input[type=file] {
  width: 100%; 
  padding: 12px;
}
input[type=text], input[type=password], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}
input[type=submit] {
    background-color: #eee;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 3px 2px 6px #ddd;
    border: 1px solid #999;
  transition:background-color .1s ease-out, background 0.5s ease-in;
  -moz-transition:background-color .1s ease-out, background 0.5s ease-in;
  -webkit-transition:background-color .1s ease-out, background 0.5s ease-in;
  /* ...and now for the proper property */
  
}
input[type=submit]:hover {
    background-color: #4b4b4b;
    color: white;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  width: 100%
}

.btn {
  background-color: #79A293;
  color: black;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 3px 2px 6px #ddd;
  border: 1px solid #999;
  width: 100%;
}


.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}


.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}
div.color{
  margin: 0 auto;
  position: relative;
  display: block;
  background-color: #f4f4f4; 
}



div.box_color{
  float: left;
  width: 100%;
  min-width: 330px;
  padding: 20px 10px 20px 10px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  margin-bottom: 20px;
}

div.box{
  position: relative;
  overflow: hidden;
  width: 328px;
  height: 393px;
  float: left;
  margin: 0 auto;
  padding: 4px 20px 4px 4px;

}
div.box_progres{
  position: relative;
  overflow: hidden;
  width: 345px;
  height: 395px;
  float: left;
  margin: 0 auto;
  padding: 4px;

}












div.longbox{
  position: relative;
  overflow: hidden;
  width: 160px;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  padding: 4px;
  background-color: #f4f4f4;
  text-align: center;
}

div.longbox1{
  position: relative;
  overflow: hidden;
  height: 120px;
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
  padding: 4px;
  background-color: #f4f4f4;
  text-align: justify;
}
img.longimg{
  position: relative;
  overflow: hidden;
  width: 80px;
  object-fit: cover;
  height: 80px;
  margin: 0 auto; 
}














