/* `mixins
----------------------------------------------------------------------------------------------------*/
.radio label {
  text-transform: none;
}
#top-bar .cert {
  vertical-align: top;
  height: 45px;
  margin-right: 20px;
  padding: 5px 0;
}
@media only screen and (max-width: 500px) {
  #top-bar .cert {
    margin-left: 50px;
  }
}
#logo {
  padding-top: 7px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  #logo a.retina-logo {
    margin-left: 35px;
  }
}
.sticky-header #logo {
  padding-top: 0px !important;
}
.apply-form {
  padding: 30px;
  background: #f2f2f2;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  position: relative;
}
.apply-form .col_full {
  margin-bottom: 0px;
}
.apply-form:after,
.apply-form:before {
  bottom: 100%;
  right: 60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.apply-form:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f2f2f2;
  border-width: 30px;
  margin-left: -30px;
}
.apply-form:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f2f2f2;
  border-width: 36px;
  margin-left: -36px;
}
.widget_links ul li.current_page_item > a,
.widget_links ul li > a:hover {
  color: #ca3236;
}
.nurse {
  background: url(images/nurse.jpg) left top no-repeat !important;
  background-size: 230px !important;
}
.copyrights-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.copyrights-menu ul li {
  display: inline;
  padding: 0 4px;
}
.copyrights-menu ul li a {
  font-size: 12px;
}
.copyrights-menu ul li:before {
  content: "/";
  display: inline;
  padding-right: 7px;
}
.postcontent img {
  height: auto;
}
a.social-icon {
  color: white !important;
}
.postcontent h2 {
  margin-top: -8px;
}
.postcontent ul {
  margin-left: 30px;
}
.postcontent ul li ul {
  list-style: disc;
}
#page-title .breadcrumb span {
  display: inline;
  font-size: 12px;
  padding: 0 8px 0 4px;
}
.files .file {
  font-size: 1.5em;
}
.form-process {
  top: 0px;
  left: 0px;
}
.top-links li.current > a {
  background: #ca3236;
  color: white;
}
.select-box {
  width: 100%;
  padding: 15px 15px 16px 15px;
  background: #00a7fd;
  color: white;
  position: relative;
}
.select-box .current-selection {
  position: relative;
  cursor: pointer;
}
.select-box .current-selection i {
  position: absolute;
  right: -26px;
  top: -19px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #00a7fd;
}
.select-box .selection-option {
  position: absolute;
  z-index: 5;
  background: #0271A9;
  width: 100%;
  left: 0;
  top: 50px;
  display: none;
}
.select-box .selection-option ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.select-box .selection-option ul li {
  padding: 12px 20px;
  cursor: pointer;
}
.select-box .selection-option ul li:hover,
.select-box .selection-option ul li.active {
  background: #42BFFF;
}
.select-box:hover > .selection-option {
  display: block;
}
.small-thumbs .entry-image {
  width: 100px;
}
/* #footer
---------------------------------------------------------------------------- */
#footer a {
  color: white;
}
#footer .sitemap {
  font-size: 8px;
}
/* Shop
---------------------------------------------------------------------------- */
.produkt-item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
}
.produkt-item img {
  margin-bottom: 20px;
}
.orderform {
  margin-top: 30px;
}
.orderform .required-input {
  display: none;
}
.orderform input {
  margin-bottom: 15px;
}
.orderform textarea {
  margin-bottom: 15px;
}
#logo {
  padding-top: 5px;
}
.orderform {
  margin-top: 0;
}
#top-bar span {
  line-height: 1.5;
  display: inline-block;
}
@media only screen and (max-width: 500px) {
  #top-bar span {
    margin-top: 15px;
  }
}
#primary-menu.style-4 {
  height: 100px !important;
}
.news {
  margin-bottom: 20px;
}
.sidebar-news h4 {
  font-size: 20px;
}
.sidebar-news a {
  color: #ca3236 !important;
}
.sidebar-news a:hover {
  color: #555 !important;
}
