/* === TYPOGRAPHY === */

/* raleway-regular - latin */

@font-face {
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'),
       url('./src/fonts/raleway-v14-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('./src/fonts/raleway-v14-latin-regular.woff2') format('woff2'),
       url('./src/fonts/raleway-v14-latin-regular.woff') format('woff'),
       url('./src/fonts/raleway-v14-latin-regular.ttf') format('truetype'),
       url('./src/fonts/raleway-v14-latin-regular.svg#Raleway') format('svg');
}

/* === FONT ADAPTION === */

/* === Diese Selektoren sind für das Email Kontaktformular,
weil input Felder und textarea eigene Formatierungen haben.
sie laufen bei p mit
form input,
form label,
form textarea
===============================*/
body {
  min-width: 320px;
}

h1,
h2 {
  font-size: 1.5REM;
  font-weight: 400;
  letter-spacing: 0.1REM;
  line-height: 100%;
}

header h1,
header h2 {
  font-size: 2.2REM;
  font-weight: 400;
  letter-spacing: 0.1REM;
  line-height: 100%;
}

h3 {
  font-size: 1.4REM;
  font-weight: 200;
  letter-spacing: 0.1REM;
  line-height: 100%;
}

textarea {font-family: "Raleway", sans-serif;}

.btn,
form input,
form label,
form textarea ,
p,
table,
#imprint table span {
  font-size: 1REM;
  font-weight: 200;
  letter-spacing: 0.1REM;
  line-height: 150%;
}

@media (min-width: 1366px) {
  header h1,
  header h2     { font-size: 3REM;}
  h1,
  h2            {font-size: 2.4REM; }
  h3            {font-size: 1.9REM; }
}




@media (min-width: 1200px) {
  header h1,
  header h2     { font-size: 2.7REM;}
  h1,
  h2            {font-size: 2.2REM; }
  h3            {font-size: 1.7REM; }
}

@media (min-width: 1024px) {
  header h1,
  header h2     { font-size: 2.5REM;}
  h1,
  h2            {font-size: 2.0REM; }
  h3            {font-size: 1.5REM; }
}

@media (max-width: 812px){
  header h1,
  header h2       { font-size: 2.2REM;}
  h1,
  h2              {font-size: 1.7REM; }
  h3              {font-size: 1.3REM; }
  .btn,
  form input,
  form label,
  form textarea,
  #imprint table span,
  p, table        {font-size: 1.0REM; }
}

@media (max-width: 667px){
  header h1,
  header h2       { font-size: 1.6REM;}
  h1,
  h2              {font-size: 1.3REM; }
  h3              {font-size: 1.1REM; }
  .btn,
  form input,
  form label,
  form textarea,
  #imprint table span,
  p, table  {font-size: 0.9REM; }
}

@media (max-width: 520px){
  header h1,
  header h2      { font-size: 1.4REM;}
  h1,
  h2             {font-size: 1.1REM; }
  h3             {font-size: 0.9REM; }
  .btn,
  form input,
  form label,
  form textarea,
  #imprint table span,
  p, table              {font-size: 0.8REM; }
}

@media (max-width: 480px){
  header h1,
  header h2      { font-size: 1.2REM;}
  h1,
  h2             {font-size: 1REM; }
  h3             {font-size: 0.8REM; }
}

@media (max-width: 375px){
  header h1,
  header h2      { font-size: 1.0REM;}
  h1,
  h2             {font-size: 1.0REM; }
  h3             {font-size: 0.7REM; }
  .btn,
  form input,
  form label,
  form textarea,
  #imprint table span,
  p, table          {font-size: 0.7REM; }
}

/* === FARBEN === */
/* #4A2512  */
/* #371D10 */
/* #65350F */
/* #444040 */
/* #E6E5E5 */
/* #fe9900 */
/* #e07e00 */





/* === GLOBAL === */

html {
  font-size: 16px;
  font-family: 'Raleway', 'Open-Sans', sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
}
:focus {
  outline: none;
}

/* === BUTTONS === */

.btn-cancel {
  display: block;
  position: relative;
  float:right;
  width: 37px;
  height: 30px;
  background: url("./../btn/mailphone-mix.png");
  background-position: top -60px left -100px;
  border: none;
  cursor: pointer;
}
.btn-cancel:active,
.btn-cancel:hover {
  background-position: top -60px left -137px;
}

/* === BTN Klasse Bewegung
für alle bis auf Startseite=== */
.btn {
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
.btn:active {
  transform: translateY(2px);
}

/* === NAVIGATION DESKTOP === */

.logo {
  height: 60px;
  width: 100%;
  background-color: #000;
  cursor: pointer;
}

.logo img {
  float:right;
  height: 40px;
  width:auto;
  margin-top: 10px;
  margin-right: 10px;
}

nav .menu {
  height: 40px;
  width: 100%;
  background-color: #4A2512;
}

.verlauf {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(45deg, rgba(20,20,20,0.1), rgba(50,50,50,0.1), rgba(20,20,20,0.1), rgba(150,150,150,0.1), rgba(50,50,50,0.1));
}

#nav-desktop {
  position: relative;
  z-index: 20;
}

#nav-desktop ul {
  padding: 0;
  margin: 0;
}

#nav-desktop li {
  float:left;
  display: block;
  color: #FFF;
  height: 40px;
}

#nav-desktop li a {
  position: relative;
  top: 11px;
  padding: 11px 5px 10px 5px;
}
#nav-desktop li a:first-of-type {
  padding-left: 15px;
}

nav .menu a:link {
  color: #FFF;
}

nav .menu a:visited {
  color: #FFF;
}

nav .menu a:active {
  background-color: #371D10;
}

nav .menu a:hover {
  background-color: #371D10;
}

nav .menu a:focus {
  background-color: #371D10;
  outline: none;
}


.active {
  background-color: #371D10;
}

/* === NAVIGATION MOBILE === */
#nav-mobile {
  position: relative;
  z-index: 20;
}

#dropdown-menu {
  float:left;
  position: absolute;
}

#btn-hamburger {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  top: -10px;
}


#btn-hamburger span {
  color: #FFF;
  font-size: 3REM;
}

#dropdown-menu ul {
  position: absolute;
  z-index: 1;
  padding-left: 0;
  top: 40px;
  display: none;
  /* === wg Verlauf in dropdown UL li muss hier der margin weg ===*/
  margin-top: 0;
}

#dropdown-menu li {
  display: block;
  height: 40px;
  width: 160px;
  background-color: #4A2512;

  /* === VERLAUF IM DROPDOWNMENÜ geht.
  Es entsteht aber ein Versatz der Liste
  man muss der ul den margin nehmen ===*/
  background-image: linear-gradient(165deg, rgba(20,20,20,0.1), rgba(50,50,50,0.05), rgba(20,20,20,0.1), rgba(150,150,150,0.005), rgba(50,50,50,0.05), rgba(20,20,20,0.05), rgba(10,10,10,0.05));
}

#dropdown-menu li a {
  display: block;
  padding: 10px 0 10px 10px;
  width: 160px;
  border-top: 1px solid #000; /*#381E08 oder #65350F*/
}

#dropdown-menu:hover ul {
  display: block;
}
/* === AUSBLENDEN VON NAV DESKTOP @812PX ==== */

#nav-mobile {
  display: none;
}

@media(max-width:812px) {
  #nav-desktop{
    display: none
  }
  #nav-mobile {
    display: block;
  }
}

/* === HEADER  nur mit Bild === */


.bildleiste .col-100 img {
  width:100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  top: 0;
  bottom: 0;
}


.headertext {
  float: left;
  position: absolute;
  color: #FFF;
  width: 60%;
  top: 170px;
}

.headertext h2 {
  position: relative;
  left: 10%;
  text-align: left;
}

.headertext h3{
  position: relative;
  right: 20%;
  text-align: right;
}


header a:link {
  color: #FFF;
}
header a:visited {
  color: #FFF;
}
header a:active {
  color: #FFF;
}
header a:hover {
  color: #FFF;
}

@media (max-width:812px) {

  .headertext {
    top: 140px;
  }
  .headertext h1,
  .headertext h2 {
    left: 7%;
  }

}

@media (max-width:667px) {
  .headertext {
    top: 130px;
    width: 70%;
  }
  .headertext h3 {
    right: 15%;
  }
}

@media (max-width:520px) {
  .headertext {
    top: 120px;
  }
}

@media (max-width:480px) {
  .headertext {
    top: 110px;
  }
}

@media (max-width:375px) {
  .headertext h3 {
    display: none;
  }
}

/* === HEADER Animation */

.col-img  {width: 100%;  }
.img-size {width: 100%;  }

.slider .img-size img {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-top: 0;
}

.slider {
  overflow: hidden;
}

.images {
  animation: animationImage 15s alternate cubic-bezier(.56,.16,.54,.96) infinite;
}

@keyframes animationImage {
  0%     {transform: translate(0%, 0%)   ; }
  17%    {transform: translate(0%, 0%)   ; }
  25%    {transform: translate(100%, 0%) ; }
  77%   {transform: translate(100%, 0%)  ; }
  85%    {transform: translate(200%, 0%) ; }
  100%  {transform: translate(200%, 0%)  ; }
}

#item-1 {
  position: absolute;
  left: -200%;
  top:0;
}

#item-2 {
  position: absolute;
  left: -100%;
  top:0;
}

#item-3 {
  position: absolute;
  left: 0%;
  top:0;
}

.textlayer {
  position: absolute;
  float: left;
  color: #fff;
  width: 60%;
  top: 73px;
}

.textlayer h1,
.textlayer h2 {
  position: relative;
  left: 10%;
  text-align: left;
}

.textlayer h3 {
  position: relative;
  right: 20%;
  text-align: right;
}

.rand {
  width:2.5%;
  height:34vw;
  background-color: #FFF;
  position: absolute;
  top:100px;
  z-index: 10;
}

.links {
  left: 0;
}

.rechts {
  right: 0;
}

/* distanceTop verhindert, dass die Sliderbilder rechts neben dem Container
vom Slider auftauchen und zu sehen sind, wenn man nach rechts scrollt */

.distanceTop {
  margin-top: 34vw;
}

@media (max-width:812px) {
  .textlayer {
    top: 40px;
  }
  .textlayer h1,
  .textlayer h2 {
    left: 7%;
  }
}

@media (max-width:375px) {
  .rand {
    display: none;
  }
  .textlayer {
    top: 30px;
  }
  .textlayer h3 {
    right: 15%;
  }
}

@media (max-width:520px) {
  .textlayer {
    top: 20px;
  }
  .textlayer h2 {
    right: 5%;
  }
}

@media (max-width:375px) {
  .textlayer h3 {
    display: none;
  }
}


/* === MAIN === */


main .col-100 {
  text-align: center;
  margin-top: 2REM;
  margin-bottom: 4REM;
  padding-left: 5%;
  padding-right: 5%;
}

/*  === GRIDSYSTEM === */

.container {
  display: block;
  width: 95%;
  margin-left:auto;
  margin-right: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

[class|="col"] {
  float: left;
   min-height: 1px;
   /* height: 25vw; */
   text-align: center;
}

.col-100 { width: 100%;       }
.col-30  { width: 40%;        }
.col-70  { width: 60%;        }

@media (max-width: 768px) {
  .col-70 { width: 100%;}
  .col-30 { width: 100%;}
}

@media (max-width: 375px) {
  .container {width: 100%;}
}

/* === Hintergrundfarben für Floats im Grid=== */

.products .row:nth-of-type(even) [class |="col"]:nth-of-type(odd),
.products .row:nth-of-type(even) .btn-more p {
  background-color: #444040;
  color: #FFF;
}
.products .row:nth-of-type(odd) [class |="col"]:nth-of-type(odd),
.products .row:nth-of-type(odd) .btn-more p {
  background-color: #E6E5E5;
  color: #000;
}
.products .row:nth-of-type(odd) [class |="col"]:nth-of-type(even){
  background-color: #444040;
  color: #FFF;
}
.products .row:nth-of-type(even) [class |="col"]:nth-of-type(even){
  background-color: #E6E5E5;
  color: #000;
}

/* === Hintergrundfarben für Container in z-Achse hinter den Floats im Grid === */

.products .row:nth-of-type(odd){
  background-color: #E6E5E5;
}

.products .row:nth-of-type(even){
  background-color: #444040;
}

/* === media query um Hintergrundfarben für Floats im Grid Farben ändern
wg anderer Sortierreihenfolge === */

@media (max-width: 768px) {

  .products .row:nth-of-type(even) [class |="col"]:nth-of-type(odd),
  .products .row:nth-of-type(even) .btn-more p {
    background-color: #444040;
    color: #fff;
  }
  .products .row:nth-of-type(odd) [class |="col"]:nth-of-type(odd),
  .products .row:nth-of-type(odd) .btn-more p{
    background-color: #444040;
    color: #fff;
  }
  .products .row:nth-of-type(odd) [class |="col"]:nth-of-type(even){
    background-color: #E6E5E5;
    color: #000;
  }
  .products .row:nth-of-type(even) [class |="col"]:nth-of-type(even){
    background-color: #E6E5E5;
    color: #000;
  }
}

/* === TEXT IM GRID === */

.products [class|="col"] h1,
.products [class|="col"] h2,
.products [class|="col"] h3 {
    text-align: center;
}

.products [class|="col"] p {
  padding-left: 5%;
  padding-right: 5%;
}

.col-70 {
  padding-top: 3%;
  padding-bottom: 1%;
}

.col-70 h1,
.col-70 h2,
.col-70 h3 {
  margin-top: 1REM;
  margin-bottom: 0;
}

.col-70 p {
  margin-top: 4REM;
  margin-bottom: 0;
}

.btn-more {
  display: block;
  color: inherit;
  text-align: center;
  margin-top: 3REM;
  margin-bottom: 1REM;
  width: 15%;
  min-width: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5REM;
  padding-bottom: .5REM;
  box-shadow: 3px 5px 4px 0 rgba(90,90,90,0.5);
  border: 1px solid rgba(0,0,0,.1);
}

.btn-more:active {
animation: animationbtn .1s cubic-bezier(.88,.28,.57,.71) 1;}
.btn-more:hover {
animation: btn-dark .3s cubic-bezier(1,.89,.47,1.05);
animation-fill-mode: forwards; }
.btn-more:focus {
  border-bottom:2px solid #666666;
}

@keyframes animationbtn {
  0%      { transform: translateY(0px) ; }
  50%     { transform: translateY(2px) ; }
  100%    { transform: translateY(0px) ; }
}

@keyframes btn-dark {
  0%      { background-color: rgba(30,30,30,0);  }
  100%    { background-color: rgba(30,30,30,.3); }
}

/* === Bilder im Grid ===
klasse .products ist wichtig, weil
sonst die Bilder in anderen
containern auch verändert werden!*/
.products [class|="col"] img {
  width: 60%;
  height:auto;
  margin-top: 25%;
  margin-left: 10%;
  /* === SUPER TRICK HIER POSITION RELATIVE FÜR DIE IMG
  UND BEI DEN MEDIA QUERIES MIT NEGATIVEM BETRAG
  VOM BOTTOM EINSTELLEN === */
  position:relative;
  bottom: -10px;
}

#frequenzweiche img {
  bottom: 50px;
}
/* === MEDIA QUERIES FÜR BILDER IM GRID */

@media (min-width:1200px){
  .products [class|="col"] img {
  /* === HIER DEN OBEN GENANNTEN ABSTAND ZUM BOTTOM EINSTELLEN ===  */
    bottom: 3px;
    width: 58%;
  }
}

@media (max-width:1100px) {
  .products [class|="col"] img {

  /* === HIER DEN OBEN GENANNTEN ABSTAND ZUM BOTTOM EINSTELLEN ===  */
    bottom: -25px;
}
}

@media (max-width:1024px) {
  .products [class|="col"] img {
  /* === HIER DEN OBEN GENANNTEN ABSTAND ZUM BOTTOM EINSTELLEN ===  */
    bottom: -30px;
}
}

/* media query für bilder im Grid bei Bild - Text übereinander
andere Positionierung von links, oben und unten*/

@media (max-width: 768px) {
  .products [class|="col"] img {
    width: 40%;
    height:auto;
    margin-top: 10%;
    margin-left: 30%;

  /* === HIER DEN OBEN GENANNTEN ABSTAND
  ZUM BOTTOM EINSTELLEN ===  */
    bottom: 25px;
  }
}

@media (max-width: 768px) {
  .products [class|="col"] img {
    bottom: 15px;
  }
}

/* === BILDER im GRID VERGRÖSSERN
MIT ONCLICK und
java script functions
open enlarge und close enlarge===*/

.enlarge-img iframe {
  position: absolute;
  z-index: 100;
  width: 90%;
  height: 80%;
  border: 7px solid #f0f;
  margin-left: 5%;

}

.enlarge-img button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  z-index: 200;
}


/* === PRODUCTS HIGHDYNAMIC, SUBWOOVER, COMPACTSPEAKER, PHONOFURNITURE === */

.phonofurniture table,
.compactspeaker table,
.subwoover table,
.highdynamic table {
  text-align: left;
  padding-left: 5%;
  margin-top: 3REM;
  margin-bottom: 3REM;
}

.phonofurniture table td,
.compactspeaker table td,
.subwoover table td,
.highdynamic table td {
  line-height: 100%;
  letter-spacing: 0.1REM;
  margin-right: 15%;
  width: 20%;
}

#frequenzweiche td {
  padding-top: 5EM;
}

@media (max-width: 768px) {

  #frequenzweiche td {
    padding-top: 3EM;
  }

}

@media (min-width: 1250px) {

  #frequenzweiche td {
    padding-top: 6EM;
  }

}

/* === PRICELIST === */

.pricelist table {
  width: 100%;
  border-collapse: collapse;
}

.pricelist table tr {
  height: 5REM;
}

.pricelist table tr:nth-of-type(odd) td {
  background-color: #E6E5E5;
  color: #000;
}
.pricelist table tr:nth-of-type(even) {
  background-color: #444040;
  color: #FFF;
}

.pricelist table img {
  width: 3.75EM;
  height: auto;
}

.pricelist table td {
  margin-right: .5REM;
  padding-left: .5REM;
  padding-top: .5REM;
}

.pricelist table tr td:nth-of-type(2n+4) {
  min-width: 5.1REM;
}

/* ===KONTAKT UND IMPRINT=== */

address {
  font-style: normal;
}

#imprint table {
  text-align: left;
  border-collapse: collapse;
  margin-top: 1.5REM;
  margin-bottom: 1.5REM;
  padding-left: 5%;
}

#imprint table td {
  padding-right: .5REM;
}

#imprint table tr:nth-of-type(odd),
#imprint table a:link {
  color: #000;
}

#imprint table a:visited {
  color: #000;
}

#imprint table a:active {
  color: #000;
}

#imprint table a:hover {
  color: #000;
}

.legal p {
  color: #444040;
  margin-top: 3REM;
  text-align: left;
}

@media (max-width: 375px) {
  #imprint table,
  .legal p {
    margin-left: .3REM;
    margin-right: .3REM;
  }
}


.mailphonewrapper {
  padding-left: 10%;
  margin-top: 4REM;
}

@media (max-width:768px) {
  .mailphonewrapper {
    margin-top: 1REM;
  }
}


#call {
  display: block;
  position: relative;
  float:left;
  margin-right: 3REM;
  height: 40px;
  width: 50px;
  background-image: url("./../btn/mailphone-mix.png");
  background-position: top -40px left 0px;
}
#call:active,
#call:hover {
  background-position: top -40px left -50px;
}


#sendMail {
  display: block;
  position: relative;
  float:left;
  height: 40px;
  width: 50px;
  padding: 0;
  background: url("./../btn/mailphone-mix.png");
  background-position: top 0px left 0px;
}
#sendMail:active,
#sendMail:hover {
  background-position: top 0px left -50px;
}



/* ===  Modal für Datenschutz und Haftungshinweise === */
#btn-datenschutz,
#btn-haftungshinweise {
  position: relative;
  float:left;
  padding: 0.5REM 0.5REM 0.5REM 0;
  margin-bottom: 1REM;
  margin-right: 1REM;
  background-color: #FFF;
  color: #fe9900;
}

@media (max-width: 375px){
  #btn-datenschutz,
  #btn-haftungshinweise {
    margin-left: 0.3REM;
  }
}

#btn-datenschutz:active,
#btn-datenschutz:hover,
#btn-haftungshinweise:active,
#btn-haftungshinweise:hover {
  color: #e07e00;
}

#haftungshinweise,
#datenschutz {
  display: none;
  position: fixed;
  top: 80px;
  width:95%;
  height: 85%;
  margin-left: auto;
  margin-right: auto;
  background-color: #E6E5E5;
  overflow: auto;
  padding: 2REM;
}
#btn-cls-hftgshnws,
#btn-cls-dtnschtz {
  position: absolute;
  top: 20px;
  right: 0px;
}

@media(max-width: 375px){
  #haftungshinweise,
  #datenschutz {
    width: 100%;
  }
}

/* === EMAILFORMULAR === */

form input,
form label,
form textarea {
  background-color: #FFF;
  margin-top: 2REM;
  width: 85%;
}
fieldset {
  border: none;
}

#kontaktformular {
  display: block;
  position:fixed;
  z-index: 5;

  top:-455px;/*-380px*/
  min-width: 320px;
  height: 455px;/*420px - 380px*/
  color: #FFF;
  /* background-color: rgba(74,37,18,0.97); */
  background-color: #371D10;
  background-image: linear-gradient(135deg, rgba(20,20,20,0.1), rgba(20,20,20,0.1), rgba(150,150,150,0.1), rgba(50,50,50,0.1), rgba(20,20,20,0.1));
  left:2.5%;
}

.screenreader {
  display: none;
}

.input-field {
  text-align: center;
}

form textarea {
  display: block;
  position: relative;
  resize: none;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}
.btn-order {
  margin-right: 9.5%;
  margin-left: 9.5%;
  margin-top:.5REM;
  height:46px;
}


@media (max-width: 375px) {
  #kontaktformular {
    width: 100%;
    left:0;
  }
  form textarea {
    height: 75Px;
  }
  #kontaktformular {
    height: 365px;
  }
  .btn-order {
    margin-top: 0;
  }
}

#btn-cls-email {
  float:right;
  right: 60px;
}
#kontaktformular .btn-cancel {
  background-position: top -30px left -100px;
}
#kontaktformular .btn-cancel:active,
#kontaktformular .btn-cancel:hover {
  background-position: top -30px left -137px;
}

#btn-sbmt {
  display: block;
  position: relative;
  margin-bottom: 1REM;
  float: right;
  right: -40px;
  width: 37px;
  height: 30px;
  background: url("./../btn/mailphone-mix.png");
  background-position: top 0px left -100px;
  border: none;
  cursor: pointer;
}


#btn-sbmt:active,
#btn-sbmt:hover {
  background-position: top 0px left -137px;
}

/* === Google reCAPTCHA === */

#recaptcha {
  float:right;
  right: 60px;
  opacity: 0.5;
  margin-bottom: 0;
  margin-top: 0;

}

@media(max-width:480px) {
  #recaptcha {
    right:0;
    margin-left:auto;
    margin-right:auto;
    padding-left: 20px;
    /* margin-bottom: 10px; */
    transform: scale(0.85);
  }
}

@media(max-width:375px) {
  #recaptcha {
    /* margin-left: 50px; */
    right:0px;
    margin-left: 60px;
    transform: scale(0.75);
  }
}

/* === POPUP EMAIL SUCCESS */

#popup-email {
  display: none;
  position: fixed;
  top: 100px;
  left: 18%;
  min-width: 156px;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background-color: #E6E5E5;
  color: #000;
  outline: 5000px solid rgba(20,20,20,0.95);
  z-index: 100;
}
#btn-cls-msg {
  position: absolute;
  top:0;
  right:0;
  width: 37px;
  height: 30px;
  background: url("./../btn/mailphone-mix.png");
  background-position: left -100px top -60px;
  cursor: pointer;
  border: none;
}

#btn-cls-msg:active,
#btn-cls-msg:hover {
  background-position: left -137px top -60px;
}

#popup-email h3,
#popup-email p {
  text-align: center;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 1.5EM;
  padding-bottom: 1.5em;
}

#popup-email p {
  background-color: #444040;
  color: #FFF;
  margin-bottom: 0;
}

#popup-email span {
  display: block;
  position: relative;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 1EM;
  cursor: pointer;
  text-align: right;
}

#backToKontakt {
border: none;
width: 100%;
display: block;
color: #000;
}


/* === FOOTER === */

footer > .row > .col-100 img {
  margin-top: 3REM;
}
footer.container > .row > .col-100 > p {
  margin-top: 1REM;
}
footer > a {
  text-align: center;
}
footer a:link {
  color: #666666;
}
footer a:visited {
  color: #666666;
}
footer a:active {
  color: #666666;
}
footer.container a:hover {
  color: #000;
}
footer.container a:focus {
  color:#000;
}
