@charset "UTF-8";
.uk-container {
  max-width: 1600px;
}

* + .uk-h1,
* + .uk-h2,
* + .uk-h3,
* + .uk-h4,
* + .uk-h5,
* + .uk-h6,
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 4rem;
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5rem 0;
}

* + .uk-grid-margin,
.uk-grid + .uk-grid,
.uk-grid > .uk-grid-margin {
  margin-top: 0;
}

* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 0;
}

address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 0 0;
}

ol,
ul {
  padding-left: 0;
}

/*uk-width-1-1@s schon bei 640px */
@media only screen and (max-width: 26.25em) {
  .uk-width-1-2 {
    width: 100% !important;
  }
  .uk-child-width-1-2 > * {
    width: 100% !important;
  }
}

/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop
$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop
ORDER: Base + typography > general layout + grid > page layout > components
1em = 16px
*/
/*textfarbe Brotschrift*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  height: 100%;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
body {
  box-sizing: border-box;
  /*sticky footer*/
  /*height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;*/
}
@media only screen and (max-width: 60em) {
  body {
    padding: 0;
  }
}
/*sticky footer*/
.wrapper::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*footer{
    
}*/
.uk-container {
  max-width: 1600px;
}

/*::selection {
    background-color: $color-primary;
    color: $color-white;
}*/
a {
  color: #b52e28;
}

a:hover {
  color: #777;
  text-decoration: none;
}

/*********************************************************************
 * Accessibility helpers
 *
 */
/* Hide visually, but remain approachable for screenreader */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
}

/* Show bypass link on hover */
.element-focusable:focus {
  clip: auto;
  overflow: visible;
  height: auto;
}

/* Sample styling for bypass link */
.bypass-to-main:focus {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #333;
  color: #fff;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #292929;
}

h1,
h2 {
  font-family: "Roboto", sans-serif;
  color: #b1b2b3;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: 4.3rem;
}

h3,
h4,
h5 {
  color: #b52e28;
}

h2,
h3 {
  padding-bottom: 3%;
  font-size: 2.5rem;
  text-align: left;
  text-transform: inherit;
  color: #bfbfbf;
}

main.standort h2 {
  padding-bottom: 5px;
  margin-bottom: 0;
}

main.standort h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #5b5b5b;
  font-weight: 700;
}

main.standort .right ul li {
  list-style: inherit;
}

@media only screen and (max-width: 40em) {
  h3 {
    font-size: 2rem;
  }
}

/*h1 right*/
.h1_right h1 {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  color: #b52e28;
}
.h1_right h1:before {
  content: "";
  display: block;
  margin-right: 5rem;
  width: calc(50% + 5rem);
  height: auto;
}
@media only screen and (max-width: 60em) {
  .h1_right h1 {
    display: block;
    font-size: 3rem;
    text-align: center;
    padding-bottom: 10px;
  }
}
.h1_right.color-haus h1:before {
  background-color: #b52e28;
}

.h1_right.color-grey-1 h1:before {
  background-color: #898989;
}

.color-grey-2 h1,
.color-grey-3 h1 {
  color: #b52e28;
}

form h3 {
  padding-top: 3%;
  padding-bottom: 10px;
}

h4 {
  color: #5b5b5b;
  font-size: 2rem;
}
@media only screen and (max-width: 48em) {
  h4 {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 75em) {
  h1,
  h2,
  h3,
  h4,
  p {
    padding: 0 1%;
  }
}

table,
p,
#main ul {
  font-family: "Roboto", sans-serif;
  color: #292929;
  font-size: 1.7rem;
  /*strong{
        
    }*/
}

.margin_p p,
.margin_p ul,
.margin_ul p,
.margin_ul ul {
  margin-bottom: 1.6rem;
}

.margin_p ul,
.margin_ul ul {
  margin-top: -1.6rem;
}

.uppercase {
  text-transform: uppercase;
}

section ul li {
  margin-left: 1.6rem;
}

.start p {
  font-size: 2rem;
}

.long_text h3 {
  padding-bottom: 0;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  font-size: 2.2rem;
  color: #3a3a39;
  font-weight: 700;
}
.long_text h3:first-child {
  margin-top: 0;
}

.long_text p {
  margin-bottom: 2rem;
}

.max_width_xl {
  max-width: 1900px;
  margin: 0 auto;
}

.max_width {
  max-width: 1600px;
  margin: 0 auto;
}

.max_width_l {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.max_width_m {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.max_width100 {
  max-width: 100%;
}

.center {
  text-align: center;
}

.p_m p {
  margin-bottom: 3rem;
}

p em {
  font-size: 90%;
  color: inherit;
  font-style: inherit;
}

.flex {
  display: flex;
}

.child_right {
  justify-content: flex-end;
}

.hausfarbe,
.hausfarbe h1,
.hausfarbe h2 {
  color: #b52e28;
}

.color-haus-1 {
  background-color: #5b5b5b !important;
}

.color-grey {
  background-color: #3a3a39;
}

.color-grey-0 {
  background-color: #b1b2b3;
}

.color-grey-01 {
  background-color: #cccccc !important;
}

.color-grey-1 {
  background-color: #898989 !important;
}

.color-grey-2 {
  background-color: #bfbfbf;
}

.color-grey-3 {
  background-color: #ebebeb;
}

.color-grey-map {
  background-color: #c5c6c6;
}

.color-grey-berlin {
  background-color: #d9dada;
}

.small {
  font-size: 15px;
}

.smaller {
  font-size: 14px;
}

.pt_1 {
  padding-top: 1rem;
}

.pt_2 {
  padding-top: 2rem;
}

.pt_3 {
  padding-top: 3rem;
}

.pt_4 {
  padding-top: 4rem;
}

.pt_5 {
  padding-top: 5rem;
}

.pt_6 {
  padding-top: 6rem;
}

.pt_7 {
  padding-top: 7rem;
}

.pb_1 {
  padding-bottom: 1rem;
}

.pb_2 {
  padding-bottom: 2rem;
}

.pb_3 {
  padding-bottom: 3rem;
}

.pb_4 {
  padding-bottom: 4rem;
}

.pb_5 {
  padding-bottom: 5rem;
}

.pb_6 {
  padding-bottom: 6rem;
}

.pb_7 {
  padding-bottom: 7rem;
}

/***************************/
/*THIS WEBSITE */

section.img {
  background-color: #b1b2b3;
}

section.link a {
  display: block;
  color: #fff;
  padding: 15px;
  background-color: #b52e28;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

/**************************/

header {
  background-color: #b1b2b3;
}

@media only screen and (max-width: 48em) {
  header .grid {
    display: flex;
  }
}
header .logo-inner {
  padding: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  align-self: flex-end;
}
header .logo-inner a {
  display: block;
}
header .inner {
  position: relative;
}
header nav {
  grid-area: topright;
}

.logo {
  position: relative;
}

#main #page_nav_wrapper p.link_parent {
  position: relative;
  text-transform: uppercase;
  font-size: 1.7rem;
}
#main #page_nav_wrapper p.link_parent a {
  color: #898989;
  display: block;
  text-align: center;
  padding-left: 7px;
}
#main #page_nav_wrapper p.link_parent a:hover {
  color: #b52e28;
}
#main #page_nav_wrapper p.link_parent a:before {
  content: "‹";
  position: absolute;
  top: -5.5rem;
  left: calc(50% + 5px);
  right: 50%;
  margin-right: auto;
  margin-left: auto;
  rotate: 90deg;
  font-size: 7rem;
}

#main #page_nav_wrapper nav ul {
  display: block;
  max-width: 15rem;
  margin: 0 auto;
}
#main #page_nav_wrapper nav ul li {
  display: inline;
  position: relative;
  line-height: 0;
  font-size: 7rem;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 30px;
  /*&:after{
                    position: absolute;
                    font-size: 4rem;
                    top: 0;
                    line-height: .5;
                    color: $color-haus;
                }

                &.prev:after{
                    content: '‹';
                    left: 0;
                }

                &.next:after{
                    content: '›';
                    right: 0;
                }*/
}
#main #page_nav_wrapper nav ul li.prev {
  float: right;
}
#main #page_nav_wrapper nav ul li.next {
  float: left;
}
#main #page_nav_wrapper nav ul li a {
  color: #3a3a39;
}
#main #page_nav_wrapper nav ul li a:hover {
  color: #b52e28;
}

footer {
  padding: 2% 0;
}
footer section {
  display: flex;
  justify-content: space-between;
}
footer section p:first-child span {
  padding-right: 10px;
}
footer section p a {
  margin-left: 6rem;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #898989;
}
footer section p a:first-child {
  padding-left: 0;
}
footer section p a:hover {
  border-bottom: 2px solid #b52e28;
  text-decoration: none;
}

p,
ul li {
  font-size: 1.7rem;
}

ul[class*="uk-width"] {
  padding-left: 20px;
  list-style: none;
}
@media only screen and (max-width: 40em) {
  ul[class*="uk-width"] {
    display: none;
  }
}
.totop {
  display: block;
  text-align: center;
}
.totop svg {
  width: 5rem;
  height: 5rem;
  color: #dfdfdf;
}
.totop svg:hover {
  color: #b52e28;
}

nav.sitemap ul ul {
  margin-left: 3rem;
}

nav.sitemap li.has_children {
  margin: 2rem 0;
}

main.home {
  position: relative;
}
main.home > :after {
  content: "";
  background-color: #b1b2b3;
  height: 40rem;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
main.home > .uk-container {
  max-width: 1900px;
  padding-right: 0;
  padding-left: 0;
}

.text_bottom {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 3%;
  /*@include respond(desktop) {
    padding: 0 4rem;
  }

  @include respond(ipad) {
    padding: 0 2rem;
  }*/
}
.text_bottom p {
  font-size: 3rem;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 4rem;
}
