@font-face {
   font-family: myFirstFont;
   src: url(../css/impact-webfont.woff);
}

body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
}

.bg-weihnachten {
  /* The image used */
  background-image: url("../dmxDaten/startseite/bg-weihnachten.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
  color: #E51938;
}

a:focus, a:hover {
  color: #E51938;
  text-decoration: none;
}

h1 {
  font-size: 42px;
  font-family: myFirstFont;
  color: #E51938;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h2 {
  font-size: 28px;
  font-weight: 600;
}

h2.zahlen {
  font-size: 42px;
  font-family: myFirstFont;
  color: #E51938;
}

h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E51938;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-primary {
  color: #ffffff;
  background-color: #E51938;
  border-color: #E51938;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #E51938;
  border-color: #E51938;
}

.btn-outline-primary {
  color: #E51938;
  border-color: #E51938;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #E51938;
  border-color: #E51938;
}

.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-outline-light:hover {
  color: #E51938;
  background-color: #ffffff;
  border-color: #ffffff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

a.icon-socialmedia {
  color: #ffffff;
}

.navbar-nav .nav-link, .nav-item {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
.btn-navigation {
  margin-top: 20px;
  margin-bottom: 20px;
}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #e51938;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.bg-rot {
  background-color: #e51938;
}

.bg-black {
  background-color: #000000;
}

.abstand {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-left {
  max-width: 480px;
}

.content-right {
  max-width: 460px;
}

@media (min-width: 992px) {
.content-right-box {
  max-width: 560px;
  margin-left: 20px;
}
.content-right-box-2 {
  max-width: 760px;
  margin-left: 20px;
}
}

@media (min-width: 768px) {
.content-right-box {
  max-width: 370px;
  margin-left: 20px;
}
.header-bild {
  max-height: 340px;
  text-align: right;
}
.content-right-box-2 {
  max-width: 460px;
  margin-left: 20px;
}
}

@media (max-width: 767px) {
.abstand {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-left {
  margin-bottom: 50px;
}
.content-left-img {
  margin-bottom: 50px;
}
}

@media (max-width: 992px) {
.content-right-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.content-right-box-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
}

.icon-skills {
  height: 60px;
}

.background-container {
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}