@media (min-width: 1200px) {
  .container {
    width: 1400px;
  }
}

body {
  background-attachment: fixed;
  background-image: url(background.gif);
  background-color: #FFFFFF;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #000000;
}

a:link {
  text-decoration: none;
  color: #4F4F4F;
}

a:visited {
  text-decoration: none;
  color: #969696;
}

.padding_null_left {
  padding-left: 0;
  padding-right: 0;
}

/* Userpic Styles */
.profile-userpic img,
.profile-userpic_list img,
.profile-userpic_list_user img {
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  border-radius: 4px !important;
  padding: 4px;
  line-height: 1.43;
  background-color: #FFFFFF;
  border: 2px solid #DDDDDD;
  transition: all 0.2s ease-in-out;
}

.profile-usertitle-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  text-align: center;
}

#nav1.affix {
  position: fixed;
  top: 0;
  left: 0;
  width: 99.9%;
  z-index: 1000;
  margin-bottom: 0;
}

/* Tabs visibility */
.tab_aus {
  display: inline;
}

.tab_an {
  display: none;
}

.handy_aus {
  display: inline;
}

.handy_an {
  display: none;
}

/* Slide animation */
.w_p_slideanim {
  visibility: hidden;
}

.w_p_slide {
  animation-name: w_p_slide;
  animation-duration: 1s;
  visibility: visible;
}

@keyframes w_p_slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.header {
  max-height: 38px;
  line-height: 38px;
  background-color: #FFFFFF;
  font-style: normal;
  font-size: 14px;
  color: #000000;
}

/* Carousel */
.carousel-indicators li {
  background-color: #63717F;
}

.carousel-indicators .active {
  background-color: #FFFFFF;
}

.farbe {
  color: #FFFFFF;
}

.carousel {
  position: relative;
  top: -20px;
}

.carousel-inner img {
  width: 100%;
  margin: auto;
  height: auto;
}

.carousel-border-wp {
  border: 1px solid #63717F;
}

/* Navbar Inverse - Farben fehlen, daher ausgeklammert */
/* Hier bitte die Farben einfügen */

.navbar-inverse {
  border-radius: 0;
  /* font-size und color fehlen, bitte Werte ergänzen */
}

/* Dropdown submenu */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0 6px 6px 6px;
  /* Vendor Prefixes optional */
}

/* Dropdown menu Hintergrundfarbe fehlt */
/* Bitte Hintergrundfarbe ergänzen */
.dropdown-menu {
  /* background-color: #yourcolor; */
}

/* Dropdown hover/focus Farben fehlen */
/* Bitte Werte ergänzen */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  /* background-color: #yourcolor; */
  /* color: #yourcolor; */
}

/* Mittenbereich */
.mitte-mitte-wp {
  padding-top: 20px;
  background-color: #FFFFFF;
  /* font-size fehlt */
}

.mitte-border-wp {
  border-top: 1px solid #63717F;
  border-bottom: 1px solid #63717F;
}

.table {
  border-bottom: 0 !important;
}

.table th,
.table td {
  border: 1px solid #000 !important;
}

.main_panel {
  box-shadow: 0 1px 1px #333333;
  border-color: #333333;
  background-color: transparent;
}

#main_heading,
#main_heading_boxen {
  background-color: #333333;
  border-color: #333333;
  font-size: 20px;
  color: #FFFFFF;
}

#main_heading_text {
  font-size: 20px;
  color: #FFFFFF;
}

.main_body,
.main_body_list-group-item,
.main_body_boxen {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  box-shadow: 0 1px 1px #333333;
  background-color: transparent;
  border-color: #333333;
}

.main_body_hr,
.main_body_boxen_hr {
  border: 1px solid #000000;
}

.thumbnail {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
  box-shadow: 0 1px 1px #333333;
  border-color: #333333;
  background-color: transparent;
}

.main_boxen {
  box-shadow: 0 1px 1px #333333;
  border-color: #333333;
  background-color: transparent;
}

.list-group-item.main_active {
  font-size: 12px;
  color: #000000;
  background-color: #FAFAFA;
  border-color: #CCCCCC;
}

a.list-group-item.main_active:hover,
a.list-group-item.main_active:focus {
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color: #000000;
  background-color: #F0F0F0;
  border-color: #CCCCCC;
}

.footer_innen {
  background-color: #000000;
  color: #FFFFFF;
  padding: 20px;
  border-top: 1px solid #63717F;
  border-bottom: 1px solid #63717F;
}

.footer {
  overflow: hidden;
}

.footer_bottom {
  background-color: #000000;
  padding: 0 0 10px 0;
}

#footer_bottom a {
  /* Styles fehlen */
}

.title-widget {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #CCCCCC;
  margin: 0 0 16px 0;
  padding-left: 0;
}

.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}

.widget_nav_menu ul li {
  line-height: 10px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  width: 95%;
}

#main_fuss {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
}

#main_fuss:hover,
#main_fuss:focus {
  font-weight: bold;
  color: #BDD1E6;
}

.footerp p {
  color: #FFFFFF;
}

.footerp:hover,
.footerp:focus {
  color: #FFFFFF;
}

.scrollup {
  position: fixed;
  font-size: 20px;
  width: 32px;
  height: 32px;
  bottom: 20px;
  right: 20px;
  background: #000000;
  border-radius: 2px 2px 0 0;
  text-align: center;
  vertical-align: middle;
}

a.scrollup {
  outline: 0;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
  opacity: 1;
  text-decoration: none;
}

a.scrollup i {
  margin-top: 2px;
  color: #FFFFFF;
}

a.scrollup i:hover {
  text-decoration: none;
}

/* Responsive adjustments */

@media screen and (max-width: 1024px) {
  .tab_aus {
    display: none;
  }

  .tab_an {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .no_handy {
    display: none;
  }

  .handy_aus {
    display: none;
  }

  .handy_an {
    display: inline;
  }

  #nav1.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    margin-bottom: 0;
  }

  .affix {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }

  .panel {
    height: 90%;
  }
}