.header{
padding: 0px;
}
h1.entry-title {
display: none;
}
a:link.blog-more-link,a:visited.blog-more-link {
color: white;
}
.entry-author {
display: none;
}
.align-center{
    text-align:center;
}
.social-fb{
    background: #626664;
    border-style: solid;
    border-color: #626664;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    color: #fbfbfb;
}

.accordion-menu > ul > li > a:hover {
color: #1c5ac7;
}
.mega-menu > ul > li > a:focus {
color: #1c5ac7;
}

.btn-inverse{
background-color: #1c5ac7;
border: 1px solid #1c5ac7;
}
.header-wrapper .mega-menu > ul > li > a:hover{
color: #1c5ac7;
}
.mega-menu > ul > li > a:hover {
color: #1c5ac7;
}
#main-mobile-menu .accordion-menu {
border-color: #1c5ac7;
}
.logo img{
display:none;
}


#topcontrol .btn {
background-color: #1c5ac7;
border: 1px solid #1c5ac7;
}

.svg_responsive{
width: 800px;
height: 400px;
top: 50%;
}

@media only screen and (max-width: 1100px){
 .svg_responsive { 
   width: 600px; 
  }
}

@media only screen and (max-width: 800px){
 .svg_responsive { 
   width: 400px; 
  }
}

@media only screen and (max-width: 500px){
 .svg_responsive { 
   width: 250px; 
  }
}

@media only screen and (max-width: 800px){
 #spruch { 

  }
}

#SVG_x5F_PATH_x5F_Stecker_animation {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 6s linear infinite;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; 
}

#SVG_x5F_PATH_x5F_Birne_animation {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s 1s linear infinite;
  animation-fill-mode: forwards;
  animation-iteration-count: 1; 
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.entry-meta{
display: none;
}

/* unvisited link */
a:link {
    color: #1c5ac7;
}

/* visited link */
a:visited {
    color: #1c5ac7;
}

/* mouse over link */
a:hover {
    color: #1c5ac7;
}

/* selected link */
a:active {
    color: #1c5ac7;
}