@import "slidebars.min.css" screen and (min-width: 320px) and (max-width: 980px);

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::selection {
  background: #920b12;
  color: #fff;
}
::-moz-selection {
  background: #920b12;
  color: #fff;
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
#sb-site {
  background-color: #f4ecdf;
}
body {
  color: #920b12;
  font-family: 'Heebo';
  font-weight: 300;
  font-size:1.313rem;
  background-color: #f4ecdf;
}
body .cc-floating.cc-window .cc-compliance {
  flex: none !important;
  font-family: 'Heebo';
}
body .cc-window .cc-message {
  font-family: 'Heebo';
}
#sb-site {
  min-height: auto !important;
}
.wrap {
  margin: 0 auto;
  max-width: 1400px;
}
a {
  color: #920b12;
}
b, strong {
  font-weight: 500;
}
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;
}
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;
}
figure.image {
  position: relative;
  overflow: hidden;
}
figure.image figcaption {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  color: #fff;
  font-size:1rem;
  background-color: #bc112b;
  padding: 7.5px 10px;
  z-index: 99;
  transition: 1s all ease;
}
header .ce-headline-center {
  text-align: center;
}
header {
  margin-bottom: 30px;
  position: relative;
}
h1 {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
h1 + h2 {
  font-size: 1.313rem;
  font-weight: 300;
}
h2 {
  font-size:1.5rem;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
h3 {
  font-size: 1.313rem;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
h4 {
  font-size: 1.313rem;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
img, embed, object, video {
  max-width: 100%;
  height: auto;
}
p img {
  max-width: 100%;
  width: inherit;
}
figure img {
  width: 100%;
}
figcaption.image-caption {
  font-size: 1rem;
}
.iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden; 
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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%;
  font-size: 1.125rem;
}
table img {
  display: inline;
  width: inherit;
  max-width: 100%;
}
table p {
  margin: 0;
}
table th {
  text-align: left;
  border: 1px solid;
  border-color: #818181;
  padding: 10px 15px;
}
table td {
  border: 1px solid;
  border-color: #818181;
  padding: 10px 15px;
}

/**********************************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: #f4ecdf;
  background: #806a51;
}
#my-welcome-message a {
  color: #f4ecdf;
}
#my-welcome-message h1 {
  font-size:1.3125rem;
  margin: 0 0 15px;
}
#my-welcome-message p {
  line-height: 1.4;
  font-weight: 400;
}
#my-welcome-message #close.link {
  width: 100%;
  display: block;
  margin: 20px 0 0;
  background-color: #f4ecdf;
}
#my-welcome-message #close.link a {
  color: #806a51;
  text-align: center;
  text-decoration: none;
  padding: 6px 0;
  display: block;
}
#my-welcome-message a#close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #f4ecdf !important;
  cursor: pointer;
  font-weight: 500;
}

/******************************Header**********************************************/

#header {
  padding: 40px 7.5%;
  overflow: hidden;
}
#header .wrap {
  position: relative;
}
#header .logo {
  float: left;
  max-width: 550px;
}

/******************************Main-Nav**********************************************/

.sb-toggle, .sb-slidebar {
  display: none;
}
nav#main {
  margin-top: 85px;
  float: right;
}
nav#main ul {
  margin: 0;
  padding: 0;
}
nav#main ul li {
  position: relative;
  display: inline-block;
  margin: 0 30px;
}
nav#main ul li:first-child {
  margin-left: 0;
}
nav#main ul li:last-child {
  margin-right: 0;
}
nav#main ul li a {
  font-size:1.875rem;
  text-transform: uppercase;
  text-decoration: none;
}

/******************************´Slider**********************************************/

#slider {
  position: relative;
  margin-bottom: 40px;
}

/******************************Main**********************************************/

main {
  padding: 90px 0;
  line-height: 1.4;
}
.wrap .frame-default {
  margin: 0 0 60px;
  overflow: hidden;
}
.wrap .frame-default:last-child {
  margin: 0;
}

/**********************************Image Navigation************************************************/

#projekte {
  overflow: hidden;
  background-color: #806a51;
  padding: 2%;
}
#projekte header {
  margin-bottom: 2%;
}
#projekte header h1 {
  color: #f4ecdf;
  font-weight: 300;
  text-transform: none;
  font-size: 3.75rem;
}
#projekte ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
#projekte ul li {
  width: 23.5%;
  margin: 0 2% 0 0;
  list-style: none;
  display: inline-block;
  position: relative;
}
#projekte ul li:nth-child(4n+4)  {
  margin-right: 0;
}
#projekte ul li a {
  display: block;
  overflow: hidden;
}
#projekte ul li a img {
  width: 100%;
}

/**********************************Beratung************************************************/

#beratung {
  overflow: hidden;
  padding: 60px 0;
  text-align: center;
  font-size: 0;
}
#beratung figure.logo {
  display: inline-block;
  max-width: 120px;
  margin-right: 30px;
}
#beratung .text {
  display: inline-block;
  margin-top: 40px;
  vertical-align: top;
}
#beratung .text span {
  font-size: 3.75rem;
}
#beratung .text ul {
  margin-top: 7.5px;
}
#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.5;
}
#beratung .text ul li a {
  text-decoration: none;
}
#beratung .text ul li a:hover {
  text-decoration: underline;
}

/**********************************Social Media************************************************/

.social-media {
  font-size: 0;
  margin: 30px 0;
}
.social-media figure {
  display: inline-block;
  width: 40px;
  margin: 0 15px;
}
.social-media figure:first-child {
  margin-left: 0;
}
.social-media figure:last-child {
  margin-right: 0;
}

/******************************Bottom Nav**********************************************/

nav#bottom ul {
  margin: 0;
  padding:0;
}
nav#bottom li {
  list-style: none;
}
nav#bottom li:first-child {
  margin-left: 0;
}
nav#bottom li:last-child {
  margin-right: 0;
}
nav#bottom li a {
  text-decoration: none;
}

/******************************Footer**********************************************/

#footer {
  padding: 60px 0;
  background-image: url(../bilder/footer-icon.png);
  background-repeat: no-repeat;
  background-size: 250px;
  background-color: #806a51;
  background-position: left 10% center;
  color: #f4ecdf;
  text-align: center;
}
#footer a {
  color: #f4ecdf;
}
footer nav#bottom ul li {
  display: inline-block;
  margin: 0 15px;
}
footer nav#bottom ul li:first-child {
  margin-left: 0;
}
footer nav#bottom ul li:last-child {
  margin-right: 0;
}
footer nav#bottom ul li a {
  font-size: 1.875rem;
  color: #f4ecdf;
  text-transform: uppercase;
  text-decoration: none;
}
#footer .footertext {
  margin: 15px 0 0;
  padding: 15px 0 0;
  display: inline-block;
  border-top: 5px solid #f4ecdf;
}
#footer figure.logo {
  max-width: 500px;
  margin: 0 auto;
}

/**********************************Justified************************************************/

.frame-type-justified h1 {
  padding-left: 10px;
}
#justified a.jg-entry .jg-caption {
  font-size:0.75rem; !important;
  text-align: center;
  opacity: 0.9;
  color: #f4ecdf;
  padding: 10px;
  background-color: #920b12;
}

/******************************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 23px;
  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 23px;
  border-bottom: none;
}
#accordion .accordion .header h3 {
  font-size:1.313rem;
  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: #920b12;
  list-style: none;
  display: inline-block;
  cursor: pointer;
}
ul.tabs li.tab.active {
  background-color: #c1e4f3;
}
ul.tabs li.tab:hover {
  background-color: #c1e4f3;
}
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: #920b12;
}
ul.tabs li.tab:hover header h1 {
  color: #920b12;
}
.tab-content {
  display: none;
  padding: 15px;
  border: 1px solid;
  border-color: #920b12;
}
.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: #920b12;
  font-size: 1rem;
  text-decoration: none;
}
.rslides_tabs li.rslides_here {
  background-color: #920b12;
}
.rslides_tabs li.rslides_here a {
  color: #fff;
}

/******************************Google Map**********************************************/

#map_canvas {
  height: 750px;
}
#routeForm #routeStart {
  width: 74%;
  float: left;
}
#routeForm input[type="submit"]{
  cursor:pointer;
  float: right;
  width: 25%;
}
#panel {
  overflow: hidden;
  z-index: 100;
}
#directionsPanel {
  z-index: 99;
}
#directionsPanel table {
  font-family: 'Heebo';
}
#directionsPanel table img {
  max-width: inherit;
}
#directionsPanel .adp-distance {
  float: right;
}
#directionsPanel .adp-placemark {
  background: none;
  border: 1px solid;
  border-color: #818181;
  color: #920b12;
}
#directionsPanel .adp-placemark td img.adp-marker {
  max-width: inherit;
}
#directionsPanel .adp-summary {
  margin: 0 0 10px;
  padding: 5px;
  background: none;
  border: 1px solid;
  border-color: #818181;
  color: #920b12;
}
#directionsPanel .adp-step, .adp-substep {
  border-top: 1px solid;
  border-color: #818181;
}
#directionsPanel .adp, .adp table, .adp-list {
  color: #920b12;
}
#directionsPanel .adp-legal {
  color: #920b12;
  padding: 0 12px 8px;
}
#directionsPanel .adp-directions td {
  color: #920b12;
  padding: 10px;
  border-top: 1px solid;
  border-color: #818181;
}

/**************************************Responsive**********************************************/

@media screen and (max-width: 1675px) {
  #header {
    padding: 40px;
  }
  nav#main ul li {
    margin: 0 25px;
  }
  nav#main ul li a {
    font-size:1.75rem;
  }
  #footer {
    background-image: none
  }
}
/******************************************/
@media screen and (max-width: 1440px) {
  .wrap {
    padding: 0 20px;
  }
  nav#main ul li {
    margin: 0 20px;
  }
  nav#main ul li a {
    font-size:1.5rem;
  }
}
/******************************************/
@media screen and (max-width: 1370px) {
  .reveal{
    transform: none;
    opacity: 1;
  }
}
/******************************************/
@media screen and (max-width: 1280px) {
  #header .logo {
    max-width: 400px;
  }
  nav#main {
    margin-top: 65px;
  }
}
/******************************************/
@media screen and (max-width: 1130px) {
  nav#main ul li a {
    text-transform: none;
  }
}
/******************************************/
@media screen and (max-width: 1070px) {
  .ce-image.ce-nowrap .ce-gallery {
    float: none;
    margin: 0 0 4% 0;
    width: 100%;
  }
}
/******************************************/
@media screen and (max-width: 1023px) {
  .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;
    margin: 60px auto;
  }
  .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;
  }
}
/******************************************/
@media screen and (max-width: 980px) {
  nav#main {
    margin-top: 55px;
  }
  nav#main ul.menue {
    display: none;
  }
  main {
    padding: 60px 0;
  }
  nav .sb-toggle {
    overflow: hidden;
    display: block;
  }
  .sb-toggle-right {
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
  }
  .sb-right {
    border-left: 1px solid #f4ecdf;
    background-color: #806a51;
  }
  .sb-right li a {
    color: #f4ecdf;
    border-bottom: 1px solid #f4ecdf;
  }
  .sb-slidebar {
    margin:0;
    padding: 0;
  }
  .sb-slidebar li a {
    display: block;
    padding: 10px;
    text-decoration: none;
  }
}
/******************************************/
@media screen and (max-width: 975px) {
  body {
    font-size: 1.125rem;
  }
  h1 + h2 {
    font-size: 1.125rem;
  }
  #beratung figure.logo {
    max-width: 95px;
  }
  #beratung .text span {
    font-size: 2.5rem;
  }
}
/******************************************/
@media screen and (max-width: 850px) {
  #projekte {
    padding: 4%;
  }
  #projekte header h1 {
    font-size: 2.5rem;
  }
  #projekte ul li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  #projekte ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  #projekte ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
/******************************************/
@media screen and (max-width: 768px) {
  nav#bottom ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  nav#bottom ul.menue li {
    display: block;
    text-align: center;
    background-color: #f4ecdf;
    margin: 10px 0;
    padding: 10px 0;
  }
  nav#bottom ul.menue li:first-child {
    margin-top: 0;
  }
  nav#bottom ul.menue li:last-child {
    margin-bottom: 0;
  }
  nav#bottom ul.menue li a {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #806a51;
  }
  #footer {
    text-align: center;
  }
}
/******************************************/
@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: 700px) {
  .wrap .frame-default {
    margin: 0 0 30px;
  }
  .cols {
    margin: 30px auto;
  }
  .cols-2 .col-left {
    margin: 0 0 30px;
  }
  .cols-3 .col-main {
    margin: 30px 0;
  }
  table {
    font-size: 0.875rem;
  }
  table th, table td {
    padding: 10px 5px;
  }
}
/******************************************/
@media screen and (max-width: 600px) {
  #header .logo {
    max-width: 300px;
  }
  nav#main {
    margin-top: 35px;
  }
}
/******************************************/
@media screen and (max-width: 580px) {
  .rslides_tabs li a {
    padding: 1px 6px;
  }
}
/******************************************/
@media screen and (max-width: 480px) {
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.313rem;
  }
  h1 + h2 {
    font-size: 1rem;
  }
  table th, table td {
    padding: 5px;
  }
  .sb-toggle-left, .sb-toggle-right {
    width: 35px;
    height: 35px;
  }
  #header {
    padding: 40px 20px;
  }
  #header .logo {
    max-width: 235px;
  }
  nav#main {
    margin-top: 25px;
  }
  main {
    padding: 30px 0;
  }
  #footer {
    background-size: 45px;
  }
  #footer {
    padding: 30px 0;
  }
}
/******************************************/
@media screen and (min-width: 360px) and (min-height: 350px) {
  .sb-right {
    background: url("../bilder/footer-logo.png");
    background-repeat: no-repeat;
    background-color: #806a51;
    background-size: 85%;
    background-position: center 95%;
  }
}