@charset "UTF-8";
/*
Theme Name: bvg
Theme URI: http://maltem.de
Author: Malte Müller
Author URI: http://maltem.de/ 
Description: bunkverlag.de Theme
Version: 2.0
License: GPL v2 or later    
License URI:  
Tags: responsive, mobile    
*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  -moz-font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: auto;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #efecea;
}

body * {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.site {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  hyphens: auto;
  word-break: break-word;
}

/*@media only screen and (max-width: 800px) {
	.site {
		width: 100%;

	}

} */
a {
  text-decoration: none !important;
}

strong {
  font-weight: 500;
}

hr {
  clear: both;
  height: 1px;
  color: black;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

/*.button {
	border: 0px solid lightgray;
	padding: 5px 8px 5px 8px;
	@include border-radius(5px);
	color: black;
}

.button:hover,
.button:active {
	color: $color_gray;
}

.button.active {
	background-color: black;
	color: white;
}

.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important; }

.clearfix:after {
  clear: both !important; }

*/
/* Standard for all pages 
-------------------------------*/
.page {
  line-height: 1.5rem;
}
.page .page_header {
  position: relative;
  background-color: black;
  text-shadow: black 1px 1px 1px;
  max-width: 100%;
  min-height: 200px;
  height: auto;
  margin: 0 auto;
}
.page .page_header .page_image {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.page .page_header .page_image img {
  width: 1000px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}
.page .page_header .page_header-content {
  position: relative;
  max-width: 100%;
  min-height: 200px;
  padding: 120px 20px 30px 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.1);
}
.page .page_header .page_header-content .page_header-gallery {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page .page_header .page_header-content .page_header-gallery figure {
  flex: 0 1 13%;
  max-width: 13%;
}
.page .page_header .page_header-content .page_header-gallery figure img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.page .page_header .page_header-content .page_header-gallery figure {
  transition: transform 0.2s;
  /* Animation */
}
.page .page_header .page_header-content .page_header-gallery figure:nth-child(4) {
  transform: scale(1.5) translateY(-15.5%);
  margin: 0 32px 0 32px;
}
.page .page_header .page_header-content .page_header-gallery figure:hover {
  transform: scale(1.5) translateY(-15.5%);
  z-index: 2000;
}
.page .page_header .page_header-content .page_header-text {
  max-width: 840px;
  color: white;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 3rem;
  margin: 0 auto;
}
.page .page_header .page_header-content .page_header-text span {
  color: #e3000f;
}
.page .page_content {
  display: block;
  margin: 0 auto;
  max-width: 820px;
  padding: 0 20px 0 50px;
  margin-bottom: 25px;
  /*a {
  	color: $color_knde;
  	border-bottom: 1px solid $color_knde;
  }

  a:hover,
  	a:active,
  	a:focus {
  	color: $color_gray;
  	border-bottom: 1px solid $color_gray;
  } */
}
.page .page_content > * {
  margin: 0;
  padding: 0;
}
.page .page_content h1, .page .page_content h2, .page .page_content h3, .page .page_content h4, .page .page_content p, .page .page_content blockquote, .page .page_content ul, .page .page_content ol {
  margin-bottom: 15px;
}
.page .page_content h1 {
  font-size: 1.9rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #e3000f;
}
.page .page_content h1, .page .page_content h2, .page .page_content h3, .page .page_content h4 {
  margin-top: 30px;
}
.page .page_content h1 img, .page .page_content h2 img, .page .page_content h3 img, .page .page_content h4 img {
  display: inline-block;
  margin-bottom: 0;
}
.page .page_content h1 {
  margin-top: 40px;
}
.page .page_content h2 {
  margin-top: 50px;
}
.page .page_content .headline_section {
  margin-left: -39px !important;
}
.page .page_content .headline_section figure {
  min-width: 27px !important;
}
.page .page_content h4 {
  margin-bottom: 0;
}
.page .page_content > ul,
.page .page_content > ol {
  padding-left: 20px !important;
}
.page .page_content > * ul,
.page .page_content > * ol {
  padding-left: 20px !important;
}
.page .page_content ul.list_nobullets {
  list-style: none;
  padding-left: 0 !important;
}
.page .page_content ul.list_newsletter {
  text-align: left;
  list-style: none;
  display: block;
}
.page .page_content ul.list_newsletter li {
  background-image: url("images/newsletter_rot_liste.png");
  background-size: 22px;
  background-repeat: no-repeat;
  padding-left: 35px;
  text-align: left;
}
.page .page_content ul.list_newsletter.list_newsletter-2cols {
  column-count: 2;
}
.page .page_content ul.list_inline,
.page .page_content ul.inlinelist {
  display: inline-block;
  padding-left: 0 !important;
}
.page .page_content ul.list_inline li,
.page .page_content ul.inlinelist li {
  display: inline-block;
  margin-right: 10px;
}
.page .page_content ul.list_inline.list_inline-center,
.page .page_content ul.inlinelist.inlinelist_center {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.page .page_content ul.list_inline.list_inline-center li,
.page .page_content ul.inlinelist.inlinelist_center li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.page .page_content > *.alignwide {
  max-width: 100%;
}
.page .page_content .wp-block-table table {
  padding: 0;
  border: 0 !important;
  max-width: 450px !important;
}
.page .page_content .wp-block-table table td, .page .page_content .wp-block-table table tr {
  vertical-align: top;
  padding: 0;
}
.page .page_content .wp-block-table table tr td:first-child {
  min-width: 25% !important;
}
.page .page_content .knde_cta_button a {
  font-size: 1.2rem !important;
  font-weight: 500;
}

@media only screen and (max-width: 800px) {
  .page .page_header .page_header-content .page_header-gallery figure:nth-child(4) {
    margin: 0 25px 0 25px;
  }
  .page .page_header .page_header-content .page_header-gallery figure:hover {
    transform: scale(1.5) translateY(-15.5%);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transform-origin: center;
    z-index: 100;
  }
}
@media only screen and (max-width: 500px) {
  .page .page_header .page_header-content {
    padding-top: 50px;
  }
  .page .page_header .page_header-content .page_header-gallery {
    flex-flow: row wrap;
  }
  .page .page_header .page_header-content .page_header-gallery figure {
    flex: 0 1 22%;
    max-width: 22%;
    margin: 0 0 10px 0;
  }
  .page .page_header .page_header-content .page_header-gallery figure:nth-child(4) {
    transform: none;
    margin: 0 0 10px 0;
  }
  .page .page_header .page_header-content .page_header-gallery figure:nth-child(5),
.page .page_header .page_header-content .page_header-gallery figure:nth-child(6),
.page .page_header .page_header-content .page_header-gallery figure:nth-child(7) {
    flex: 0 1 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
  .page .page_header .page_header-content .page_header-gallery figure:hover {
    transform: none;
  }
  .page .page_header .page_header-content .page_header-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .page .page_content {
    padding: 0 20px 0 20px;
  }
  .page .page_content .headline_section {
    margin-left: 0px !important;
  }
  .page .page_content ul.list_newsletter.list_newsletter-2cols {
    columns: 1;
    column-width: 100%;
  }
  .page .page_content .wp-block-table table {
    padding: 0;
  }
  .page .page_content .wp-block-table table tr {
    display: block;
    margin-bottom: 15px;
  }
  .page .page_content .wp-block-table table td, .page .page_content .wp-block-table table tr {
    vertical-align: top;
    padding: 0;
  }
  .page .page_content .wp-block-table table tr td {
    display: block;
  }
  .page .page_content .wp-block-table table tr td:first-child {
    min-width: 25% !important;
  }
}
.page .wpcf7-form {
  text-align: left;
}
.page .wpcf7-form span {
  margin: 0;
}
.page .wpcf7-form label {
  margin-right: 8px;
}
.page .wpcf7-form input, .page .wpcf7-form textarea, .page .wpcf7-form select {
  padding: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: none;
  border: 1px solid black;
  width: 100%;
  max-width: 380px;
}
.page .wpcf7-form select {
  padding: 8px !important;
}
.page .wpcf7-form input[type=submit] {
  color: #e3000f;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 12px 16px 12px 16px !important;
  width: auto;
  max-width: auto;
}
.page .wpcf7-form input[type=submit]:hover,
.page .wpcf7-form input[type=submit]:active,
.page .wpcf7-form input[type=submit]:focus {
  color: #829295 !important;
}
.page .wpcf7-form input[type=radio] {
  margin-left: 0;
  width: auto;
  padding: 0 !important;
}

/* Box article - general definitions
------------------------------------------------------*/
.boxarticle {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  height: auto;
  min-height: 300px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left !important;
  /* object fit images */
}
.boxarticle a {
  color: black;
}
.boxarticle .boxarticle_title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.1em;
  max-width: 100%;
  padding: 0px 0 0px 0;
  margin: 5px 0 0px 0 !important;
  border-bottom: 0px solid gray;
}
.boxarticle .boxarticle_content {
  display: block;
  padding: 0px 0 10px 20px;
}
.boxarticle .boxarticle_text-categories,
.boxarticle .boxarticle_text-subline {
  display: inline;
}
.boxarticle .boxarticle_title .article_issticky,
.boxarticle .boxarticle_title .article_haspassword {
  font-size: 0.6em !important;
}
.boxarticle .boxarticle_text {
  display: block;
}
.boxarticle .boxarticle_text-excerpt {
  margin-top: 20px;
  font-weight: 300;
}
.boxarticle .boxarticle_headline-above,
.boxarticle .boxarticle_text {
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
}
.boxarticle .boxarticle_date {
  font-size: 0.7em;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: gray;
  margin-top: 10px;
}
.boxarticle .boxarticle_headline-above {
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
}
.boxarticle .boxarticle_topline {
  display: inline-block;
  color: #e3000f;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.9em;
  margin: 0px 0 5px 0;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
}
.boxarticle ul.boxarticle_topline li {
  display: inline-block;
  margin-left: 2px;
}
.boxarticle .boxarticle_topline.boxarticle_topline-top {
  font-size: 1em;
}
.boxarticle .boxarticle_topline .boxarticle_topline-separator {
  color: black;
  font-weight: 400;
}
.boxarticle .boxarticle_topline-image {
  max-width: 205px;
}
.boxarticle .boxarticle_image,
.boxarticle .boxarticle_imageextra {
  max-width: 100%;
  margin: 0;
  position: relative;
}
.boxarticle .boxarticle_image img,
.boxarticle .boxarticle_imageextra img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.boxarticle .boxarticle_image-objectfit {
  display: block;
  max-width: 100%;
  height: auto;
  /* 
  	* position for object-fit images 
  	*/
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit-cropped > img {
  object-fit: cover;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit-uncropped > img {
  object-fit: contain;
  width: 100%;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_topleft img {
  object-position: top left;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_topcenter img {
  object-position: top center;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_topright img {
  object-position: top right;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_centerleft img {
  object-position: center left;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_centercenter img {
  object-position: center;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_centerright img {
  object-position: center right;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_bottomleft img {
  object-position: bottom left;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_bottomcenter img {
  object-position: bottom center;
}
.boxarticle .boxarticle_image-objectfit.boxarticle_image-objectfit_bottomright img {
  object-position: bottom right;
}
.boxarticle .boxarticle_image .boxarticle_mediatype {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
.boxarticle .boxarticle_image .boxarticle_mediatype img {
  max-width: 100%;
  width: 40px;
  height: 40px;
  display: block;
  object-fit: contain;
  object-position: center;
  border: 0;
}
.boxarticle .boxarticle_image .boxarticle_mediatype-video {
  color: #e3000f;
  background-color: none;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 2.1em;
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.boxarticle .boxarticle_image .boxarticle_mediatype-audio {
  color: white;
  background-color: #e3000f;
  padding: 9px 0 0 0;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 1.1em;
  line-height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.boxarticle .boxarticle_image .boxarticle_mediatype-gallery {
  font-size: 0.8em;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 0 5px 0 5px;
  color: white;
  background-color: #e3000f;
}
.boxarticle .article_image-overlay {
  position: absolute;
  display: block;
  color: #e3000f;
  right: 10px;
  top: 0px;
  font-weight: bold;
  font-size: 0.7em;
  letter-spacing: 1px;
  background: white;
  font-family: "RobotoCondensed", Helvetica, Arial, sans-serif;
  padding: 3px 8px 4px 8px;
  z-index: 500;
}
.boxarticle .boxarticle_externalscript {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}
.boxarticle .boxarticle_externalscript iframe {
  width: 100%;
  padding: 0;
  margin: 0 !important;
}
.boxarticle .boxarticle_content-externalscript {
  width: 100%;
}

.boxarticle.boxarticle_dividerline:nth-child(odd) {
  border-right: 1px solid gray;
}

/*  GEneral box hover 
------------------------------------*/
.boxarticle_standard:hover .boxarticle_title, .boxarticle_standard:active .boxarticle_title, .boxarticle_standard:focus .boxarticle_title,
.boxarticle_standard_feature:hover .boxarticle_title,
.boxarticle_standard_feature:active .boxarticle_title,
.boxarticle_standard_feature:focus .boxarticle_title,
.boxarticle_cover:hover .boxarticle_title,
.boxarticle_cover:active .boxarticle_title,
.boxarticle_cover:focus .boxarticle_title,
.boxarticle_cover_feature:hover .boxarticle_title,
.boxarticle_cover_feature:active .boxarticle_title,
.boxarticle_cover_feature:focus .boxarticle_title,
.boxarticle_split:hover .boxarticle_title,
.boxarticle_split:active .boxarticle_title,
.boxarticle_split:focus .boxarticle_title {
  color: #e3000f;
}
.boxarticle_standard {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 0px 0 0px;
  /* background images */
}
.boxarticle_standard.boxarticle_left {
  padding-right: 35px;
}
.boxarticle_standard.boxarticle_right {
  padding-left: 35px;
}
.boxarticle_standard.boxarticle_verticalborder_right {
  border-right: 1px solid gray;
}
.boxarticle_standard .boxarticle_image-objectfit img {
  width: 100%;
  height: auto;
  height: 226px;
  margin-bottom: 15px;
  border: 0px solid lightgray;
}

@supports (aspect-ratio: 16/9) {
  .boxarticle_standard .boxarticle_image-objectfit img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 980px) {
  .boxarticle_standard {
    /*.boxarticle_image-objectfit img {
    	height: 180px;
    } */
  }
}
@media only screen and (max-width: 700px) {
  .boxarticle_standard {
    -webkit-box-flex: 0 1 100%;
    -moz-box-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
  .boxarticle_standard.boxarticle_left {
    padding-right: 25px;
  }
  .boxarticle_standard.boxarticle_right {
    padding-left: 25px;
  }
  .boxarticle_standard.boxarticle_verticalborder_right {
    border-right: 0px solid gray;
  }
}
/*  Box article - Standard Feature
----------------------------------------*/
.boxarticle_standard_feature {
  -webkit-box-flex: 0 1 100%;
  -moz-box-flex: 0 1 100%;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 0px 0 0px;
  text-align: center;
  /* background images */
}
.boxarticle_standard_feature .boxarticle_title {
  font-size: 1.5em;
  line-height: 1.15em;
}
.boxarticle_standard_feature .boxarticle_image-objectfit img {
  max-width: 100%;
  height: 360px;
  margin-bottom: 15px;
  border: 1px solid lightgray;
}

@supports (aspect-ratio: 16/9) {
  .boxarticle_standard_feature .boxarticle_image-objectfit img {
    height: auto;
    aspect-ratio: 16/9;
  }
}
/* header
**************/
.header {
  display: block;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  position: relative;
  background: white;
}

/* Logo
-------------------------------------*/
.header_logo {
  display: block;
  background: white;
  max-width: 100%;
  padding: 10px 10px 20px 10px;
  line-height: 1;
}

.header_logo-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Main navigation
-------------------------------------*/
.header_mainnav {
  padding: 5px 0px 0 0px;
  margin: 0;
  background: white;
  border-top: 3px solid black;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-align: center;
}
.header_mainnav .header_mainnav-ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 5px 0 5px;
  margin: 0;
  text-align: center;
  max-width: 100%;
}
.header_mainnav .header_mainnav-ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  padding: 0 5px 0 5px;
}
.header_mainnav .header_mainnav-ul li a {
  color: black;
  text-transform: uppercase;
}
.header_mainnav .header_mainnav-ul .current-menu-item a,
.header_mainnav .header_mainnav-ul li a:hover,
.header_mainnav .header_mainnav-ul li a:active,
.header_mainnav .header_mainnav-ul li a:focus {
  color: #e3000f !important;
}
.header_mainnav button.hide_mainnav {
  display: none;
}

@media only screen and (min-width: 800px) {
  .header_mainnav .header_mainnav-ul {
    display: block !important;
  }
}
@media only screen and (max-width: 800px) {
  .header_logo {
    padding: 10px 10px 10px 10px;
  }

  .header_mainnav {
    padding: 0;
    margin: 0;
    background: white;
    border-top: 0px solid black;
  }
  .header_mainnav .header_mainnav-ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    margin: 0;
    font-size: 1.1em;
    text-align: left;
    width: 100%;
    background: white;
    border: 0;
    z-index: 100;
  }
  .header_mainnav .header_mainnav-ul li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid white;
    padding: 10px;
  }
  .header_mainnav .header_mainnav-ul li a {
    display: block;
    max-width: 100%;
    height: auto;
    color: black;
    text-align: left;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
  }
  .header_mainnav .header_mainnav-ul li a:hover,
.header_mainnav .header_mainnav-ul li a:active,
.header_mainnav .header_mainnav-ul li a:focus {
    color: #e3000f !important;
  }
  .header_mainnav button.hide_mainnav {
    display: block;
    padding: 10px;
    border: 0;
    background: none;
    font-size: 2.2em;
    position: absolute;
    top: 0px;
    right: 5px;
    z-index: 2000;
    color: black;
    cursor: pointer;
  }
  .header_mainnav button.hide_mainnav:hover,
.header_mainnav button.hide_mainnav:active,
.header_mainnav button.hide_mainnav:focus {
    color: #e3000f !important;
  }
  .header_mainnav button.hide_mainnav.hide_mainnav-clicked {
    top: 0px;
    right: 5px;
    color: black !important;
  }
}
.skip_to_content {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip_to_content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

/* Footer
********************/
.footer {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  color: black;
  background: white;
  color: black;
  line-height: 1.3rem;
  text-align: center;
  padding: 20px 10px 20px 10px;
}

.footer_content {
  margin: 0 auto;
  max-width: 780px;
  border-top: 3px solid black;
  padding: 10px 20px 10px 20px;
}

.footer_menu {
  display: inline;
}
.footer_menu ul {
  display: inline;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.footer_menu ul li {
  display: inline-block;
  padding: 0 8px 0 8px;
}
.footer_menu a {
  color: black;
}
.footer_menu a:hover,
.footer_menu a:active,
.footer_menu a:focus {
  color: #e3000f;
}

#backtop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 4px;
  width: 50px;
  height: 50px;
  z-index: 2500;
  font-size: 1.5em;
  background-color: white;
  color: #e2000b !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid lightgray;
}

#backtop:hover,
#backtop:active {
  color: gray !important;
}

/* General hidden class to already comply with coming jQuery 3.0 changes */
.hidden {
  display: none !important;
  border: 0px solid red;
}

@media only screen and (max-width: 500px) {
  .footer_menu {
    display: block;
  }
  .footer_menu ul {
    margin-left: 0;
  }
}

/*# sourceMappingURL=style.css.map */
