@charset "UTF-8";
/* CSS Document */
/* ################ Einbindung Google Webfonts ################### */
@font-face {
  font-family: 'Righteous';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/righteous-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/righteous-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/righteous-v13-latin-regular.woff2") format("woff2"), url("../fonts/righteous-v13-latin-regular.woff") format("woff"), url("../fonts/righteous-v13-latin-regular.ttf") format("truetype"), url("../fonts/righteous-v13-latin-regular.svg#Righteous") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rubik-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v21-latin-regular.woff2") format("woff2"), url("../fonts/rubik-v21-latin-regular.woff") format("woff"), url("../fonts/rubik-v21-latin-regular.ttf") format("truetype"), url("../fonts/rubik-v21-latin-regular.svg#Rubik") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/rubik-v21-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v21-latin-600.woff2") format("woff2"), url("../fonts/rubik-v21-latin-600.woff") format("woff"), url("../fonts/rubik-v21-latin-600.ttf") format("truetype"), url("../fonts/rubik-v21-latin-600.svg#Rubik") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/rubik-v21-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/rubik-v21-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-v21-latin-800.woff2") format("woff2"), url("../fonts/rubik-v21-latin-800.woff") format("woff"), url("../fonts/rubik-v21-latin-800.ttf") format("truetype"), url("../fonts/rubik-v21-latin-800.svg#Rubik") format("svg");
  /* Legacy iOS */
}

/* diese Variablen kann man nur in SCSS verwenden! - Farben sind nur Beispiel, statt Farbangaben dann den Variablennamen benutzen - Beispiel: color: $col_bordeaux; */
/* ################ Media Queries ################### */
/* diese Variablen kann man nur in SCSS verwenden! Mediaqueries immer in em oder px angeben - nie in rem!!! */
/*456px*/
/*564px*/
/*760px*/
/*1016px*/
/*1272px*/
/*1432px*/
/*1800px*/
/* ################ Allgemeines ################### */
html, body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-size: 16px;
  /* Root-Größe, auf der sich alle anderen Größenangaben, die in rem angegeben werden (also auch margin, Padding etc., beziehen: 1rem = 16px */
  /*Durch folgende Mediaqueries ändern sich Schriftgrößen und Abstände - sofern in rem angegeben automatisch bei den verschiedenen Displaygrößen, damit spart man sehr viel Schreibarbeit und Code*/
  /*@media screen and (min-width: $media-s){
        font-size: 17px;
    }*/
}

@media screen and (min-width: 47.5em) {
  html, body {
    font-size: 17px;
  }
}

@media screen and (min-width: 63.5em) {
  html, body {
    font-size: 18px;
  }
}

@media screen and (min-width: 79.5em) {
  html, body {
    font-size: 20px;
  }
}

@media screen and (min-width: 89.5em) {
  html, body {
    font-size: 22px;
  }
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*Schriften, Schriftgröße, Abstände, Schriftfarben */
body {
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  /* Achtung! Hier kommt die Schrift für den Fließtext rein, also die, die am meisten verwendet wird!*/
  font-style: normal;
  font-weight: 400;
  /* Font-Weight für Fließtext - Entwurfabhängig!*/
  color: #414A51;
  /* Grundschriftfarbe */
  text-align: center;
  /*zentriert den wrap außen, wird vererbt! ggf. mit text-align: left zurücksetzen!*/
  margin-right: auto;
  /*für Zentrierung */
  margin-left: auto;
  position: relative;
  background-color: #ffffff;
  overflow-x: hidden;
  /* bei hidden liegt die Scrollleiste obendrüber*/
}

/*Schriften*/
h1, h2, h4, nav {
  font-family: "Righteous";
  text-transform: uppercase;
  color: #991818;
}

h3 {
  color: #414A51;
}

/*Abstände*/
.abstand-mini {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 760px) {
  .abstand-mini {
    padding-bottom: 2rem;
  }
}

.abstand-kl {
  padding-bottom: 1.5rem;
}

@media only screen and (min-width: 760px) {
  .abstand-kl {
    padding-bottom: 2.5rem;
  }
}

.abstand {
  padding-bottom: 6.5rem;
}

@media only screen and (min-width: 1270px) {
  .abstand {
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 1700px) {
  .abstand {
    padding-bottom: 10rem;
  }
}

@media only screen and (min-width: 1900px) {
  .abstand {
    padding-bottom: 12rem;
  }
}

.r {
  padding-right: 1rem;
}

@media only screen and (min-width: 700px) {
  .r {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 1000px) {
  .r {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 1400px) {
  .r {
    padding-right: 7rem;
  }
}

@media only screen and (min-width: 1600px) {
  .r {
    padding-right: 11rem;
  }
}

.l {
  padding-left: 1rem;
}

@media only screen and (min-width: 700px) {
  .l {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1000px) {
  .l {
    padding-left: 4rem;
  }
}

@media only screen and (min-width: 1400px) {
  .l {
    padding-left: 7rem;
  }
}

@media only screen and (min-width: 1600px) {
  .l {
    padding-left: 11rem;
  }
}

.t {
  padding-top: 2.5rem;
}

@media only screen and (min-width: 900px) {
  .t {
    padding-top: 3.5rem;
  }
}

.b {
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 900px) {
  .b {
    padding-bottom: 3.5rem;
  }
}

/*rote Linie*/
.red-line {
  background-color: #991818;
  height: .5rem;
}

/*Bilder*/
figure {
  width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/*Hover*/
.hover:before, .hover:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.hover:before {
  left: 0;
  bottom: .5rem;
  width: 100%;
  height: 2px;
  background: #991818;
  transform: scaleX(0);
}

.hover:hover:before {
  transform: scaleX(1);
}

/*Navigation Desktop*/
nav {
  background-color: rgba(176, 171, 166, 0.6);
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
}

nav ul {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

@media only screen and (max-width: 799px) {
  nav ul {
    display: none;
  }
}

@media only screen and (max-width: 799px) {
  nav ul.offen-items {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 17;
    align-items: flex-start;
    justify-content: space-around;
    height: 80vh;
    padding-left: 3rem;
    font-size: 1.5rem;
    margin-top: 20%;
  }
}

nav ul li {
  list-style-type: none;
}

nav ul li a {
  color: white;
  text-decoration: none;
  padding: 1rem;
  display: inline-block;
  position: relative;
}

nav ul li a:before, nav ul li a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

nav ul li a:before {
  left: 0;
  bottom: .5rem;
  width: 100%;
  height: 5px;
  background: #991818;
  transform: scaleX(0);
}

nav ul li a:hover:before {
  transform: scaleX(1);
}

nav ul li a.active {
  color: #991818;
  text-decoration: underline;
}

@media only screen and (max-width: 799px) {
  nav .burger {
    position: absolute;
    padding: 1rem 0 0 1rem;
    background-color: #414A51;
    border-bottom-right-radius: 100%;
    transition: .2s ease;
    width: 7rem;
    height: 7rem;
  }
  nav .burger .burger-strich {
    background-color: white;
    width: 2.5rem;
    height: .5rem;
    transition: .2s ease;
    cursor: pointer;
    margin-bottom: .4rem;
    display: flex;
  }
  nav .burger.offen {
    width: 100vw;
    height: 100vh;
    border-bottom-right-radius: 0;
    transition: .2s ease;
  }
  nav .burger.offen .burger-strich {
    transition: transform .2s ease;
  }
  nav .burger.offen .burger-strich:first-child {
    width: 27px;
    transform: rotate(-45deg) translateX(-5px);
    position: relative;
    top: 3px;
  }
  nav .burger.offen .burger-strich:nth-child(2) {
    transform: rotate(180deg);
  }
  nav .burger.offen .burger-strich:last-child {
    width: 27px;
    transform: rotate(45deg) translateX(-5px);
    position: relative;
    top: -3px;
  }
}

header {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 46.08%;
}

header.ubermich {
  background-image: url("../img/Header2-Sitta-Werkzeugservice-Singen.png");
}

header.dienstleistungen {
  background-image: url("../img/Header6-Sitta-Werkzeugservice-Singen.png");
}

header.annahmestellen {
  background-image: url("../img/Header4-Sitta-Werkzeugservice-Singen.png");
}

header.kontakt {
  background-image: url("../img/Header5-Sitta-Werkzeugservice-Singen.png");
}

header .header-wrap {
  position: absolute;
  top: 17%;
}

header .header-wrap figure {
  width: 30%;
  margin-left: auto;
  margin-right: 0;
}

header .header-wrap h1 {
  color: white;
  font-size: 1.3rem;
  text-align: right;
  margin: 0;
  font-weight: 400;
}

@media only screen and (min-width: 500px) {
  header .header-wrap h1 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 700px) {
  header .header-wrap h1 {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 1440px) {
  header .header-wrap h1 {
    font-size: 2.7rem;
  }
}

/*################ ALLGEMEIN WIEDERHOLENDES ############*/
@media only screen and (min-width: 900px) {
  .mitSpan {
    font-size: 2rem;
  }
}

.mitSpan span {
  width: 2.8rem;
  height: 3px;
  background-color: #414A51;
  display: inline-block;
  margin-bottom: .4rem;
  margin-right: .3rem;
}

.mitSpan span:last-child {
  margin-left: .3rem;
}

@media only screen and (min-width: 900px) {
  .mitSpan span {
    width: 4.5rem;
  }
}

@media only screen and (min-width: 1100px) {
  .mitSpan span {
    width: 6.4rem;
  }
}

@media only screen and (min-width: 1550px) {
  .mitSpan span {
    width: 8.3rem;
  }
}

@media only screen and (min-width: 900px) {
  .textBildKasten {
    padding-right: 0;
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 900px) {
  .textBildKasten .welcome-text {
    width: 50%;
  }
}

@media only screen and (min-width: 700px) {
  .textBildKasten .welcome-text .oeffnungszeiten-wrap ul {
    padding-bottom: 3rem;
  }
}

@media only screen and (min-width: 900px) {
  .textBildKasten .welcome-text .oeffnungszeiten-wrap ul {
    padding-bottom: 5rem;
  }
}

@media only screen and (min-width: 1270px) {
  .textBildKasten .welcome-text .oeffnungszeiten-wrap ul {
    padding-bottom: 9rem;
  }
}

@media only screen and (min-width: 1700px) {
  .textBildKasten .welcome-text .oeffnungszeiten-wrap ul {
    padding-bottom: 12rem;
  }
}

@media only screen and (min-width: 1900px) {
  .textBildKasten .welcome-text .oeffnungszeiten-wrap ul {
    padding-bottom: 14rem;
  }
}

.textBildKasten .welcome-text .oeffnungszeiten-wrap ul li {
  list-style-type: none;
}

.textBildKasten .welcome-text .oeffnungszeiten-wrap ul li span {
  display: inline-block;
  width: 24rem;
}

@media only screen and (min-width: 480px) {
  .textBildKasten .welcome-text .oeffnungszeiten-wrap ul li span {
    width: 5rem;
  }
}

.welcome-bilder {
  position: relative;
  margin-bottom: 6.5rem;
}

@media only screen and (min-width: 500px) {
  .welcome-bilder {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 700px) {
  .welcome-bilder {
    width: 60%;
  }
}

@media only screen and (min-width: 900px) {
  .welcome-bilder {
    width: 40%;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    height: fit-content;
  }
}

.welcome-bilder .kasten {
  border: 3px solid #991818;
  height: 90%;
  width: 70%;
  position: absolute;
  inset: -.8rem 0 0 .2rem;
  z-index: 0;
}

@media only screen and (min-width: 900px) {
  .welcome-bilder .kasten {
    height: 80%;
    width: 90%;
    inset: -.8rem 0 0 -.8rem;
  }
}

.welcome-bilder figure {
  z-index: 0;
  position: relative;
}

.welcome-bilder h4 {
  font-size: 2.5rem;
  font-weight: 400;
  bottom: -1.5rem;
  position: absolute;
  color: rgba(65, 74, 81, 0.75);
}

@media only screen and (min-width: 500px) {
  .welcome-bilder h4 {
    font-size: 4rem;
    bottom: -3.5rem;
    left: -2rem;
  }
}

@media only screen and (min-width: 900px) {
  .welcome-bilder h4 {
    font-size: 3.5rem;
    bottom: -2.5rem;
    left: -4rem;
  }
}

@media only screen and (min-width: 1700px) {
  .welcome-bilder h4 {
    font-size: 4rem;
    padding-bottom: -4rem;
  }
}

.unterstrich {
  width: 50%;
  height: .3rem;
  background-color: #414A51;
  margin-bottom: 1.5rem;
}

.leistungen-hintergr {
  position: absolute;
  bottom: -10rem;
  left: -5rem;
  z-index: 0;
}

@media only screen and (min-width: 450px) {
  .leistungen-hintergr {
    bottom: -13rem;
  }
}

@media only screen and (min-width: 600px) {
  .leistungen-hintergr {
    width: 50%;
    bottom: -8rem;
  }
}

@media only screen and (min-width: 800px) {
  .leistungen-hintergr {
    width: 50%;
    bottom: -11rem;
  }
}

@media only screen and (min-width: 800px) {
  .leistungen-hintergr {
    width: 35%;
  }
}

/*#################### STARTSEITE ################*/
main .welcome {
  padding-top: 5rem;
  text-align: start;
}

@media only screen and (min-width: 450px) {
  main .welcome {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 900px) {
  main .index-bild {
    margin-top: 5rem;
  }
}

main .leistungen {
  background-color: #b0aba6;
  position: relative;
}

main .leistungen h2 {
  padding-bottom: .5rem;
}

main .leistungen .wrap-text-leistungen {
  color: white;
}

@media only screen and (min-width: 600px) {
  main .leistungen .flex-boxen {
    display: flex;
    justify-content: space-between;
  }
}

main .leistungen .flex-boxen .boxen {
  border: 5px solid #414A51;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 450px) {
  main .leistungen .flex-boxen .boxen {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 600px) {
  main .leistungen .flex-boxen .boxen {
    width: 40%;
  }
}

@media only screen and (min-width: 1270px) {
  main .leistungen .flex-boxen .boxen {
    width: 30%;
  }
}

main .leistungen .flex-boxen .boxen .verlinkung {
  background-color: rgba(65, 74, 81, 0.75);
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

main .leistungen .flex-boxen .boxen .verlinkung:hover {
  padding-bottom: 1rem;
}

main .leistungen .flex-boxen .boxen .verlinkung:hover img {
  display: inline-block;
}

main .leistungen .flex-boxen .boxen .verlinkung:hover a {
  display: inline-block;
}

main .leistungen .flex-boxen .boxen .verlinkung h3 {
  font-weight: 400;
  color: white;
  padding: 1rem 0;
}

main .leistungen .flex-boxen .boxen .verlinkung a {
  display: none;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  display: none;
  cursor: pointer;
}

main .leistungen .flex-boxen .boxen .verlinkung a img {
  width: 20%;
  margin-right: 1rem;
}

main .leistungen .flex-boxen .box-leistungen {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 600px) {
  main .leistungen .flex-boxen .box-leistungen {
    margin-bottom: 0;
  }
}

/*################# Über mich ####################*/
header.ubermich {
  padding-top: 40%;
}

.sitta {
  background-color: #b0aba6;
  color: white;
  margin-bottom: 6.5rem;
}

@media only screen and (min-width: 700px) {
  .sitta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 1270px) {
  .sitta {
    margin-bottom: 8rem;
  }
}

@media only screen and (min-width: 1700px) {
  .sitta {
    margin-bottom: 10rem;
  }
}

@media only screen and (min-width: 1900px) {
  .sitta {
    margin-bottom: 12rem;
  }
}

@media only screen and (min-width: 700px) {
  .sitta .sitta-text {
    width: 50%;
    padding-bottom: 0;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1100px) {
  .sitta .sitta-text {
    width: 60%;
  }
}

.sitta .sitta-text h2 span {
  background-color: white;
}

.sitta .sitta-text h3 {
  padding-bottom: 1.5rem;
  text-transform: none;
  color: white;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.sitta .sitta-text figure {
  width: 50%;
}

@media only screen and (min-width: 700px) {
  .sitta figure {
    width: 45%;
  }
}

@media only screen and (min-width: 1100px) {
  .sitta figure {
    width: 35%;
  }
}

@media only screen and (min-width: 1500px) {
  .sitta figure {
    width: 28%;
  }
}

/*####################### DIENSTLEISTUNGEN ###############*/
.dienst-einleitung {
  padding-bottom: 4rem;
}

.dienst-einleitung .wrap-dienst-border {
  border-left: 0.3rem solid #414A51;
  padding-left: 1rem;
  position: relative;
}

@media only screen and (min-width: 1000px) {
  .dienst-einleitung .wrap-dienst-border {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1100px) {
  .dienst-einleitung .wrap-dienst-border {
    padding-left: 2rem;
  }
}

.dienst-einleitung .wrap-dienst-border::before {
  content: "";
  background-color: #414A51;
  height: .3rem;
  width: 50%;
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 1100px) {
  .dienst-einleitung .wrap-dienst-border::before {
    left: -.1rem;
  }
}

.dienst-einleitung .wrap-dienst-border p {
  padding-top: 1rem;
}

@media only screen and (min-width: 1000px) {
  .dienst-einleitung .wrap-dienst-border p {
    width: 48%;
  }
}

@media only screen and (min-width: 1100px) {
  .dienst-einleitung .wrap-dienst-border p {
    padding-top: 2rem;
  }
}

@media only screen and (min-width: 1000px) {
  .dienst-einleitung .wrap-dienst-border .wrap-dienst-text {
    width: 48%;
  }
  .dienst-einleitung .wrap-dienst-border .wrap-dienst-text p {
    width: 100%;
  }
}

.dienstleistungen {
  background-color: #b0aba6;
  position: relative;
}

.dienstleistungen .tab {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 370px) {
  .dienstleistungen .tab {
    width: 80%;
  }
}

@media only screen and (min-width: 550px) {
  .dienstleistungen .tab {
    width: 100%;
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 900px) {
  .dienstleistungen .tab {
    grid-template-columns: 30% 30% 30%;
  }
}

.dienstleistungen .tab button:first-child {
  background-color: inherit;
  border: 2px solid white;
  cursor: pointer;
  padding: 1rem;
  transition: 0.3s;
  display: block;
  font-family: "Righteous";
  text-transform: uppercase;
  height: 6rem;
  margin: 0 auto;
  margin-bottom: .5rem;
  text-align: start;
  width: 100%;
}

.dienstleistungen .tab button:first-child:hover, .dienstleistungen .tab button:first-child.active {
  background: url("../img/Werkzeuge.png");
  background-size: cover;
  height: 6rem;
  color: white;
}

.dienstleistungen .tab button:first-child:hover .unterstrich, .dienstleistungen .tab button:first-child.active .unterstrich {
  background-color: white;
  margin-bottom: .8rem;
}

.dienstleistungen .tab button:first-child:hover::after {
  content: "mehr Infos";
  border: 1px solid white;
  padding: .2rem;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-transform: none !important;
}

.dienstleistungen .tab button:first-child .unterstrich {
  background-color: #991818;
  margin: 0;
  margin-top: .3rem;
}

.dienstleistungen .tab .tabcontent {
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  border-top: none;
}

.dienstleistungen .tab .tabcontent.show {
  margin: 1rem 0;
  border: 2px solid white;
}

@media only screen and (min-width: 550px) {
  .dienstleistungen .tab .tabcontent.show {
    width: calc(100% * 2.22);
  }
}

@media only screen and (min-width: 900px) {
  .dienstleistungen .tab .tabcontent.show {
    width: calc(100% * 3.33);
  }
}

.dienstleistungen .tab .tabcontent.show p:last-child {
  font-family: "Righteous";
  text-transform: uppercase;
  font-size: 2rem;
  opacity: .6;
}

@media only screen and (min-width: 550px) {
  .dienstleistungen .tab .tabcontent.show p:last-child {
    text-align: end;
  }
}

@media only screen and (min-width: 550px) {
  .dienstleistungen .tab .tabcontent .wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media only screen and (min-width: 550px) {
  .dienstleistungen .tab .tabcontent .wrap-content p {
    width: 60%;
  }
}

.dienstleistungen .tab .tabcontent .wrap-content figure {
  padding: 1rem;
}

@media only screen and (min-width: 550px) {
  .dienstleistungen .tab .tabcontent .wrap-content figure {
    width: 40%;
  }
}

@media only screen and (min-width: 900px) {
  .dienstleistungen .tab .tabcontent .wrap-content #carouselExample, .dienstleistungen .tab .tabcontent .wrap-content #carouselExamplee {
    width: 40%;
  }
}

.dienstleistungen .tab .tabcontent .wrap-content ul {
  margin: 0 auto;
}

@media only screen and (max-width: 550px) {
  .dienstleistungen .tab .tabcontent .wrap-content ul {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 550px) {
  .dienstleistungen .tab .twoGether:nth-child(even) .show {
    margin-left: calc(-100% * 1.22);
  }
}

@media only screen and (min-width: 900px) {
  .dienstleistungen .tab .twoGether:nth-child(1) .show, .dienstleistungen .tab .twoGether:nth-child(4) .show {
    margin-left: 0;
  }
  .dienstleistungen .tab .twoGether:nth-child(2) .show, .dienstleistungen .tab .twoGether:nth-child(5) .show {
    margin-left: calc(-100% * 1.167);
  }
  .dienstleistungen .tab .twoGether:nth-child(3) .show {
    margin-left: calc(-100% * 2.335);
  }
  .dienstleistungen .tab .twoGether:nth-child(6) .show {
    margin-left: calc(-100% * 2.335);
  }
}

.dienstleistungen .tab .twoGether .tablinks {
  color: black;
}

.dienstleistungen .tab .twoGether .tablinks:hover {
  color: white;
}

.dienstleistungen .leistungen-hintergr {
  bottom: -3rem;
  left: -1rem;
  width: 40%;
}

@media only screen and (min-width: 450px) {
  .dienstleistungen .leistungen-hintergr {
    bottom: -6rem;
  }
}

@media only screen and (min-width: 600px) {
  .dienstleistungen .leistungen-hintergr {
    width: 30%;
  }
}

@media only screen and (min-width: 900px) {
  .dienstleistungen .leistungen-hintergr {
    width: 20%;
  }
}

/*#################### Annahmestellen #################*/
.textBildKasten.Annahme {
  align-items: flex-end;
  padding-bottom: 3rem;
}

.textBildKasten.Annahme:nth-child(odd) {
  flex-direction: row-reverse;
}

@media only screen and (min-width: 900px) {
  .textBildKasten.Annahme {
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 1000px) {
  .textBildKasten.Annahme {
    padding-right: 4rem;
  }
}

@media only screen and (min-width: 1400px) {
  .textBildKasten.Annahme {
    padding-right: 7rem;
  }
}

@media only screen and (min-width: 1700px) {
  .textBildKasten.Annahme {
    padding-right: 10rem;
  }
}

@media only screen and (min-width: 900px) {
  .textBildKasten.Annahme .welcome-text {
    border-bottom: #414A51 3px solid;
  }
}

.textBildKasten.Annahme .welcome-text .mitSpan span {
  width: 1.1rem;
}

@media only screen and (min-width: 900px) {
  .textBildKasten.Annahme .welcome-text .mitSpan span {
    width: 2.2rem;
  }
}

.textBildKasten.Annahme .welcome-bilder {
  padding-top: 3rem;
}

.textBildKasten.Annahme .welcome-bilder .kasten {
  height: 70%;
  top: 2.2rem;
}

/*################### KONTAKT ################*/
.kontaktseite {
  padding-bottom: 6.5rem !important;
}

@media only screen and (min-width: 1270px) {
  .kontaktseite {
    padding-bottom: 9rem !important;
  }
}

@media only screen and (min-width: 1700px) {
  .kontaktseite {
    padding-bottom: 12rem !important;
  }
}

@media only screen and (min-width: 1900px) {
  .kontaktseite {
    padding-bottom: 14rem !important;
  }
}

.kontaktseite h4 {
  padding-bottom: .5rem;
}

.kontaktseite, .kontaktseite a {
  color: #414A51 !important;
}

iframe {
  height: 30rem;
}

.wrap-karte {
  width: 100%;
  height: 50vw;
}

.wrap-karte figure, .wrap-karte div {
  width: 100%;
  height: 100%;
}

/*########## FOOTER ##########*/
@media only screen and (min-width: 800px) {
  .footer-wrap-kontakt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: white;
  }
}

@media only screen and (min-width: 500px) {
  .footer-wrap-kontakt figure {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 800px) {
  .footer-wrap-kontakt figure {
    width: 25%;
    margin: 0;
  }
}

@media only screen and (min-width: 1100px) {
  .footer-wrap-kontakt figure {
    width: 17%;
  }
}

@media only screen and (min-width: 800px) {
  .footer-wrap-kontakt .anschrift {
    padding: 0;
  }
}

.footer-wrap-kontakt .anschrift address {
  font-style: normal;
}

.footer-wrap-kontakt .kontaktdaten a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-right: auto;
  position: relative;
}

.footer-wrap-kontakt .kontaktdaten a:before, .footer-wrap-kontakt .kontaktdaten a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

.footer-wrap-kontakt .kontaktdaten a:before {
  left: 0;
  bottom: -.3rem;
  width: 100%;
  height: 2px;
  background: #991818;
  transform: scaleX(0);
}

.footer-wrap-kontakt .kontaktdaten a:hover:before {
  transform: scaleX(1);
}

.footer-wrap-kontakt .kontaktdaten a:first-of-type {
  background-image: url("../img/Sitta-Werkzeugservice-Tel.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2rem;
  margin-bottom: .4rem;
}

.footer-wrap-kontakt .kontaktdaten a:last-of-type {
  background-image: url("../img/Sitta-Werkzeugservice-Mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2rem;
}

@media only screen and (min-width: 800px) {
  .footer-wrap-kontakt .footer-oeffnungszeiten {
    padding-bottom: 0;
  }
}

.footer-wrap-kontakt .footer-oeffnungszeiten li {
  list-style-type: none;
}

.footer-wrap-kontakt .footer-oeffnungszeiten li span {
  display: inline-block;
  width: 5rem;
}

footer {
  padding-top: 5rem;
  text-align: start;
}

@media only screen and (min-width: 450px) {
  footer {
    padding-top: 6rem;
  }
}

footer figure {
  margin: 0;
}

footer .footer-wrap-kontakt, footer .footer-wrap-annahmestellen, footer .copyright-imp-dat {
  background-color: #b0aba6;
  color: white;
}

footer h4 {
  padding-bottom: .5rem;
}

footer .footer-wrap-annahmestellen .footer-wrap-pfeil {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: .8rem;
}

footer .footer-wrap-annahmestellen .footer-wrap-pfeil h4 {
  padding-right: .8rem;
  padding-bottom: 0;
}

footer .footer-wrap-annahmestellen .footer-wrap-pfeil img {
  width: 17%;
}

@media only screen and (min-width: 600px) {
  footer .footer-wrap-annahmestellen .footer-wrap-pfeil img {
    width: 8%;
  }
}

footer .footer-wrap-annahmestellen .footer-wrap-pfeil a {
  display: inline-block;
  padding-left: 1rem;
  text-transform: uppercase;
  font-family: "Righteous";
  font-weight: normal;
  font-size: .8rem;
  color: #991818;
  text-decoration: none;
  position: relative;
}

footer .footer-wrap-annahmestellen .footer-wrap-pfeil a:before, footer .footer-wrap-annahmestellen .footer-wrap-pfeil a:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}

footer .footer-wrap-annahmestellen .footer-wrap-pfeil a:before {
  left: 0;
  bottom: -.3rem;
  width: 100%;
  height: 2px;
  background: #414A51;
  transform: scaleX(0);
}

footer .footer-wrap-annahmestellen .footer-wrap-pfeil a:hover:before {
  transform: scaleX(1);
}

footer .footer-wrap-annahmestellen .flex-annahmestellen {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 2rem;
}

footer .footer-wrap-annahmestellen .flex-annahmestellen address {
  font-style: normal;
}

@media only screen and (max-width: 500px) {
  footer .footer-wrap-annahmestellen .flex-annahmestellen address {
    padding-right: .5rem;
  }
}

footer .copyright-imp-dat {
  text-align: center;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 800px) {
  footer .copyright-imp-dat {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}

footer .copyright-imp-dat a {
  color: white;
  text-decoration: none;
}

.datenschutz, .impressum {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  text-align: start;
}

.datenschutz figure, .impressum figure {
  width: 50%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 1100px) {
  .datenschutz figure, .impressum figure {
    width: 30%;
  }
}

.datenschutz figure img, .impressum figure img {
  width: 100%;
  height: auto;
}

.datenschutz h1, .impressum h1 {
  padding-bottom: 1.5rem;
}

.datenschutz h2, .impressum h2 {
  padding: 1.5rem 0 1rem;
  color: #991818;
}

.datenschutz h3, .impressum h3 {
  padding: 1.3rem 0 .7rem;
}

.datenschutz footer, .impressum footer {
  margin-top: 3rem;
}
