@import "menu.css";

@import url(http://fonts.googleapis.com/css?family=Quicksand|Lato:300);

@font-face {
  font-family: CorpoSLig;

  src: url("../fonts/C063002T.ttf");
}

@font-face {
  font-family: CorpoS;

  src: url("../fonts/C063006T.ttf");
}

html {
  overflow-y: scroll;
}

body {
  background: #f5f5f5;

  color: #555;

  font-size: 14pt;

  font-family: "CorpoSLig", sans-serif !important;

  margin: 0;

  padding: 0;

  /* overflow: hidden; */
}

img {
  border: none;

  padding: 0;

  margin: 0;
}

/* Id's and Id's with classes */

#header {
  width: 960px;

  /*height: 30px; Jubil�um*/

  height: 5px;

  background: white;

  margin: auto;
}

#center {
  width: 960px;

  min-height: 650px;

  margin: auto;

  background: white;
}

#background {
  padding-top: 60px;

  padding-left: 41px;

  padding-bottom: 20px;

  min-height: 450px; /* for modern browsers */

  height: auto !important; /* for modern browsers */

  height: 450px; /* for IE5.x and IE6 */
}

#welcome {
  position: relative;

  display: block;

  float: left;

  width: 960px;

  /*height: 100px; Jubil�um*/

  height: 125px;

  /*background: white url(../images/barbara_viereck_kosmetik.png) 155px 35px no-repeat; Jubil�um*/

  background: white url(../images/header.svg) 0px 0px;
  background-repeat: no-repeat;
  background-position: center;

  color: #555;
}

#imprint {
  background: white;

  position: relative;

  display: block;

  float: left;

  width: 898px;

  padding: 30px;

  font-size: 80%;
}

#imprint p {
  text-align: justify;

  background: white;
}

#content {
  background: white;

  position: relative;

  display: block;

  float: left;

  width: 898px;

  padding: 30px;

  font-size: 80%;
}

#content p {
  text-align: justify;
}

/* Classes */

.intro {
  width: 387px;

  height: 387px;

  font-size: 110%;

  text-align: left !important;

  padding: 20px 427px 20px 20px;

  background: #f8f8f8 url(../images/start_portrait_neu_hell.jpg) 427px 0px
    no-repeat;
  background-size: 427px 427px;
}

.contact_box {
  position: relative;

  display: block;

  float: left;

  width: 420px;
}

.border_blackberry {
  border: 1px solid #d73a94;
}

.border_grey {
  border: 1px solid #555;
}

.ul_decimal {
  list-style: decimal;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
}

.strong {
  font-weight: bold;
}

.map {
  border: 1px solid #333333;
}

/* Accordion */

/* Buttons */

button.accordion {
  background-color: #f8f8f8;

  color: #d73a94;

  font-family: "CorpoSLig", sans-serif !important;

  font-size: 150%;

  font-weight: bold;

  cursor: pointer;

  padding: 18px;

  width: 100%;

  text-align: left;

  border: none;

  outline: none;

  transition: 0.4s;
}

/* Hintergrund (hinzugef�gt durch .active class mit JS) und Hover */

button.accordion.active,
button.accordion:hover {
  background-color: #eee;
}

/* Accordion - Panel-Stil. Default ist: ausgeblendet */

div.panel {
  padding: 0 18px;

  font-size: 150%;

  background-color: white;

  display: none;
}

/* Font-Sizes */

.welcome-text {
  font-size: 230%;
}

/* Text */

.uppercase {
  text-transform: uppercase;
}

/* Padding */

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

/* Colors */

.red {
  color: red;
}

.yellow {
  color: yellow;
}

.grey {
  color: #3e3e3e;
}

.blackberry {
  color: #d73a94;
}

.blueberry {
  color: #5b6dc7;
}

/* Tables */

table.pricelist-product-table {
  border: 0px solid #fff;

  width: 800px;
}

.pricelist-product-table td {
  padding: 4px;

  margin: 3px;

  border: 0px solid #fff;

  border-bottom: 1px solid #eee;
}

.pricelist-product-table th {
  background-color: #104e8b;

  color: #fff;

  font-weight: bold;
}

.noBorder {
  border: 0px solid #fff !important;
}

.price {
  font-size: 150%;

  vertical-align: top;

  text-align: right;

  width: 120px;
}

.medium {
  font-size: 150%;
}

.bold {
  font-size: 150%;

  font-weight: bold;
}

/* Links */

a:link,
a:visited,
a:active,
a:hover {
  color: #d73a94;

  text-decoration: none;

  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #d73a94;
}

a:visited {
  color: #d73a94;
}

/*External Link Icon */

a[href^="http:"] {
  background: transparent url("../images/link_ext.png") 100% 50% no-repeat;

  padding-right: 11px;
}

/* Headlines */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CorpoS", sans-serif;

  font-size: 170%;

  margin-top: 15px;

  margin-bottom: 15px;
}

h1 {
  text-transform: uppercase;

  color: #d73a94;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 130%;
}

h4,
h5,
h6 {
  font-size: 120%;
}

.bilder,
.bilder2 {
  display: flex;
  width: 100%;
}

.bilder img {
  transition: transform 0.3s; /* Animation */
  width: 10%;
  min-height: auto;
  align-self: flex-start;
}

.bilder2 img {
  transition: transform 0.3s; /* Animation */
  margin-right: 22px;
  width: 15%;
  min-height: auto;
  align-self: flex-start;
}

@media (hover: hover) {
  .bilder img:hover,
  .bilder2 img:hover {
    transform: scale(
      3
    ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
}
