/*
Theme Name: CHILLI
Author: Rixner.net
Author URI: http://www.rixner.net/
*/
/* ========================================================= */
@font-face {
  font-family: "fira_sansregular";
  src: url("fonts/firasans-regular-webfont.woff2") format("woff2"), url("fonts/firasans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fira_sansitalic";
  src: url("fonts/firasans-italic-webfont.woff2") format("woff2"), url("fonts/firasans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fira_sansmedium";
  src: url("fonts/firasans-medium-webfont.woff2") format("woff2"), url("fonts/firasans-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fira_sansmedium_italic";
  src: url("fonts/firasans-mediumitalic-webfont.woff2") format("woff2"), url("fonts/firasans-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fira_sanssemibold";
  src: url("fonts/firasans-semibold-webfont.woff2") format("woff2"), url("fonts/firasans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fira_sanssemibold_italic";
  src: url("fonts/firasans-semibolditalic-webfont.woff2") format("woff2"), url("fonts/firasans-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main,
img {
  display: block;
}

/*=============================================
=            Base           =
=============================================*/
html {
  -webkit-font-variant-ligatures: none !important;
  -moz-font-variant-ligatures: none !important;
  font-variant-ligatures: none !important;
}

body {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #343434;
  font-family: "fira_sansregular";
  background-color: #A92228;
}

a {
  outline: none;
  text-decoration: none;
  color: #A92228;
}
a:hover {
  text-decoration: none;
  color: #A92228;
}
a:focus {
  text-decoration: none;
  color: #A92228;
}

li {
  list-style: none;
}

p {
  line-height: 24px;
}

img {
  border: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #343434;
  font-family: "fira_sanssemibold";
}

h1 {
  font-size: 36px;
  line-height: 37px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

/*wp editor*/
h3.red {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #A92228;
  font-family: "fira_sanssemibold";
  margin-top: 24px;
}

.redtext {
  font-weight: bold;
  color: #A92228;
}

.redtextnormal {
  color: #A92228;
}

p.break {
  width: 100%;
  display: block;
  margin-top: 42px;
}

/*=============================================
=            Loader           =
=============================================*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A92228;
  z-index: 999999;
}

.loader_html {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
  border-width: 8px;
  border-style: solid;
  border-right-color: rgba(0, 0, 0, 0) !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

/*=============================================
=            Header           =
=============================================*/
#header {
  height: auto;
  padding-top: 28px;
  padding-bottom: 14px;
  background: #C4C4C4;
  position: relative;
}

#header #logo img {
  width: 100%;
  max-width: 248px;
  margin-top: 15px;
}

#metamenu {
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  height: 29px;
  z-index: 2;
}
#metamenu ul {
  padding: 0;
  margin-left: 84px;
}
#metamenu ul li:first-child {
  display: none;
}
#metamenu ul li a {
  float: left;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 29px;
}
#metamenu ul li a:hover {
  color: #000;
  text-decoration: none;
}
#metamenu ul li.current_page_item a {
  color: #000;
  text-decoration: none;
}
#metamenu ul li a:after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
#metamenu ul li:last-child a:after {
  content: "";
  margin-right: 5px;
}
#metamenu img {
  height: 22px;
  margin-top: -13px;
  float: left;
  margin-right: 4px;
}

#magazine {
  text-align: right;
  margin-top: 10px;
}
#magazine a {
  margin-left: 10px;
  width: 135px;
  height: 180px;
  display: inline-block;
  background-size: cover;
  background-position: 0px 0px;
  -ms-transform: rotate(4deg); /* IE 9 */
  -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
  transform: rotate(4deg);
  -webkit-box-shadow: -4px 9px 11px -5px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -4px 9px 11px -5px rgba(0, 0, 0, 0.59);
  box-shadow: -4px 9px 11px -5px rgba(0, 0, 0, 0.59);
}
#magazine a:hover {
  background-position: 0px 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
#magazine a.over {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5 ease-in-out;
}
#magazine a:first-child {
  margin-left: 0;
}

/*=============================================
=            Menu           =
=============================================*/
.navbar {
  background: #676767;
  border-radius: 0;
  padding: 0;
  width: 100%;
  /*********************************/
}
.navbar .smalllogo {
  display: none;
  margin-top: 5px;
  float: left;
}
.navbar ul.ubermenu-nav li {
  border-right: 1px solid #fff;
}
.navbar ul.ubermenu-nav li:last-child {
  border-right: 1px solid #fff;
}
.navbar ul.ubermenu-nav li a.ubermenu-target {
  padding: 2px 25px 0px 12px;
  line-height: 39px;
}
.navbar ul.ubermenu-nav li a.ubermenu-target::after {
  right: 7px;
  margin-right: 2px;
  margin-top: -7px;
}
.navbar ul.ubermenu-nav li#home a {
  border-left: 1px solid #fff;
  width: 60px;
  height: 44px;
  background: url("images/navihome.png") no-repeat 0px 0px;
}
.navbar ul.ubermenu-nav li#home a.ubermenu-target:hover, .navbar ul.ubermenu-nav li#home a.ubermenu-target {
  background: url("images/navihome.png") no-repeat 0px -44px;
}
.navbar ul.ubermenu-nav ul.ubermenu-submenu {
  width: auto;
  min-width: 250px;
}
.navbar ul.ubermenu-nav ul.ubermenu-submenu li {
  border: none;
}
.navbar.sticky {
  position: fixed;
  z-index: 500;
  max-width: 1440px;
  width: 100%;
  top: 0;
  background: #A92228;
  left: 50%;
  padding-left: 80px;
  padding-right: 80px;
  transform: translateX(-50%);
  -webkit-box-shadow: 1px 8px 8px -9px rgba(0, 0, 0, 0.76);
  -moz-box-shadow: 1px 8px 8px -9px rgba(0, 0, 0, 0.76);
  box-shadow: 1px 8px 8px -9px rgba(0, 0, 0, 0.76);
  border-right: 1px solid #fff;
}

/*=============================================
=            Search           =
=============================================*/
#search {
  padding-top: 9px;
  position: absolute;
  width: 280px;
  z-index: 999;
  right: 0;
}
#search #lens {
  cursor: pointer;
}
#search #lens img {
  position: absolute;
  right: 0;
  width: 26px;
  height: 26px;
}
#search #searchform {
  float: right;
  width: 90%;
  display: none;
}
#search #searchform input[type=text] {
  width: 87%;
  height: 27px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 0px solid #000;
  border: none;
}
#search #searchform #searchsubmit {
  border: none;
  background: none;
  width: 26px;
  height: 26px;
  position: absolute;
  font-size: 0;
}

/*=============================================
=            Content           =
=============================================*/
#content {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 80px;
}

#left {
  padding-right: 24px;
}
#left ol, #left ul {
  padding-left: 0;
  margin-left: 15px;
}
#left ol li, #left ul li {
  list-style: outside;
  line-height: 18px;
  margin-bottom: 10px;
}

span.red {
  background: #A92228;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  line-height: 26px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 2px;
  box-sizing: border-box;
  width: auto;
  display: inline-block;
}

span.red a {
  color: #fff;
}

span.author {
  text-align: left;
}

.hold {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  position: relative;
}

.hold .background-overlay,
.hold0 .background-overlay {
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85))); /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); /* ie10+ */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$black", endColorstr="$black", GradientType=0); /* ie6-9 */
  width: calc(100% - 0px);
  margin-top: 26px;
  height: 100%;
}

img.zoom {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h2.plus {
  bottom: 0px;
}

.articlebox {
  margin-bottom: 19px;
  padding-right: 24px;
  overflow: hidden;
}
.articlebox img {
  width: calc(100% - 0px);
  display: inline-block;
  transition: transform 0.5s;
}
.articlebox h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  width: 85%;
  margin-left: 3%;
  bottom: 3px;
  transition: transform 0.2s ease;
  z-index: 21;
}
.articlebox h2 span {
  display: block;
  font-size: 16px;
  font-family: "fira_sansregular";
  margin-top: 5px;
  display: none;
}

#boxes23 {
  display: flex;
  flex-wrap: wrap;
}

#boxes23 .articlebox p {
  line-height: 24px;
}
#boxes23 .articlebox h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #343434;
  position: relative;
  text-shadow: none;
  width: 100%;
  margin-left: 0;
  margin-top: 10px;
  bottom: 0;
  margin-bottom: 10px;
}
#boxes23 .articlebox h3 a {
  color: #343434;
}
#boxes23 .articlebox h3 + span {
  display: block;
  font-size: 14px;
  font-family: "fira_sansregular";
  margin-top: 0px;
  margin-bottom: 5px;
  color: #C4C4C4;
}

#boxes1 .specialbox {
  padding-right: 24px;
}
#boxes1 .specialbox div {
  background: #676767;
  margin-bottom: 20px;
  padding: 0px 0px 0px 12px;
}
#boxes1 .specialbox div p {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  font-family: "fira_sansregular";
}
#boxes1 .specialbox div img {
  float: right;
  width: 100%;
  height: auto;
  max-width: 450px;
  margin-left: 20px;
}
#boxes1 .specialbox div h5 {
  font-size: 36px;
  line-height: 37px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  margin-top: 21px;
}
#boxes1 .specialbox a.more-link {
  color: #F1C15F;
}

.slider {
  padding-right: 24px;
}
.slider div {
  width: 100%;
  position: relative;
}
.slider div h1 {
  font-size: 36px;
  line-height: 37px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  width: 80%;
  margin-left: 10%;
  text-align: center;
  margin-top: 25%;
  z-index: 21;
}
.slider div h1 span {
  display: block;
  font-size: 16px;
  font-family: "fira_sansregular";
  margin-top: 15px;
}
.slider div img {
  width: 100%;
  height: 387px;
}

.slider3 .hold {
  width: calc(100% - 24px);
}
.slider3 img {
  width: calc(100% - 0px);
  display: inline-block;
  padding-right: 0;
  transition: transform 0.5s;
}
.slider3 h4 {
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
  width: 85%;
  margin-left: 3%;
  bottom: 3px;
  transition: transform 0.2s ease;
  z-index: 21;
}
.slider3 h4 span {
  display: block;
  font-size: 16px;
  font-family: "fira_sansregular";
  margin-top: 5px;
  display: none;
}
.slider3 .slick-dots {
  bottom: -40px;
}
.slider3 .slick-dots li {
  background: url("js/slick/dot-b.png");
}
.slider3 .slick-dots li button:hover, .slider3 .slick-dots li button:focus, .slider3 .slick-dots li.slick-active {
  background: url("js/slick/dot-active-b.png");
}

.ads,
.ads2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

.ads img,
.ads2 img {
  width: 100%;
  margin: auto;
  max-width: 768px;
}

.ads2 {
  padding-right: 24px;
  text-align: center;
}
.ads2 img {
  display: inline-block;
  padding-right: 10px;
}
.ads2 div:nth-child(2n) img {
  padding-left: 10px;
  padding-right: 0;
}

.wp_bannerize_banner_box {
  margin-bottom: 45px;
}

#breadcrumbs {
  margin-bottom: 25px;
  color: #676767;
  font-size: 14px;
}
#breadcrumbs a {
  color: #676767;
  font-size: 14px;
  text-decoration: underline;
}

.single {
  padding-right: 24px;
}
.single p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #343434;
}
.single h1 span {
  display: block;
  font-size: 16px;
  font-family: "fira_sansregular";
  margin-top: 0px;
}
.single h1 span a {
  color: #343434;
}
.single h1 span a:hover {
  text-decoration: underline;
}
.single img {
  width: 100%;
  margin-bottom: 10px;
}
.single .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 24px;
}
.single .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 24px;
}
.single .aligncenter {
  float: none;
  margin: auto;
}
.single iframe {
  max-width: 100%;
}
.single .wp-caption-text {
  font-style: italic;
  font-size: 14px;
}
.single .random {
  background: #e7e7e7;
  float: left;
  padding-bottom: 80px;
}
.single .random h3 {
  color: #676767;
  font-size: 18px;
  line-height: 20px;
}
.single .random img {
  margin-bottom: 8px;
}
.single .random a {
  color: #676767;
  font-size: 17px;
  line-height: 19px;
  display: block;
}
.single .random a:hover {
  text-decoration: none;
}
.single .sliderrandom {
  padding-right: 0;
  padding-top: 40px;
}
.single .sliderrandom div {
  width: 100%;
  padding-bottom: 25px;
}
.single .sliderrandom .slick-prev, .single .sliderrandom .slick-next {
  background: none;
  content: "<<";
  color: #fff;
  width: 35px;
  height: 35px;
  border: none;
}
.single .sliderrandom .slick-prev {
  top: calc(100% + 43px);
  left: calc(50% - 20px);
  background: url("images/bottom-arr.png");
}
.single .sliderrandom .slick-next {
  top: 0%;
  left: calc(50% - 20px);
  background: url("images/top-arr.png");
}
.single .text {
  padding-left: 24px;
  float: right;
  padding-top: 20px;
}
.single .text img {
  width: auto;
  max-width: 100%;
}
.single .text .author {
  margin-bottom: 20px;
}
.single .text #galerie {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.single .text #galerie .photo_box {
  width: 31%;
  text-align: center;
  margin-bottom: 8px;
}
.single .text #galerie .photo_box img {
  margin: auto;
  margin-bottom: 10px;
  border: 2px solid #cfcfcf;
}
.single .text #galerie .photo_box a + p {
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  color: #343434;
}
.single .text #galerie::after {
  content: "";
  flex: auto;
}

.category {
  padding-right: 24px;
}
.category p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #343434;
}
.category h1 {
  margin-bottom: 20px;
}
.category h1 span {
  font-family: "fira_sansitalic";
  padding-left: 15px;
}
.category .article, .category .event {
  padding-top: 20px;
  border-top: 1px solid #C4C4C4;
  margin-bottom: 20px;
}
.category .article img, .category .event img {
  width: 100%;
  padding-right: 15px;
}
.category .article h2, .category .event h2 {
  line-height: 26px;
}
.category .article h2 + span, .category .event h2 + span {
  display: block;
  font-size: 14px;
  font-family: "fira_sansregular";
  margin-top: 0px;
  margin-bottom: 5px;
  color: #C4C4C4;
}
.category .article h2 a, .category .event h2 a {
  color: #343434;
}
.category h3 {
  background: #C4C4C4;
  width: 100%;
  margin-bottom: 0;
  padding-left: 6px;
  line-height: 24px;
  font-size: 17px;
}
.category .event {
  padding-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.category .event span {
  display: block;
  font-size: 14px;
  font-family: "fira_sansregular";
  margin-top: 0px;
  margin-bottom: 3px;
  color: #676767;
}
.category .event h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
.category .event p {
  margin-bottom: 0;
}

.pagination {
  border-top: 1px solid #C4C4C4;
  padding-top: 10px;
}
.pagination .page-numbers {
  display: inline-block;
  background: #676767;
  color: #fff;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
.pagination .page-numbers.current {
  background: #A92228;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
  background: none;
  color: #000;
  width: 70px;
}

.magazine {
  padding-right: 24px;
}
.magazine iframe {
  width: 100%;
}
.magazine h2 {
  margin-bottom: 35px;
  line-height: 30px;
}
.magazine h3, .magazine h3 a {
  font-size: 26px;
  margin-bottom: 15px;
  color: #343434;
  line-height: 30px;
}
.magazine p {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #343434;
}
.magazine img {
  margin-bottom: 30px;
  width: 100%;
}
.magazine .aboform {
  line-height: 24px;
}
.magazine .aboform span.wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.magazine .magazincover {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.magazine .flex-item {
  height: auto;
  padding-right: 25px;
}
.magazine input[type=tel], .magazine input[type=email], .magazine input[type=password], .magazine input[type=number], .magazine textarea, .magazine input[type=text] {
  border: 1px solid #ccc;
  height: auto;
  padding: 2px 10px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.magazine select {
  background: #eee !important;
  border: none;
  height: auto;
  padding: 5px;
}
.magazine label {
  margin-bottom: 0;
}
.magazine input[type=submit] {
  border: none;
  background: #A92228;
  color: #fff;
  padding: 12px;
  text-transform: uppercase;
  font-family: "fira_sanssemibold";
  width: 70%;
  text-align: center;
  margin-top: 10px;
}

.archiv {
  margin-bottom: 15px;
}
.archiv h3 a {
  font-size: 16px !important;
  color: #343434;
  padding-left: 10px;
  padding-right: 20px;
  display: block;
}
.archiv img {
  margin-bottom: 30px;
  width: 100%;
  width: 150px;
  height: 204px !important;
}

#right img {
  width: 100%;
  max-width: 300px;
  margin-bottom: 24px;
}
#right ul#menu-main {
  padding: 0;
  background: #C4C4C4;
  max-width: 300px;
}
#right ul#menu-main li:first-child {
  display: none;
}
#right ul#menu-main li a {
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  font-family: "fira_sanssemibold";
  display: block;
  padding: 8px 15px 4px 12px;
  border-bottom: 1px solid #fff;
}
#right ul#menu-main li a:hover {
  background: #A92228;
}
#right ul#menu-main li.current-menu-item a {
  background: #A92228;
}
#right ul#menu-main li.current-menu-ancestor a {
  background: #A92228;
  border-bottom: none;
}
#right ul#menu-main li a + .sub-menu {
  display: none;
}
#right ul#menu-main li.current-menu-ancestor a + .sub-menu {
  display: block;
}
#right ul#menu-main li.current-menu-item a + .sub-menu {
  display: block;
}
#right ul#menu-main li a + .sub-menu {
  display: none;
  padding: 0;
}
#right ul#menu-main li a + .sub-menu li a {
  font-size: 15px;
  line-height: 20px;
  padding: 6px 15px 2px 25px;
  background: none;
  border-bottom: none;
}
#right ul#menu-main li a + .sub-menu li:first-child {
  display: block;
}
#right ul#menu-main li a + .sub-menu li a:hover {
  color: #343434;
  background: none;
}
#right ul#menu-main li a + .sub-menu li.current-menu-item a {
  color: #343434;
  background: none;
}
#right ul#menu-main li.menu-item-88544 a {
  display: none !important;
}
#right .textwidget {
  max-width: 315px;
  margin-left: -8px;
}
#right .textwidget iframe {
  padding: 0;
}
#right .wt-widget.wt-widget-classic {
  width: 100%;
  max-width: 300px;
}
#right .wt-widget.wt-widget-classic .wt-widget-searchbar, #right .wt-widget.wt-widget-classic .wt-widget-searchbar input {
  width: 100%;
  max-width: 100%;
  display: none;
}
#right #wpt_widget-2 {
  border: 1px solid #e7e7e7;
  background: #e7e7e7 !important;
  padding: 0px;
  max-width: 300px;
  line-height: 18px;
  padding-top: 0 !important;
}
#right #wpt_widget-2 .wpt_thumbnail {
  float: left !important;
}
#right #wpt_widget-2 .wpt_thumbnail img {
  padding-right: 7px;
  margin-bottom: 0 !important;
  max-width: 118px !important;
}
#right #wpt_widget-2 .tab-content li {
  padding-bottom: 10px !important;
}
#right #wpt_widget-2 ul {
  padding-left: 0;
}
#right #wpt_widget-2 ul.wpt-tabs.has-2-tabs li a {
  margin-left: 0 !important;
}
#right #wpt_widget-2 li.tab_title {
  border: 0;
  display: inline-block;
  width: 50%;
  border: none;
}
#right #wpt_widget-2 li.tab_title a {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  color: #676767;
  font-family: "fira_sanssemibold";
  padding: 0;
  background: none !important;
  background: #fff !important;
  border: none;
}
#right #wpt_widget-2 .tab_title.selected a {
  background: #e7e7e7 !important;
}
#right .rightbanners {
  margin-top: 20px;
  text-align: center;
}
#right .rightbanners a {
  display: inline-block;
}
#right .rightbanners .wp_bannerize_banner_box {
  margin-bottom: 10px !important;
}

button.btn {
  margin-bottom: 5px;
}

button.btn:hover,
button.btn.is-checked {
  background: #A92228;
  color: #fff;
}

#team {
  padding-right: 30px;
}
#team .member {
  text-align: center;
}
#team .member img {
  margin: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  width: 100%;
  height: 160px;
  max-width: 160px;
}
#team .member p {
  line-height: 24px;
}
#team .member h3 a {
  color: #343434;
}

/*=============================================
=            Footer           =
=============================================*/
#footer {
  background: #C4C4C4;
  box-sizing: border-box;
  height: 500px;
  color: #fff;
  line-height: 18px;
}
#footer ul {
  padding-left: 0;
  margin-left: 15px;
}
#footer ul li {
  list-style: outside;
  color: #fff;
  margin-bottom: 12px;
}
#footer ul li#home {
  display: none;
}
#footer ul li a {
  color: #fff;
}
#footer h4 {
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#footer .box img {
  padding-right: 20px;
  width: 100%; /*border: 1px solid $black*/
}
#footer .box.kontakt {
  padding-left: 20px;
}
#footer p {
  line-height: 28px;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}

/*=============================================
=            POPUP Team           =
=============================================*/
/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000000000000000;
  background: rgba(0, 0, 0, 0.75);
}

/* Inner */
.popup-inner {
  max-width: 700px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px black;
  border-radius: 3px;
  background: #fff;
}
.popup-inner img {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  z-index: 199;
}
.popup-inner h2 {
  margin-bottom: 10px;
  font-size: 20px;
}

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: #A92228;
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
  z-index: 200;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: #A92228;
  text-decoration: none;
  color: #fff;
  top: 0px;
  right: 0px;
}

#freiburggehtaus label {
  width: 100% !important;
  margin-bottom: 30px;
}

#freiburggehtaus .wpcf7-radio span {
  width: 50%;
  float: left;
  padding: 0;
}

#freiburggehtaus .wpcf7-radio span span {
  width: 90%;
  display: inline;
  float: right;
  padding: 0;
}

#freiburggehtaus .wpcf7-checkbox {
  width: auto;
  float: left;
  padding: 0;
  margin-top: 10px;
  margin-left: -5px;
}

#freiburggehtaus .checkbox1 ~ span {
  float: left;
  margin-top: -25px;
  margin-left: 20px;
  display: block;
}

#freiburggehtaus .checkbox1 span.wpcf7-not-valid-tip {
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 16px;
  display: block;
}

#freiburggehtaus .wpcf7-number {
  width: 50px;
}

/*
#ubermenu-main-3 li#menu-item-80929 ul.ubermenu-submenu{display: none;}
#ubermenu-main-3 li#menu-item-80929 a.ubermenu-target::after{display: none;}

#responsive-menu li#responsive-menu-item-80929 ul.responsive-menu-submenu{display: none!important;}
#responsive-menu li#responsive-menu-item-80929 .responsive-menu-subarrow{display: none!important;}



#ubermenu-main-3 li#menu-item-83213 ul.ubermenu-submenu li#menu-item-88544{display: none!important;}
#responsive-menu li#responsive-menu-item-83213 ul.responsive-menu-submenu li#responsive-menu-item-88544{display: none!important;}
*/
/*=============================================
=            Responsive styles           =
=============================================*/
@media screen and (min-width: 0px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
  #content.container {
    padding-right: 56px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1155px) {
  .navbar a.ubermenu-target {
    padding: 2px 10px 0px 10px !important;
    line-height: 39px;
  }
  .navbar a.ubermenu-target::after {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) {
  .navbar.sticky li#home a {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1299px) {
  #search #searchform {
    float: right;
    width: 90%;
    display: none;
    margin-top: 44px;
  }
  #search #searchform input[type=text] {
    width: 100%;
    border: 1px solid #676767;
  }
  #search #searchform #searchsubmit {
    margin-top: -44px;
    right: 0;
    position: absolute;
    font-size: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px 0px 15px;
  }
  #metamenu ul {
    margin-left: 20px;
  }
  #magazine {
    text-align: center;
  }
  #magazine a {
    margin-left: 5px;
    margin-bottom: 15px;
  }
  .navbar.sticky {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar ul.ubermenu-nav li a.ubermenu-target {
    padding: 0px 20px 0px 20px;
    line-height: 39px;
  }
  .navbar.sticky ul.ubermenu-nav li a.ubermenu-target {
    padding: 0px 10px 0px 10px;
    line-height: 39px;
  }
  .navbar.sticky ul.ubermenu-nav li a.ubermenu-target::after {
    display: none;
  }
  .slider {
    padding-right: 24px;
  }
  .slider div h1 {
    font-size: 30px;
    line-height: 32px;
    font-weight: normal;
    color: #fff;
    margin-top: 17%;
  }
  .slider div img {
    height: auto;
  }
  .articlebox {
    padding-right: 24px;
  }
  .articlebox:nth-child(2n+2) {
    padding-right: 0;
  }
  #boxes23 .articlebox {
    min-height: 460px;
    padding-right: 24px;
  }
  #boxes23 .articlebox h3 {
    height: auto;
    margin-bottom: 15px;
  }
  #boxes2 .articlebox h3, #boxes3 .articlebox h3 {
    height: auto;
  }
  #content.container {
    padding-right: 15px;
  }
  #content {
    padding-bottom: 30px;
  }
  .ads, .ads2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .ads img, .ads2 img {
    width: 100%;
    max-width: calc(100% - 10px);
    margin-left: 0;
  }
  .ads img {
    width: 100%;
    height: auto;
  }
  .ads2 {
    padding-right: 24px;
  }
  .ads2 img {
    display: inline-block;
    padding-right: 10px;
  }
  .ads2 div:nth-child(2n) img {
    padding-left: 0px;
    padding-right: 0;
  }
  #right #wpt_widget-2 {
    max-width: 100%;
    margin-bottom: 24px;
    padding-top: 8px;
  }
  #right .textwidget {
    width: 100%;
    margin-left: 0px;
    float: left !important;
    max-width: 100%;
  }
  #right .wt-widget.wt-widget-classic {
    width: 100%;
    float: left !important;
    max-width: 100%;
  }
  #right .rightbanners {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px 0px 15px;
  }
  #metamenu {
    text-align: left;
    margin-bottom: 15px;
    height: auto;
    padding-top: 2px;
    padding-left: 10px;
  }
  #metamenu ul#menu-meta {
    margin-left: 0;
  }
  #magazine {
    text-align: center;
  }
  #magazine a {
    margin-left: 5px;
    margin-top: 15px;
    background-position: 0px 0px;
  }
  #magazine a:hover {
    background-position: 0px 160px;
  }
  .navbar.sticky {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search {
    display: none;
  }
  .slider div {
    width: 100%;
    position: relative;
  }
  .slider div h1 {
    margin-top: 15%;
  }
  .slider div h1 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .slider div img {
    width: 100%;
  }
  .background-overlay {
    width: calc(100% - 4px);
    height: calc(100% - 26px);
  }
  .slider, .articlebox {
    padding-right: 0px;
  }
  .articlebox img {
    max-height: none;
  }
  .slider3 .hold {
    width: calc(100% - 0px);
  }
  #content.container {
    padding-right: 15px;
  }
  .slider, .articlebox {
    padding-right: 0;
  }
  .articlebox {
    padding-right: 24px;
  }
  .articlebox:nth-child(2n+2) {
    padding-right: 0;
  }
  .ads img {
    width: 100%;
    height: auto;
  }
  .ads2 {
    padding-right: 0;
  }
  .ads2 img {
    padding-right: 10px;
    margin-bottom: 15px;
  }
  .ads2 div:nth-child(2n) img {
    padding-left: 0px;
    padding-right: 0;
  }
  #left {
    padding-right: 0px;
  }
  #right #wpt_widget-2 {
    max-width: 33.3%;
    margin-bottom: 24px;
    padding-top: 8px;
    float: left;
  }
  #right .textwidget {
    width: 100%;
    margin-left: 0px;
    float: left !important;
    max-width: 33.3%;
    margin-top: -8px;
  }
  #right .wt-widget.wt-widget-classic {
    width: 33.3%;
    float: left !important;
    max-width: 33.3%;
  }
  #right .rightbanners {
    text-align: center;
    margin-top: 20px;
  }
  #right .rightbanners a {
    display: inline-block;
    width: 33.3%;
    float: left;
  }
  #right .rightbanners a:first-child {
    border-bottom: none;
    margin-bottom: 20px;
  }
  #right .rightbanners img {
    height: auto;
  }
  #boxes23 .articlebox {
    min-height: 460px;
    padding-right: 24px;
  }
  #boxes23 .articlebox h3 {
    height: auto;
    margin-bottom: 15px;
  }
  #boxes2 .articlebox h3, #boxes3 .articlebox h3 {
    height: auto;
  }
  #boxes1 .specialbox {
    padding-right: 0px;
  }
  .single {
    padding-right: 0px;
  }
  .single .random {
    margin-bottom: 24px;
    float: left;
    margin-left: 25%;
  }
  #footer {
    height: auto;
  }
  #footer .box img {
    padding-right: 0px;
    width: 100%;
    max-width: 220px;
  }
}
@media screen and (min-width: 769px) and (max-width: 920px) {
  #magazine {
    text-align: center;
  }
  #magazine a {
    margin-left: 8px;
    margin-bottom: 15px;
    background-position: 0px 0px;
  }
  #magazine a:hover {
    background-position: 0px 123px;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 15px 0px 15px;
  }
  #header {
    padding-top: 35px;
  }
  #header #logo img {
    max-width: 248px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #metamenu {
    text-align: left;
    margin-bottom: 15px;
    height: auto;
    padding-top: 2px;
    padding-left: 10px;
  }
  #metamenu ul#menu-meta {
    margin-left: 0;
  }
  #magazine {
    text-align: center;
    display: none;
  }
  #magazine a {
    margin-left: 5px;
    margin-bottom: 15px;
    background-position: 0px 0px;
  }
  #magazine a:hover {
    background-position: 0px 146px;
  }
  .navbar.sticky {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search {
    display: none;
  }
  #content {
    padding-bottom: 30px;
  }
  #content.container {
    padding-right: 15px;
  }
  .background-overlay {
    width: calc(100% - 4px);
    height: calc(100% - 26px);
  }
  .slider, .articlebox {
    padding-right: 0;
  }
  .articlebox img {
    max-height: none;
  }
  .slider3 .hold {
    width: calc(100% - 0px);
  }
  .slider div {
    width: 100%;
    position: relative;
  }
  .slider div h1 {
    margin-top: 15%;
  }
  .slider div h1 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .slider div img {
    height: auto;
  }
  .articlebox {
    padding-right: 24px;
  }
  .articlebox:nth-child(2n+2) {
    padding-right: 0;
  }
  #boxes23 .articlebox {
    min-height: 460px;
    padding-right: 24px;
  }
  #boxes23 .articlebox h3 {
    height: auto;
    margin-bottom: 15px;
  }
  .slider3 .hold {
    width: calc(100% - 10px);
  }
  #boxes2 .articlebox h3, #boxes3 .articlebox h3 {
    height: auto;
  }
  #boxes1 .specialbox {
    padding-right: 0px;
  }
  #boxes1 .specialbox div img {
    float: none;
    width: calc(100% + 12px) !important;
    height: auto;
    max-width: calc(100% + 12px) !important;
    margin-left: -12px;
  }
  .ads img {
    width: 100%;
    height: auto;
  }
  .ads2 {
    padding-right: 0;
  }
  .ads2 img {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .ads2 div:nth-child(2n) img {
    padding-left: 0px;
    padding-right: 0;
  }
  .single {
    padding-right: 0px;
  }
  .single .random {
    margin-bottom: 24px;
    float: left;
    margin-left: 25%;
  }
  .single .text {
    padding-left: 0px;
    float: left;
  }
  .single .text #galerie .photo_box {
    width: 48%;
  }
  .single .text img {
    height: auto;
    width: auto;
  }
  .category {
    padding-right: 0;
  }
  .category .article img {
    width: 100%;
  }
  #left {
    padding-right: 0px;
  }
  #right img {
    margin: auto;
    margin-bottom: 24px;
  }
  #right ul.pop-widget-tabs {
    max-width: 100%;
  }
  #right #wpt_widget-2 {
    max-width: 100%;
    margin-bottom: 24px;
    padding-top: 8px;
  }
  #right .textwidget {
    width: 100%;
    margin-left: 0px;
    float: left !important;
    max-width: 50%;
  }
  #right .wt-widget.wt-widget-classic {
    width: 50%;
    float: left !important;
    max-width: 50%;
  }
  #right .rightbanners {
    text-align: center;
    margin-top: 20px;
  }
  #right .rightbanners a {
    display: inline-block;
    width: 50%;
    float: left;
  }
  #right .rightbanners a:first-child {
    border-bottom: none;
    margin-bottom: 20px;
  }
  #right .rightbanners img {
    height: auto;
  }
  .issuuembed {
    width: 100% !important;
  }
  .magazine {
    margin-bottom: 30px !important;
    padding-right: 0 !important;
  }
  .magazine img {
    max-width: 300px;
    margin-bottom: 25px;
  }
  .magazine input[type=submit] {
    width: 50% !important;
  }
  #footer {
    height: auto;
  }
  #footer .box img {
    padding-right: 0px;
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (min-width: 0px) and (max-width: 480px) {
  .container {
    padding: 0px 15px 0px 15px;
  }
  h2 {
    line-height: 32px;
  }
  #header {
    padding-top: 35px;
  }
  #header #logo img {
    max-width: 200px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 20px;
  }
  #metamenu {
    text-align: left;
    margin-bottom: 15px;
    height: auto;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  #metamenu ul#menu-meta {
    background: red !important;
    margin-left: 0;
  }
  #metamenu div {
    width: 100%;
    float: left;
  }
  #metamenu div a {
    display: inline-block;
    float: none;
  }
  #metamenu img {
    margin-top: 4px;
    float: none;
    display: inline-block;
    margin-right: 4px;
  }
  #magazine {
    display: none;
  }
  .navbar.sticky {
    padding-left: 15px;
    padding-right: 15px;
  }
  #search {
    display: none;
  }
  #content {
    padding-bottom: 30px;
  }
  #content.container {
    padding-right: 15px;
  }
  .background-overlay {
    width: calc(100% - 4px);
    height: calc(100% - 26px);
  }
  .slider, .articlebox {
    padding-right: 0 !important;
  }
  .articlebox img {
    max-height: none;
  }
  .slider3 .hold {
    width: calc(100% - 0px);
  }
  .slider div {
    width: 100%;
    position: relative;
  }
  .slider div h1 {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    color: #fff;
    margin-top: 10%;
  }
  .slider div h1 span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .slider div img {
    height: auto;
  }
  #boxes1 .specialbox {
    margin-top: 20px;
    max-width: none;
    padding-right: 0;
  }
  #boxes1 .specialbox div {
    padding-right: 12px;
  }
  #boxes1 .specialbox div p {
    font-size: 18px;
    line-height: 21px;
    padding-right: 12px;
  }
  #boxes1 .specialbox div img {
    float: none;
    width: calc(100% + 24px);
    max-width: none;
    margin-left: -12px;
  }
  #boxes1 .specialbox div h5 {
    font-size: 23px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
  }
  #boxes2 .articlebox h3, #boxes3 .articlebox h3 {
    height: auto;
  }
  .ads img {
    width: 100%;
    height: auto;
  }
  .ads2 {
    padding-right: 0;
  }
  .ads2 img {
    padding-right: 0px;
    margin-bottom: 15px;
  }
  .ads2 div:nth-child(2n) img {
    padding-left: 0px;
    padding-right: 0;
  }
  .single {
    padding-right: 0px;
  }
  .single .random {
    margin-bottom: 24px;
    float: right;
  }
  .single .text {
    padding-left: 0px;
    float: left;
  }
  .single .text #galerie .photo_box {
    width: 100%;
  }
  .single .text img {
    height: auto;
    width: auto;
  }
  .single .text .wp-caption {
    max-width: 100% !important;
    height: auto;
  }
  .single .alignleft {
    float: none;
    margin-right: 0px;
    margin: auto;
    margin-bottom: 24px;
  }
  .single .alignright {
    float: none;
    margin-left: 0px;
    margin: auto;
    margin-bottom: 24px;
  }
  .single .aligncenter {
    float: none;
    margin: auto;
  }
  .category {
    padding-right: 0;
  }
  .category .article h2, .category .event h2 {
    line-height: 32px;
  }
  .category .article img {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 12px;
  }
  .issuuembed {
    width: 100% !important;
  }
  .magazine {
    margin-bottom: 30px !important;
    padding-right: 0 !important;
  }
  .magazine img {
    max-width: 300px;
    margin: auto;
    margin-bottom: 25px;
  }
  .magazine input[type=submit] {
    width: 100% !important;
  }
  #left {
    padding-right: 0px;
  }
  #right img {
    margin: auto;
    margin-bottom: 24px;
  }
  #right ul.pop-widget-tabs {
    max-width: 100%;
  }
  #right #wpt_widget-2 {
    max-width: 100%;
    margin-bottom: 24px;
    padding-top: 8px;
  }
  #right .textwidget {
    max-width: 100%;
    margin-left: 0px;
  }
  #right .wt-widget.wt-widget-classic {
    max-width: 100%;
  }
  #footer {
    height: auto;
  }
  #footer .box img {
    padding-right: 0px;
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  #footer .box.kontakt {
    padding-left: 0px;
  }
  .popup-inner {
    max-width: 100%;
    top: 50%;
    left: 50%;
    height: 450px !important;
    overflow: auto;
  }
  .popup-inner img {
    float: none;
  }
  .popup-inner p {
    overflow: scroll;
  }
  .popup-close, .popup-close:hover {
    top: 20px;
    right: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 830px) {
  #magazine a {
    width: 80px;
    height: 107px;
  }
}
@media screen and (min-width: 831px) and (max-width: 900px) {
  #magazine a {
    width: 90px;
    height: 120px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1024px) {
  #magazine a {
    width: 95px;
    height: 127px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
  #magazine a {
    width: 115px;
    height: 153px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1170px) {
  #magazine a {
    width: 120px;
    height: 160px;
  }
}

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