/*
 Theme Name:   Iconic One Child
 Template:     iconic-one
 Version:      1.0.0
*/

a:link {
  text-decoration: none !important;
}

a:visited {
  text-decoration: none !important;
}

a:hover {
  color: red !important;
}

a:active {
  color: darkmagenta !important;
}

p { font-size: 14px; }
h1 { font-size: 20px; }
h2 { font-size: 19px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }

/*Footer Hoehe*/
/* 
 * footer .widget {
padding-bottom: 0px !important;
}
*/

/*
.site-footer .widget-area {
padding-bottom: 0px !important;
padding-top: 0px !important;
height: 0px !important;
}
*/

/*For Content*/
.has-sidebar:not(.error404) #primary {
width: 75%
}

/*For Sidebar*/
.has-sidebar #secondary {
width: 25%
}

/*Listen einruecken*/
ol {
display: block;
list-style-type: decimal;
margin-top: 1.0em;
margin-bottom: 1.2em;
margin-left: 0;
margin-right: 0;
padding-left: 0px;
}

/*
ul {
display: block;
list-style-type: disc;
margin-top: 1em;
margin-bottom: 1.2em;
margin-left: 0;
margin-right: 0;
padding-left: 20px;
}
*/

.mejs-container, .mejs-embed, .mejs-embed body, .mejs-container .mejs-controls {
    background: grey !important;
}