@import "reset.css";
@import "fonts.css";
@import "icomoon.css";

@viewport {
  width: device-width;
}
body {
  background-color: #000;
  color: #FFF;
  padding-top: 140px;

  font-family: 'Open Sans', Helvetica, Arial, FreeSans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #FFF;
  text-decoration: underline;
  text-decoration: none;
}
a:hover {
  color: #d1ba90;
}
a:focus {
  outline: 1px dotted invert;
}
.content a {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #d1ba90;
}
.content a:hover {
  color: #FFF;
}




hr {
  border: none;
  border: 0px #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 1px;
}
strong,
b {
  font-weight: 700;
}



/* `Headings
----------------------------------------------------------------------------------------------------*/
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 35px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-style: normal;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.1em;
}



h1,
.h1 {
  font-size: 2.5em;
/*  //color: #d1ba90;*/
}
@media screen and (max-width: 992px) {
  h1,
  .h1 {
    font-size: 1.8em;
  }
}
h2,
.h2 {
  font-size: 1.9em;
}
@media screen and (max-width: 992px) {
  h2,
  .h2 {
    font-size: 1.5em;
  }
}
/*h1,
h2,
.h1,
.h2 {
  font-style: normal;
  font-weight: 400;
}*/


h3,
.h3 {
  font-size: 1.25em;
}
h4,
.h4 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 700;
}
h5,
h6,
.h5,
.h6 {
  margin-bottom: 0;
}
hr {
  margin-top: 0px;
}
td {
  padding-bottom: 10px;
}


.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}


.text-normal {
  font-weight: 300;
}
.text-bold {
  font-weight: 700;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}
ul {
  list-style: square;
}
li {
  margin-left: 24px;
}





.content ul,
.content ol {
  overflow: hidden;
}
.content ul {
  list-style: none;
  list-style: disc;
}
.content li {
  margin-left: 18px;
  margin-bottom: 10px;
}
.content .btn,
.btn {
  background-color: #d1ba90;
  color: #000;
  padding: 10px 20px;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-transform: uppercase;
}
.content .btn:hover,
.btn:hover {
  background-color: #fff;
  color: #000;
}






#header {
  background-color: #000;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;

  border-bottom: 4px solid #d1ba90;
}/*
@media screen and (max-width: 1240px) {
  #header {
    min-height: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 992px) {
  #header {
    min-height: 80px;
  }
}*/
#header a {
  text-decoration: none;
}
#header a:hover {
  color: #d1ba90;
}
#top_header {
  display: block;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
    min-height: 140px;
}
#logolink {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  margin-top: 15px;
  margin-bottom: 10px;
  flex: 1;
      align-items: center;
}



#callus {
  text-align: right;
  font-weight: 800;
  font-size: 1.2em;
  line-height: 1.4;
  padding-top: 15px;


}

#callus a {
  display: block;
}

@media screen and (max-width: 1240px) {
  #callus a {
    display: inline;
    padding: 10px;
    font-size: 1.4em;
  }
  #callus a .icon {
    display:inline;
  }
  #callus a .label {
    display:none;
  }
}

@media screen and (max-width: 768px) {
  #callus  {
    display:none;
  }
}


/*#callus a .icon {
  display:none;
}*/

/*@media screen and (max-width: 992px) {
  #callus a .icon {
    display:inline;
  }
  #callus a .label {
    display:none;
  }
}*/


#logo {
  /*	width: 110px;*/
  padding-right: 20px;
  flex-basis: 250px;
  flex-grow: 0;
  flex-shrink: 0;
}
#logo img {
  width: 100%;
  height: auto;
}
#header_text {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 1.3em;
}
#claim {
  margin-bottom: 5px;
  color: #d1ba90;
  font-size: 1.15em;
}
#subline {
  color: #FFF;
  text-transform: uppercase;
}
#header_text .d::after {
  content: '';
  width: 4px;
  height: 4px;
  margin-left: 5px;
  margin-right: 5px;
  background: #d1ba90;
  display: inline-block;
  position: relative;
  top: -0.2em;
}




@media screen and (max-width: 1240px) {

  #logo {
      flex-basis: auto;
  }
  #logo img {
    width: 180px;
  }
  #header_text {
    font-size: 1em;
      padding-top: 22px;
  }
}



@media screen and (max-width: 768px) {
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }

  #logolink {
   flex-direction: column;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
  }
  #logo {
      padding: 0;
  }
  #logo img {
    width: 180px;
  }
  #header_text {
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  #header_text {
    font-size: .8em;
  }
}




#headerimage {
  height: 26vw;
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
}

#headerimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  #headerimage {
    height: 42vw;
  }
}



#profilbild {
  margin-top: 40px;
  margin-bottom: -20px;
  width: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #profilbild {
    width: 75%;
  }
}


section {
  box-sizing: border-box;
  min-height: 36vw;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;

}

.autoheight {
    min-height:inherit;
}


section .section_content {
  padding: 40px;
  box-sizing: border-box;
}
section .section_content img {
  max-width: 100%;
}
@media screen and (max-width: 1240px) {
  section .section_content {
    padding: 15px;
  }
}
section .section_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section .contain img {
  object-fit: contain;
}

section.column {
  flex-direction: column;
}
section.row {
  flex-direction: row;
}
section.row .section_content,
section.row .section_image {
  width: 50%;
}
section.v-align {
  justify-content: center;
}
section.v-align .section_content {
  align-self: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  section.row {
    flex-direction: column;
  }
  section.row .section_content,
  section.row .section_image {
    width: 100%;
  }
  section.row .section_image {
    order: 1;
  }
  section.row .section_content {
    order: 2;
  }
}






#wir-freuen-uns {
  display: flex;
  justify-content: flex-end;
}



@media screen and (max-width: 992px) {
  #wir-freuen-uns {
    justify-content: center;
  }
  #wir-freuen-uns img{
    max-width: 70%;
  }
}


#footer {
  border-top: 4px solid #d1ba90;

}

.footer_nav,
.main_nav {
  display: flex;
  justify-content: space-between;
}
.footer_nav a,
.main_nav a {
  color: #FFF;
}
.footer_nav a:hover,
.main_nav a:hover {
  color: #d1ba90;
}
.footer_nav ul,
.main_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin: 0 -10px;
}
.footer_nav ul li,
.main_nav ul li {
  padding: 0;
  margin: 0;
  padding: 10px 10px;
  line-height: 1.2;
}
.footer_nav ul {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
