/*
Theme Name:     Volt Child
Theme URI:      http://labs.saurabh-sharma.net/themes/volt/wp/
Description:    Child theme for the Volt theme
Author:         Saurabh Sharma
Author URI:     http://themeforest.net/user/SaurabhSharma
Template:       volt
Version:        3.9.4
*/
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/source-sans-pro-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("webfonts/source-sans-pro-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("webfonts/source-sans-pro-v13-latin-regular.woff2") format("woff2"), url("webfonts/source-sans-pro-v13-latin-regular.woff") format("woff"), url("webfonts/source-sans-pro-v13-latin-regular.ttf") format("truetype"), url("webfonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: normal;
  src: url("webfonts/source-sans-pro-v13-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url("webfonts/source-sans-pro-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("webfonts/source-sans-pro-v13-latin-italic.woff2") format("woff2"), url("webfonts/source-sans-pro-v13-latin-italic.woff") format("woff"), url("webfonts/source-sans-pro-v13-latin-italic.ttf") format("truetype"), url("webfonts/source-sans-pro-v13-latin-italic.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  src: url("webfonts/source-sans-pro-v13-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("webfonts/source-sans-pro-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("webfonts/source-sans-pro-v13-latin-600.woff2") format("woff2"), url("webfonts/source-sans-pro-v13-latin-600.woff") format("woff"), url("webfonts/source-sans-pro-v13-latin-600.ttf") format("truetype"), url("webfonts/source-sans-pro-v13-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */
}
.header {
  background: #880029;
  color: #fff;
  position: relative;
}
.header .wrap {
  padding: 0;
  margin: 0;
}
.header .brand {
  float: none;
  height: 110px;
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.header .brand h1 {
  font-family: "Times New Roman", Times, serif !important;
  text-transform: uppercase;
  color: #fff;
  line-height: 80px;
}
.header .brand:hover, .header .brand:focus, .header .brand:active {
  text-decoration: none;
}
.header .brand .logo {
  height: 80px;
  margin-right: 30px;
}
.header .header_widget_area {
  position: absolute;
  top: 10px;
  right: 0;
  height: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 650px;
}
.header .header_widget_area ul {
  margin: 0;
  white-space: nowrap;
}
.header .header_widget_area ul li {
  display: inline-block;
  padding: 5px;
}
.header .header_widget_area ul li:first-child {
  padding-left: 0;
}
.header .header_widget_area ul li:last-child {
  padding-right: 0;
}
.header .header_widget_area .widget_text {
  font-size: 14px;
  font-weight: bold;
}
.header .header_widget_area .widget_text strong {
  display: inline-block;
  padding: 0 5px;
  background: #fff;
  color: #880029;
  border-radius: 5px;
}
.header .header_widget_area .widget_search .search-field {
  border: 0;
  border-radius: 5px !important;
  color: #111;
  width: 100px;
}
.header .header_widget_area .widget_search .search-field:focus {
  width: 250px;
}
.header .header_widget_area .widget_text:last-child {
  position: absolute;
  bottom: 0;
  right: 25px;
}
.header .header_widget_area .widget_polylang {
  position: absolute;
  bottom: -30px;
  right: 130px;
}
.header .header_widget_area .widget_polylang li {
  display: inline-block;
  height: 25px;
}
.header .header_widget_area .widget_polylang li img {
  margin-top: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .header .wrap {
    height: 170px;
  }
  .header .brand {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header .brand img {
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 600px) {
  .header .widget_text {
    margin-right: 20px;
  }
  .header .header_widget_area .widget_polylang {
    bottom: 0;
    right: 0;
  }
}

.tablepress thead th,
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc,
.tablepress .sorting:hover {
  background: #880029;
  color: #fff;
}

.dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_filter input {
  border-radius: 4px !important;
}

.ml-form-embedBody {
  padding: 0 !important;
}
.ml-form-embedBody * {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  font-weight: normal !important;
}

body {
  font-size: 14px;
  color: #111;
  line-height: 1.5em;
}

* {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
  font-size: inherit;
}

.fa,
.fa * {
  font-family: FontAwesome !important;
}

.page_titles h1,
.page_titles h2,
.page_titles h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .5px;
  margin: 0 0 16px;
  color: #880029;
  text-transform: uppercase;
  font-weight: bold;
}

a,
.box a,
.widget ul a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul.plain_list li a {
  color: #880029;
}
a:hover, a:focus, a:active,
.box a:hover,
.box a:focus,
.box a:active,
.widget ul a:hover,
.widget ul a:focus,
.widget ul a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:hover,
h6 a:focus,
h6 a:active,
ul.plain_list li a:hover,
ul.plain_list li a:focus,
ul.plain_list li a:active {
  color: red;
  text-decoration: underline;
}

h2 {
  color: #4c4c4c;
  font-weight: bold;
}
h2 a {
  color: #880029;
}
h2 a:hover, h2 a.focus, h2 a:active {
  color: red;
}

.section,
h4.sba_title,
h4.sbb_title,
h4.sbc_title {
  font-size: 20px !important;
  color: #4c4c4c !important;
  font-weight: bold;
  text-transform: none;
}
.section span,
h4.sba_title span,
h4.sbb_title span,
h4.sbc_title span {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: normal;
}
.section:after,
h4.sba_title:after,
h4.sbb_title:after,
h4.sbc_title:after {
  display: none;
}
.section a,
h4.sba_title a,
h4.sbb_title a,
h4.sbc_title a {
  color: #880029;
}
.section a:hover, .section a.focus, .section a:active,
h4.sba_title a:hover,
h4.sba_title a.focus,
h4.sba_title a:active,
h4.sbb_title a:hover,
h4.sbb_title a.focus,
h4.sbb_title a:active,
h4.sbc_title a:hover,
h4.sbc_title a.focus,
h4.sbc_title a:active {
  color: red;
}

h3,
ul.grid_list li h3,
.post-list h3 {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: bold;
  text-transform: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
h3 a,
ul.grid_list li h3 a,
.post-list h3 a {
  color: #880029;
}
h3 a:hover, h3 a.focus, h3 a:active,
ul.grid_list li h3 a:hover,
ul.grid_list li h3 a.focus,
ul.grid_list li h3 a:active,
.post-list h3 a:hover,
.post-list h3 a.focus,
.post-list h3 a:active {
  color: red;
}

.slides h2 {
  font-size: 20px;
}

.primary-nav {
  background: #fff;
}
.primary-nav li ul {
  min-width: 200px;
  width: auto;
}
.primary-nav .nav-menu > li {
  margin: 0 10px;
}
.primary-nav .nav-menu > li:first-child {
  margin-left: 0;
}
.primary-nav .nav-menu > li > a {
  color: #880029;
  text-transform: uppercase;
  padding: 5px;
  font-size: 18px;
}
.primary-nav .nav-menu > li > a:after {
  display: none;
}
.primary-nav .nav-menu > li:first-child > a {
  padding-left: 0;
}
.primary-nav .nav-menu > li.current-menu-item > a, .primary-nav .nav-menu > li.current-menu-ancestor > a, .primary-nav .nav-menu > li.current_page_item > a, .primary-nav .nav-menu > li.current_page_ancestor > a {
  color: #880029;
}
.primary-nav .nav-menu > li li a {
  font-size: 14px;
}

select,
textarea,
input {
  border-radius: 4px !important;
}

button,
a.button,
a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #880029;
}
button:hover, button:focus, button:active,
a.button:hover,
a.button:focus,
a.button:active,
a.btn:hover,
a.btn:focus,
a.btn:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: red;
  text-decoration: none;
}

.secondary .column.half {
  text-align: left;
}
.secondary .column.half.last {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.secondary .column.half.last > div {
  width: 50%;
  text-align: center;
}

.tag-links a,
.tagcloud a,
.tag-list li a {
  border-radius: 5px;
}
.tag-links a:hover, .tag-links a:focus, .tag-links a:active,
.tagcloud a:hover,
.tagcloud a:focus,
.tagcloud a:active,
.tag-list li a:hover,
.tag-list li a:focus,
.tag-list li a:active {
  text-decoration: none;
}

/* Blocksatz */
.column.half,
.col3 {
  text-align: justify;
  hyphens: auto;
}
.column.half h2,
.column.half h3,
.column.half h4,
.col3 h2,
.col3 h3,
.col3 h4 {
  text-align: left;
}

/* Filter Veranstaltungssuche */
.em-search-advanced {
  margin-bottom: 20px;
}
.em-search-advanced:after {
  clear: both;
}
.em-search-advanced .em-search-field {
  float: left;
}
.em-search-advanced .em-search-field label span {
  font-weight: bold;
}
.em-search-advanced select {
  margin: 0 10px;
}
.em-search-advanced .em-search-submit {
  margin: 0;
}

/* Struktur */
.content_large {
  width: 77.25%;
}

.content_medium {
  width: 68.5833%;
}

.sidebar1 {
  width: 27.25%;
}

.sidebar2 {
  width: 18.5833%;
}

.content_full .page_titles h1 {
  color: #880029;
  font-size: 22px;
  font-weight: bold;
}
.content_full p,
.content_full h2,
.content_full h3,
.content_full h4,
.content_full h5,
.content_full h6,
.content_full ul,
.content_full ol {
  max-width: 650px;
}
.content_full .post-list h3 {
  font-size: 18px;
  line-height: 30px;
  color: #880029;
  font-weight: bold;
}

.ss-tabs li.ui-tabs-active a {
  border-bottom-color: #880029;
}

h5.toggle,
.accordion .ui-accordion-header {
  color: #880029;
}
h5.toggle:hover, h5.toggle:focus, h5.toggle:active,
.accordion .ui-accordion-header:hover,
.accordion .ui-accordion-header:focus,
.accordion .ui-accordion-header:active {
  color: red;
}

a strong,
a em {
  color: inherit !important;
}

/* Publikationsfilter */
.category_filter {
  margin-bottom: 20px;
}
.category_filter label {
  padding-right: 10px;
  display: inline-block;
  width: 100px;
}
.category_filter select {
  width: 200px;
}
@media screen and (min-width: 670px) {
  .category_filter {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .category_filter label,
  .category_filter select {
    width: auto;
  }
}

.home .content .full,
.home .content_medium .full {
  background: #880029;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px;
}
.home .content .full h2,
.home .content_medium .full h2 {
  color: #fff;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
}
.home .content .full h2 a,
.home .content_medium .full h2 a {
  color: #fff;
}

.scroll-to-top a:hover {
  background: #880029;
  color: #fff;
}

.post-list + .nav-below {
  max-width: 680px;
}
.post-list .post-thumb {
  width: 180px;
}
.post-list .post-thumb + .post-content {
  margin-left: 196px;
}
.post-list > li::after {
  margin-left: 0;
}

.sidebar2 ul.related_posts li {
  float: none;
  width: 100%;
}
.sidebar2 ul.related_posts li a {
  color: #880029;
}

/* #36638 */
@media screen and (max-width: 600px) {
  .post-list .post-thumb {
    float: none;
    margin-bottom: 20px;
    width: auto !important;
  }
  .post-list .post-thumb + .post-content {
    margin-left: 0 !important;
  }
}
/* #42400 */
.container {
  width: 100%;
}

.nav-below:after {
  display: block;
  content: "";
  clear: both;
}

#nav-below a {
  color: #880029;
}

@media screen and (max-width: 600px) {
  .header .wrap {
    width: 100%;
    height: 200px;
  }
  .header .header_widget_area {
    position: relative;
    top: 0;
    padding: 0 10px;
    height: 100px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
  }
  .header .header_widget_area > div {
    display: block;
  }
  .header .header_widget_area > div.widget_search {
    order: 3;
    z-index: 3;
  }
  .header .header_widget_area .widget_text:last-child {
    position: static;
    order: 2;
  }
}
/* #45018 */
.em-events-list tr td:first-child {
  white-space: nowrap;
}

/* #45259 */
.em-events-widget .widget-event {
  margin-bottom: 10px;
}
.em-events-widget li {
  list-style-type: none;
}

/* Slider */
/* doppelt sich mit Volt-FontAwesome... also hier separat */
.sss-fa {
  display: inline-block;
  font: normal normal normal 30px/1 FontAwesome !important;
}

.sss-fa-angle-left:before {
  content: "\f104";
}

.sss-fa-angle-right:before {
  content: "\f105";
}

/* ausserdem Klasse .half doppelt mit Theme */
.super-simple-slider-container .controls-container {
  width: 100% !important;
}
.super-simple-slider-container .controls-container .prev,
.super-simple-slider-container .controls-container .next {
  width: 30px !important;
  height: 30px !important;
  background: rgba(0, 0, 0, 0.3);
}
.super-simple-slider-container .super-simple-slider-pagination {
  transition: background .5s;
}
.super-simple-slider-container .super-simple-slider-pagination span {
  height: 3px;
  width: 3px;
}
.super-simple-slider-container:hover .super-simple-slider-pagination {
  background: rgba(0, 0, 0, 0.3);
}

/* YouTube */
iframe[allowfullscreen] {
  width: 100%;
  aspect-ratio: calc(16/9);
}
