/*
orange: #FF7405
blau: #00fcfe
grau: #98a2a9
near black: #303030
*/

html,
body {
  background-color: #fff;
  color: #303030;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*, ::before, ::after {
  box-sizing: inherit;
}

body {
  min-width: 16em;
  /*  max-width: 60em;*/
}


.hide {
  display: none;
}

@font-face {
  font-family: 'Roboto Slab';
  src: url('RobotoSlab-Light.ttf');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'ECHT';
  src: url('ECHT-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ECHTB';
  src: url('ECHT-Bold.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ECHTLT';
  src: url('ECHT-Light.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CRACENSB';
  src: url('CRACENS-BOLD-19-PRO.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CRACENSR';
  src: url('CRACENS-REG-19-PRO.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Times New Roman", Times, serif';
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JOERG';
  src: url('JOERG-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HEL';
  src: url('helvetica_neue_lt_std/HelveticaNeueLTStd-Cn.otf');
}

/*
orange: #FF7405
blau: #00fcfe
grau: #98a2a9
near black: #303030
*/
/*
.echt {
  font-family: ECHT, HelveticaB, Arial, sans-serif;
}
*/
a {
  color: #fff;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 1s linear;
  /* Safari prior 6.1 */
  transition: opacity 1s linear;
}

a.blk {
  color: #000;
  text-decoration: underline;
}

a:hover {
  opacity: 0.66;
  color: #FF7405;
}

a.noFade {}

a:hover.noFade {
  opacity: 1;
}
#menue a{
  color: #303030;
  margin-right: 30px;
  padding: 5px 5px 0 5px;
}
#menue a.active{
  color: #303030;
  margin-right: 30px;
  background-color: #00fcfe;
}

.clear {
  clear: both;

}

/*SITE CONSTRUCT */
header {
  display: flex;
  align-items: stretch;
  margin-top: 8px;
}

#logo {
  background-color: #fff;
  width: 11em;
  height: 11em;
  border-top: 8px solid #000;
  border-right: 8px solid #000;
  border-left: 8px solid #000;
  border-bottom: 8px solid #000;
  margin-left: 12px;
  float: left;
  padding-top: 0px;

}

#echt {
  background-color: #98a2a9;
  float: left;
  height: 11em;
  border-bottom: 8px solid #000;
  border-top: 8px solid #000;
  border-right: 8px solid #000;
  margin-right: 12px;
  flex-grow: 1;
  flex-shrink: 1;
}

#echt svg {
  margin-top: 25px;
  margin-left: 10px;
}

#echt svg g {
  fill: #fff;
}

#ekt {
  border-bottom: 8px solid #000;
  border-top: 8px solid #000;
  background-color: #FF7405;
  /*orange*/
  display: none;
}

#menuebox {
  display: flex;
  align-items: stretch;
  margin-top: 0;
  padding-left: 12px;
  margin-bottom: 0;
  position: relative;
  z-index: 999999;
}

#title {
  background-color: #000;
  color: #fff;
  font-family: 'JOERG', verdana, helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  width: 13em;
  border-right: 8px solid #000;
  border-left: 8px solid #000;
  border-bottom: 8px solid #000;
}

#menue {
  background-color: #fff;
  padding-left: 5%;
  color: #000;
  flex-grow: 1;
  flex-shrink: 1;
  border-right: 8px solid #000;
  border-bottom: 8px solid #000;
}

#menue h3 {
  padding-top: 3px;
}

#contact-top{
  background-color: #000;
  margin-right: 12px;
  width: 5em;
}

#contact-top img{
  padding-top: 6px;
  margin-left: -22px;
  transform: scale(1.7);
}

#left-bar {
  /*width: 132px;*/
  width: 120px;
  float: left;
  border-bottom: 8px solid #000;
  border-left: 8px solid #000;
  margin-left: 12px;
  background-color: #00fcfe;
}

#echt-elements {
  padding-top: 30px;

}

#echt-elements img{
  transform: scale(1.3);
  padding-top: 10px;
}


/* texts…*/
.echtFont {
  font-family: 'ECHT', verdana, helvetica, sans-serif;
}

h1 {
  font-family: 'CRACENSR', verdana, helvetica, sans-serif;
  font-size: 1.3em;
}

h2 {
  font-family: 'CRACENSR', verdana, helvetica, sans-serif;
  font-size: 3.0em;
  margin-bottom: 68px;
}

h3 {
  font-family: 'HEL', verdana, helvetica, sans-serif;
  font-size: 1.3em;
}
h4 {
  font-family: 'HEL', verdana, helvetica, sans-serif;
  font-size: 2.3em;
}

.txt1 {
  font-family: 'Roboto Slab';
  padding: 0 7px 0 7px;
  font-weight: 300;
}

.txt1_center {
  text-align: center;
  font-family: 'Roboto Slab';
  font-weight: 300;
}

#wrapper-around {
  margin: 0 12px 100px 131px;
  border-left: 8px solid #000;
  border-right: 8px solid #000;
  border-bottom: 8px solid #000;
}

.grid {}

.grid01, .grid02, .grid03-1, .grid-full {
  padding: 30px;
  width: 100%;
}
.grid-full2{
    width: 100%;
}

.grid01, .grid02, .grid03-1 {
  border-bottom: 4px solid #000;
}
.grid03{
  width: 100%;
}

.fullpic{
  width: 100%;
}
.half_pic{
  width: 50%;
  float: right;
}
.fullpic_long{
  width: 60%;
  margin:0 20%;
}
.picArray{
  float: left;

}
.picArray img{
  width: 22%;
  margin-right: 2%;
  margin-bottom: 1%;
}
.picArray img:last-child{
  margin-right: 0;
}

.picArray2 img{
  width: 22%;
  margin: 5%;
}
.picArray3 img{
  width: 31%;
  margin-right: 2%;
}
.picArray3 img:last-child{
  margin-right: 0;
}

#homeImg2 img{
  width:100%;
  height: auto;
}


.bottom {
  margin: 0;
  padding: 10 0 15 0px;
  background-color: #98a2a9;
  color: #fff;
  font-family: 'JOERG', verdana, helvetica, sans-serif;
  font-size: .5em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  justify-content: space-around;
  border-bottom: none;

}

.bottom>div {
  flex: 1 0 auto;
  height: auto;

}

.svg_bot{
text-align: center;

}
.svg_bot img {
  filter: invert(1);
  width: 40px;
}

.svg_bot_txt {
  text-align: center;
  font-size: 1.5em;
}

.address{
  padding:0;
  margin:0;
  border-top: 4px solid #000;

}
.downloads{
  background-color: #000;
  height: auto;
}
.downloads div{
  padding: 8px 0 0 30px;
  vertical-align: bottom;
}
.downloads a{
  padding-right: 30px;
  font-family: 'CRACENSR', verdana, helvetica, sans-serif;
  font-size: 1em;
  white-space: nowrap;
}
.downloads a img{
  width: 20px;
  filter: invert(1);
  vertical-align: middle;

}
.map{
  margin: 0;
  padding: 0;
}
.map img{
  width: 100%;
}

/* +++++++++++SLIDES+++++++++++++ */


/* ++++++++++END SLIDES++++++++++ */



/* for Bottom Line only until 55em */
@media (max-width: 1300px) {

  .svg_bot img {
    width: 30px;
  }
  .svg_bot_txt {
    font-size: 1.2em;
  }
}
@media (max-width: 1190px) {

  .svg_bot img {
    width: 22px;
  }
  .svg_bot_txt {
    font-size: .9em;
  }
}
/* END for Bottom Line only */

@media (min-width: 65em) {
  #echt {
    max-width: 500px;
  }

  #echt {
    margin-right: 0px;
  }

  #ekt {
    display: block;
    margin-right: 12px;
    border-right: 8px solid #000;
    flex-grow: 1;
    flex-shrink: 1;
  }

  #phonetik_menue {
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 1.35em;
    list-style: none;
  }

  .men_claim_sm {
    font-size: 8px;
  }

  #phonetik_menue li.men_claim {
    font-family: 'CRACENSR', verdana, helvetica, sans-serif;
  }

  /* zweispaltiges Layout für breitere Viewports */
  .grid {
    display: flex;
    align-items: stretch;
  }

  .grid01, .grid02, .grid03, .grid04 {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .grid01, .grid04 {
    border-bottom: none;
    border-top: 4px solid #000;
    border-right: 4px solid black;
  }

  .grid02, .grid03 {
    border-top: 4px solid #000;
    border-bottom: none;
  }
  .grid03-1{
    border-bottom: 4px solid #000;
  }
  .grid03-1:last-child{
    border-bottom: none;
  }

  .grid-full {
    border-top: 4px solid #000;
  }

  .first {
    border-top: none;
  }

  .bottom {
    border-right: none;
  }

  #contact-top img{

    transform: scale(.7);
  }


}

/*+++++++++++++++++++++++++++++++++++*/

/*PHONE*/
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) {
  #wrapper-around {
    margin: 0 12px 245px 12px;
    border-left: 8px solid #000;
    border-right: 8px solid #000;
    border-bottom: 8px solid #000;
  }

  #title {

    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 12em;

  }


  #bottom-bar {}

  #bottom-bar div {
    width: 100%;
    bottom: 0px;
    position: fixed;
    float: left;
    background-color: #00fcfe;
    opacity: 0.8;
    padding: 0 3% 5px 3%;
  }

  #echt-elements-bottom figure {
    float: left;
    width: 100px;
    padding: 0px;
    margin: 15px;
  }

  .hide {
    display: block;
  }

  .hideaway {
    display: none;
  }

  .echtFontLT {
    font-size: 60px;
  }

  .catalogChapter {
    height: 110px;
  }

  .echtFont {
    font-size: 40px;
  }

  h1 {
    font-size: 50px;
  }

  .txt1 {
    font-size: 40px;
  }

  .downloads a img {
    width: 60px;
  }

  .spothopperbar {
    font-size: 36px;
  }

  .spothopperbar div {
    padding-top: 5px;
    padding-bottom: 2px;
  }

  .hamburger-menu-icon {
    z-index: 2;
  }

  .menu-items {
    display: none;
    z-index: 4;
  }


  .menu-items img{
    height: 50px;
    -webkit-filter: invert(1); /* safari 6.0 - 9.0 */
            filter: invert(1);
  }



  #contact-top img {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

/*+++++++++++++++++++++++++++++++++++*/

@media print {}
