@import "../fonts/font.css";
@import "slidebars.min.css" screen and (min-width: 320px) and (max-width: 4096px);

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
#sb-site {
  min-height: auto !important;
}
body {
  background-color: #fff;
  color: #000;
  font-family: 'Heebo';
  font-weight: 300;  
  font-size:1.125rem;
  margin: 1%;
  width: fit-content;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .cc-floating.cc-window .cc-compliance {
  flex: none !important;
  font-family: 'Heebo';
}
body .cc-window .cc-message {
  font-family: 'Heebo';
}
.wrap {
  margin: 0 auto;
  max-width: 1400px;
  overflow: hidden;
}
a {
  color: #000;
}
span.download {
  background: url(../bilder/download.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 0 0 0 35px;
  display: inline-block;
  line-height: 1.8;
}
span.download a {
  font-weight: 600;
}
span.link {
  background: url(../bilder/link.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 0 0 0 23px;
  display: inline-block;
}
span.check {
  background: url(../bilder/check.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 0 25px;
  display: inline-block;
}
span.stern {
  background: url(../bilder/stern.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding: 0 0 0 25px;
  display: inline-block;
}
span.google-maps a {
  background: url(../bilder/google-maps.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100px;
  padding-top: 100px;
  display: inline-block;
}
p.align-center {
  text-align: center;
}
p.align-right {
  text-align: right;
}
p.align-justify {
  text-align: justify;
}
header .ce-headline-center {
  text-align: center;
}
header {
  margin-bottom: 30px;
}
h1 {
  font-size:1.625rem;
  margin: 0;
}
h1 + h2 {
  font-size: 1.125rem;
  font-weight: 300;
}
h2 + h3 {
  font-size: 1.125rem;
  font-weight: 300;
}
h2 {
  font-size:1.625rem;
  margin: 0;
}
h3, h4 {
  font-size: 1.125rem;
  margin: 0;
}
img, embed, object {
  display: block;
  max-width: 100%;
  height: auto;
}
figure img {
  width: 100%;
}
video {
  max-width: 100%;
  width: inherit;
  height: auto;
}
figcaption.image-caption, p.news-img-caption {
  font-size: 0.875rem;
  text-align: left;
}
.iframe-container iframe {
  width: 100%;
}

/********************************************************************/

.ce-gallery.ce-border figure {
  border: 1px solid;
}
.ce-gallery, .ce-gallery .ce-media {
  overflow: hidden;
}
.ce-gallery .ce-column {
  float: left;
}
.ce-gallery[data-ce-columns="1"] .ce-column {
  margin: 0 0 10px;
}
.ce-gallery[data-ce-columns="1"] .ce-column:last-child {
  margin: 0;
}
.ce-gallery[data-ce-columns="1"][data-ce-images="1"] .ce-column img {
  width: inherit;
  max-width: 100%;
}
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: 49%;
  margin: 0 2% 2% 0;
}
.ce-gallery[data-ce-columns="2"] .ce-column:nth-child(2n+2) {
  margin-right: 0;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: 32%;
  margin: 0 2% 2% 0;
}
.ce-gallery[data-ce-columns="3"] .ce-column:nth-child(3n+3) {
  margin-right: 0;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.ce-gallery[data-ce-columns="4"] .ce-column:nth-child(4n+4) {
  margin-right: 0;
}
.ce-gallery[data-ce-columns="5"] .ce-column {
  width: 18.4%;
  margin: 0 2% 2% 0;
}
.ce-gallery[data-ce-columns="5"] .ce-column:nth-child(5n+5) {
  margin-right: 0;
}
.ce-gallery[data-ce-columns="6"] .ce-column {
  width: 15%;
  margin: 0 2% 2% 0;
}
.ce-gallery[data-ce-columns="6"] .ce-column:nth-child(6n+6) {
  margin-right: 0;
}
.ce-gallery[data-ce-columns="7"] .ce-column {
  width: 12.57%;
  margin: 0 2% 2% 0;
}
.ce-gallery[data-ce-columns="7"] .ce-column:nth-child(7n+7) {
  margin-right: 0;
}
.ce-gallery[data-ce-columns="8"] .ce-column {
  width: 10.75%;
  margin: 0 2% 2% 0;
}
.ce-gallery[data-ce-columns="8"] .ce-column:nth-child(8n+8) {
  margin-right: 0;
}

/****************************************/

.ce-left.ce-intext .ce-gallery {
  float: left;
  margin: 0 1% 1% 0;
}
.ce-right.ce-intext .ce-gallery {
  float: right;
  margin: 0 0 1% 1%;
}
.ce-textpic.ce-left.ce-below .ce-gallery[data-ce-columns="1"][data-ce-images="1"] {
  margin-top: 30px;
}
.ce-textpic.ce-left.ce-below .ce-gallery {
  margin-top: 30px;
}

/****************************************/

.ce-image.ce-center {
  text-align: center;
}
.ce-image.ce-left {
  text-align: left;
}
.ce-image.ce-right {
  text-align: right;
}

/****************************************/

table {
  width: 100%;
}
table img {
  display: inline;
  width: inherit;
  max-width: 100%;
}
table p {
  margin: 0;
}
table th {
  text-align: left;
  border: 1px solid #000;
  padding: 10px;
}
table td {
  border: 1px solid #000;
  padding: 10px;
}

/**********************************Topnews**********************************************/

#mask {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
}
#my-welcome-message {
  display: none;
  z-index: 99999;
  max-width: 500px;
  min-width: 280px;
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  font-size: 1rem;
  color: #000;
  background: #eee5b2;
}
#my-welcome-message a {
  color: #000;
}
#my-welcome-message h1 {
  font-size:1.3125rem;
  margin: 0 0 15px;
}
#my-welcome-message p {
  line-height: 1.4;
}
#my-welcome-message #close.link {
  width: 100%;
  display: block;
  margin: 20px 0 0;
  background-color: #000;
  font-weight: 600;
}
#my-welcome-message #close.link a {
  color: #eee5b2;
  text-align: center;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}
#my-welcome-message a#close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #000 !important;
  cursor: pointer;
  font-weight: 600;
}

/******************************Header**********************************************/

#header {
  background-color: #eee5b2;
  position: relative;
  padding: 40px;
  margin-bottom: 1%;
}
#header .logo {
  margin: 0 auto;
  max-width: 650px;
}
#header nav#main {
  max-width: 80px;
  position: absolute;
  transform: translateY(-50%);
  top: 45%;
  right: 60px;
  cursor: pointer;
  display: block;
  z-index: 9999;
  animation: button 2s ease 0s 1 normal forwards;
}
@keyframes button {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateX(250px);
  }
  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateX(0);
  }
  55% {
    animation-timing-function: ease-in;
    transform: translateX(68px);
  }
  72% {
    animation-timing-function: ease-out;
    transform: translateX(0);
  }
  81% {
    animation-timing-function: ease-in;
    transform: translateX(32px);
  }
  90% {
    animation-timing-function: ease-out;
    transform: translateX(0);
  }
  95% {
    animation-timing-function: ease-in;
    transform: translateX(8px);
  }
  100% {
    animation-timing-function: ease-out;
    transform: translateX(0);
  }
}

/**********************************Slider**********************************************/

#slider {
  position: relative;
  overflow: hidden;
}

/******************************Main**********************************************/

main {
  padding: 90px 0;
  line-height: 1.5;
  position: relative;
}
.wrap .frame-default {
  margin: 0 0 60px;
  overflow: hidden;
}
.wrap .frame-default:last-child {
  margin: 0;
}

/**********************************Leistungen************************************************/

nav#galerie {
  overflow: hidden;
}
nav#galerie ul {
  margin: 0;
  padding: 0;
  line-height: 0;
}
nav#galerie ul li {
  width: 18%;
  margin: 1%;
  list-style: none;
  display: inline-block;
}
nav#galerie ul li a {
  display: block;
  overflow: hidden;
}
nav#galerie ul li a img {
  width: 100%;
}
nav#galerie ul li a img {
  transition: opacity 1s ease 0s, transform 1s ease 0s, -webkit-transform 1s ease 0s;
}
nav#galerie ul li a img:hover {
  transform: scale3d(1.1, 1.1, 1);
}
nav#galerie ul li h4 {
  font-weight: 300;
  text-align: center;
  background-color: #e88c00;
  padding: 20px 0;
}

/**********************************Beratung************************************************/

#beratung {
  background-color: #eee5b2; 
  overflow: hidden;
  padding: 90px 0;
  text-align: center;
  font-size: 0;
}
#beratung figure.harve {
  vertical-align: middle;
  display: inline-block;
  max-width: 450px;
  margin-right: 30px;
}
#beratung .text {
  padding-left: 30px;
  border-left: 5px solid;
  display: inline-block;
  vertical-align: middle;
}
#beratung .text span {
  font-size: 3.75rem;
}
#beratung .text ul li {
  text-align: left;
  font-size: 1.125rem;
  background: url(../bilder/link.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 0 0 0 23px;
  list-style: none;
  line-height: 1.7;
}
#beratung .text ul li a {
  text-decoration: none;
}
#beratung .text ul li a:hover {
  text-decoration: underline;
}

/**********************************Das erwartet dich************************************************/

#das-erwartet-dich {
  padding: 90px 0;
  text-align: center;
  overflow: hidden;
}
#das-erwartet-dich .col-left .header {
 font-size: 3.75rem;
}
#das-erwartet-dich .col-left ul {
  line-height: 1.7;
  display: inline-block;
}
#das-erwartet-dich .col-left ul li {
  background-image: url(../bilder/musiknote.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-left: 25px;
  list-style: none;
  text-align: left;
}
#das-erwartet-dich .col-right figure.fahne {
  max-width: 530px;
}

/**********************************Männer kommt singen************************************************/

#kommt-singen {
  background-color: #eee5b2;
  padding: 90px 0;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1%;
}
#kommt-singen .header {
  font-size: 3.75rem;
}
#kommt-singen figure.harve {
  max-width: 200px;
  margin: 40px auto;
}
#kommt-singen .subline {
  font-size: 1.5rem;
}

/******************************Footer**********************************************/

footer {
  color: #000;
  line-height: 1.4;
  margin-top: 1%;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer h3 {
  font-size: 1.875rem;
  margin: 0 0 15px;
  font-weight: 300;
}
footer .cols {
  display: flex;
}
footer .cols .col {
  display: flex;
  align-items: center;
  background-color: #eee5b2; 
  float: none;
  padding: 60px 30px;
}
footer .cols .col-main {
  margin: 0 1%;
  text-align: center;
}
footer .cols .col-main span {
  width: 100%;
  font-size: 2.25rem;
}
footer .cols .col-right ul {
  margin: 0;
}
footer .cols .col-right ul li a {
  text-decoration: none;
}
footer .cols .col-right ul li a:hover, footer .cols .col-right ul li a.act {
  text-decoration: underline;
}
footer .cols .col-right {
  position: relative;
}

/**********************************Justified************************************************/

.frame-type-justified h1 {
  padding-left: 10px;
}
#justified a.jg-entry .jg-caption {
  font-size:0.75rem; !important;
  text-align: center;
  opacity: 0.8;
  color: #000;
  padding: 10px;
  background-color: #eee5b2;
}

/**********************************Flip Card************************************************/

.boxesContainer {
  overflow: hidden;
}
.cardBox {
  float: left;
  margin: 0 2% 2% 0;
  perspective: 800px;
  transition: all 0.3s ease 0s;
  width: 49%;
}
.cardBox:nth-child(2n+2) {
  margin-right: 0;
}
.cardBox:hover .card {
  transform: rotateY( 180deg);
}
.card {
  background: #eee5b2;
  cursor: default;
  height: 0;
  padding-bottom: 66%;
  transform-style: preserve-3d;
  transition: transform 0.4s ease 0s;
  width: 100%;
  -webkit-animation: giro 1s 1;
  animation: giro 1s 1;
}
.card .front, .card .back {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: #000;
  display: block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.card .back {
  transform: rotateY( 180deg);
  background-color: #eee5b2;
  font-size: 1.5rem;
}
.card .back span {
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  right: 5%;
  left: 5%;
}
.card .back a {
  color: #000;
  text-decoration: none;
}
.card .back h1 {
  margin: 0 0 30px;
}
@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}
@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

/******************************Accordion**********************************************/

#accordion .accordion {
  margin: 0 0 30px;
}
#accordion .accordion:last-child {
  margin: 0;
}
#accordion .accordion .header {
  cursor: pointer;
  background: url(../bilder/open.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 5px 5px 5px 20px;
  border-bottom: 1px solid;
}
#accordion .accordion.active .header {
  cursor: pointer;
  background: url(../bilder/close.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding: 5px 5px 5px 20px;
  border-bottom: none;
}
#accordion .accordion .header h3 {
  font-size:1.125rem;
  margin: 0;
}
#accordion .accordion .content {
  display: none;
  padding: 0 23px 30px;
}
#accordion .accordion .content > div {
  padding: 10px 0 0;
}
#accordion .accordion .content > div header {
  display: none;
}

/**********************************Tabs************************************************/

ul.tabs {
  padding: 0;
  font-size: 0;
  overflow: hidden;
}
ul.tabs li.tab {
  padding: 0 15px;
  margin: 0 1px 0 0;
  background-color: #000;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
ul.tabs li.tab header, .tab-content header {
  margin: 0;
}
ul.tabs li.tab.active {
  background-color: #eee5b2;
}
ul.tabs li.tab:hover {
  background-color: #eee5b2;
}
ul.tabs li.tab header h1 {
  color: #fff;
  font-size:1.125rem;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
ul.tabs li.tab.active header h1 {
  color: #000;
}
ul.tabs li.tab:hover header h1 {
  color: #000;
}
.tab-content {
  display: none;
  padding: 30px;
  border: 1px solid;
  border-color: #000;
}
.tab-content h1 {
  font-size:1.25rem;
  margin: 0 0 15px;
}

/**********************************Gridelements******************************************/

.cols {
  overflow: hidden;
}
.cols-2 .col-left {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.cols-2 .col-right {
  float: left;
  width: 50%;
  padding-left: 15px;
}
.cols-66-33 .col-left, .cols-33-66 .col-right {
  width: 66.66%;
}
.cols-66-33 .col-right, .cols-33-66 .col-left  {
  width: 33.33%;
}
.cols-3 .col-left, .cols-3 .col-main, .cols-3 .col-right {
  float: left;
  width: 33.33%;
}
.cols-3 .col-left {
  padding: 0 10px 0 0;
}
.cols-3 .col-main {
  padding: 0 5px;
}
.cols-3 .col-right {
  padding: 0 0 0 10px;
}

/******************************Responsive Slider**********************************************/

.rslides {
  position: relative;
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.rslides li {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.rslides li:first-child {
  display: block;
  float: left;
  position: relative;
}
.rslides img {
  border: 0 none;
  float: left;
  height: auto;
  width: 100%;
}
.rslides_tabs {
  margin: 0;
  padding: 0;
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 999;
}
.rslides_tabs li {
  background-color: #fff;
  text-align: center;
  float: left;
  list-style: none;
  margin: 0 3px;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs li:last-child {
  margin-right: 0;
}
.rslides_tabs li a {
  display: block;
  padding: 5px 10px;
  color: #000;
  font-size: 1rem;
  text-decoration: none;
}
.rslides_tabs li.rslides_here {
  background-color: #000;
}
.rslides_tabs li.rslides_here a {
  color: #fff;
}

/**************************************Responsive**********************************************/

@media screen and (max-width: 4096px) {
  .sb-right {
    border-left: 1px solid #000;
    background-color: #fff;
  }
  .sb-right li a {
    border-bottom: 1px solid #000;
  }
  .sb-slidebar {
    margin:0;
    padding: 0;
  }
  .sb-slidebar li a {
    display: block;
    font-size:1.3125rem;
    padding: 10px;
    text-decoration: none;
  }
  .sb-slidebar li ul {
    margin: 0;
    padding: 0;
  }
  .sb-slidebar li ul li a {
    font-size: 1rem;
    text-transform: none;
    padding: 5px 5px 5px 30px;
  }
  .sb-slidebar li ul li a:before {
    content: "-";
    margin-right: 5px;
  }
  .sb-slidebar li ul li ul li a {
    font-size:0.875rem;
    text-transform: none;
    padding: 5px 5px 5px 60px;
  }
}
/******************************************/
@media screen and (max-width: 1600px) {
  #beratung figure.harve {
    max-width: 400px;
  }
  #beratung .text span {
    font-size: 3rem;
  }
}
/******************************************/
@media screen and (max-width: 1480px) {
  .wrap {
    padding: 0 20px;
  }
}
/******************************************/
@media screen and (max-width: 1280px) {
  .card .back {
    font-size: 1.313rem;
  }
  #header .logo {
    max-width: 450px;
  }
  #header nav#main {
    max-width: 45px;
  }
}
/******************************************/
@media screen and (max-width: 1200px) {
  #beratung figure.harve {
    max-width: 300px;
  }
  #beratung .text span {
    font-size: 2rem;
  }
  #beratung .text ul li {
    background-size: 15px;
    padding: 0 0 0 20px;
    line-height: 1.5;
  }
  #beratung .text ul li a {
    font-size: 1rem;
  }
}
/******************************************/
@media screen and (max-width: 1070px) {
  .ce-image.ce-nowrap .ce-gallery {
    float: none;
    margin: 0 0 4% 0;
    width: 100%;
  }
  .card .back {
    font-size: 1.125rem;
  }
}
/******************************************/
@media screen and (max-width: 1024px) {
  nav#galerie ul li h4 {
    font-size: 1rem;
  }
}
/******************************************/
@media screen and (max-width: 1023px) {
  .card .back h1 {
    margin: 0 0 10px;
  }
  footer .cols {
    display: block;
  }
  footer .cols .col-main {
    margin: 1% 0;
    padding: 30px;
  }
}
/******************************************/
@media screen and (max-width: 1024px) {
  .ce-left.ce-intext .ce-gallery {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ce-right.ce-intext .ce-gallery {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .cols {
    overflow: inherit;
  }
  .cols-2 .col-left, .cols-2 .col-right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .cols-3 .col-left, .cols-3 .col-main, .cols-3 .col-right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .cols-2 .col-left {
    margin: 0 0 60px;
  }
  .cols-3 .col-main {
    margin: 60px 0;
  }
  .cols-2 .ce-left.ce-intext .ce-gallery {
    float: none;
    margin-right: 0;
    overflow: hidden;
  }
  .cols-2 .ce-right.ce-intext .ce-gallery {
    float: none;
    margin-left: 0;
    overflow: hidden;
  }
  #das-erwartet-dich {
    padding: 30px 0;
  }
  #das-erwartet-dich .col-left .header {
    font-size: 2.625rem;
  }
  #das-erwartet-dich .cols-2 .col-left {
    margin: 0 0 30px;
  }
  #das-erwartet-dich .col-right figure.fahne {
    margin: 0 auto;
    max-width: 420px;
  }
  #kommt-singen .header {
    font-size: 2.625rem;
  }
}
/******************************************/
@media screen and (max-width: 880px) {
  nav#galerie ul li h4 {
    font-size: 0.875rem;
  }
  nav#galerie ul li {
    width: 19%;
    margin: 0.5%;
  }
  #beratung figure.harve {
    max-width: 200px;
  }
  #beratung .text span {
    font-size: 1.5rem;
  }
  #beratung .text ul {
    padding-left: 20px;
  }
}
/******************************************/
@media screen and (max-width: 850px) {
  .card .back {
    font-size: 1rem;
  }
  ul.tabs li.tab {
    margin: 0 0 1px 0;
    display: block;
  }
  #header .logo {
    max-width: 300px;
  }
  #header nav#main {
    max-width: 30px;
    right: 30px;
  }
}
/******************************************/
@media screen and (max-width: 768px) {
  .ce-image .ce-gallery .ce-column, .ce-textpic .ce-gallery .ce-column {
    width: 49%;
    margin: 0 2% 2% 0 !important;
  } 
  .ce-image .ce-gallery .ce-column:nth-child(2n+2), .ce-textpic .ce-gallery .ce-column:nth-child(2n+2) {
    margin-right: 0 !important;
  }
  .ce-image .ce-gallery[data-ce-columns="1"] .ce-column, .ce-textpic .ce-gallery[data-ce-columns="1"] .ce-column {
    width: 100%;
    margin: 0 0 4% 0 !important;
  }
  .ce-below .ce-gallery[data-ce-columns="1"][data-ce-images="1"], .ce-below .ce-gallery[data-ce-columns="1"][data-ce-images="1"] .ce-column {
    float: none;
    margin: 0;
  }
  .ce-above .ce-gallery[data-ce-columns="1"][data-ce-images="1"], .ce-above .ce-gallery[data-ce-columns="1"][data-ce-images="1"] .ce-column {
    float: none;
    margin: 0;
  }
}
/******************************************/
@media screen and (max-width: 750px) {
  .cardBox {
    margin: 0 0 2% 0 !important;
    width: 100%;
  }
  .card .back {
    font-size: 1.5rem;
  }
}
/******************************************/
@media screen and (max-width: 700px) {
  .wrap .frame-default {
    margin: 0 0 30px;
  }
  .cols-2 .col-left {
    margin: 0 0 30px;
  }
  .cols-3 .col-main {
    margin: 30px 0;
  }
  nav#galerie ul li {
    width: 100%;
  }
  #beratung {
    padding: 60px 0;
  }
  #beratung figure.harve {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  #beratung .text {
    border: none;
    padding: 0;
  }
}
/******************************************/
@media screen and (max-width: 580px) {
  table {
    font-size: 1rem;
  }
  table th, table td {
    padding: 10px 5px;
  }
  body {
    font-size: 1rem;
  }
  h1, h2, h3 {
    font-size: 1.3125rem;
  }
  main {
    padding: 30px 0;
  }
  .tab-content {
    padding: 15px;
  }
  #beratung figure.harve {
    max-width: 150px;
  }
  #kommt-singen figure.harve {
    max-width: 150px;
  }
}
/******************************************/
@media screen and (max-width: 550px) {
  .card .back {
    font-size: 1rem;
  }
  #das-erwartet-dich .col-left ul li {
    font-size: 0.75rem;
  }
}
/******************************************/
@media screen and (max-width: 480px) {
  #header {
    overflow: hidden;
    padding: 30px 15px;
  }
  #header .logo {
    max-width: 240px;
    float: left;
    margin: inherit;
  }
  #header nav#main {
    max-width: 25px;
    right: 15px;
  }
  #beratung .text span {
    font-size: 1.313rem;
  }
}
/******************************************/
@media screen and (min-width: 320px) and (min-height: 450px) {
  .sb-right {
    background: url("../bilder/logo.png") no-repeat;
    background-size: 80%;
    background-position: center 95%;
    background-color: #fff;
  }
}