/* VARIABLES */
/* NORMALIZE */
:root {
	--fontFamily: Muli;
	--fontFamilyHeading: Muli;

  --tuRot: #c40d1e;
  --tuBlack: #000;
  --darkGrey: #434343;
  --hellGrey: #b2b2b2;

  --orange: #ff6c00;
  --violett: #9013fe;
  --blau: #1f90cc;
  --gruen: #49cb40;

  --fontSize: 16px;
  --lineHeight: 24px;

  /*
  Orange-Rot:
  #ff6c00; - #c40d1e;

  rot-violett:
  #c40d1e - #9013fe

  blau-gruen:
  #1f90cc - #49cb40

  blau-violet
  #1f90cc-#9013fe
  */
}

@font-face {
	font-family: Muli;
	src: url("../fonts/muli-v11-latin-200.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Muli;
	src: url("../fonts/muli-v11-latin-700.woff2") format("woff2");
	font-weight: 700;
	font-style: bold;
	font-display: swap
}

@font-face {
	font-family: Muli;
	src: url("../fonts/muli-v11-latin-italic.woff2") format("woff2");
	font-weight: 800;
	font-style: italic;
	font-display: swap
}

html {
  font-family: Mulish, Arial, sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  background-color: #fff;
}

body {
  margin: 0;
}

#wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  font-family: Mulish, sans-serif;
  font-weight: 400;
  unicode-bidi: isolate;
  background-color: #fff;
}

.redGradient {
  border: 1px solid var(--orange);
  /*
  background: linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 1px) calc(100% - 1px) no-repeat,
            linear-gradient(141deg, #ff6c00 90%, #c40d1e 100%);
 

  border-image: linear-gradient(to bottom, var(--orange), var(--tuRot) 100%) 0 100 0 100;
  border-bottom: 1px solid var(--tuRot);
   */
}

.redFont h2,
.redFont a {
  color: var(--tuRot);
}

h1 {
  font-size: 27px;
  line-height: 33px;
  padding-right: 30px;
}

h1 span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin-right: 40px;
  margin-top: 4px;
}

h2 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom:4px;
  margin-top: 0;
}

h3 {
  font-size: 16px;
  line-height: 26px;
}

p {
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
}

a {
  position: relative;
  text-decoration: none;
}

a[href^="mailto:"] {
   font-weight: bold;
   text-decoration: none;
}

a[href^="https"] {
   text-decoration: none;
}

a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    border-radius: 1px;
    background-color: var(--tuRot);
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.titleIcons {
  margin-top: 20px;
  margin-bottom: 4px;
  width: 40px;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 38px;
}

header img {
  height: 68.5px;
}

main {
   margin-bottom: 40px;
}

#facts {
  margin-right: 196px;
  color: #fff;
}

#triangle {
  padding-left: 50px;
  padding-top: 26px;
  padding-bottom: 50px;
  width: 100%;
  background: var(--orange);
  background: linear-gradient(40deg, var(--orange) 0%, var(--tuRot) 100%);
}

#abdeckerTop {
  display: block;
  margin-top: -6.75%;;
}

#modalities {
  margin-bottom: 20px;
}

#modalities p {
  padding-right: 30px;
}

#modalities ul {
  padding-left: 0;
  padding-right: 30px;
  list-style-type: none;
}

#modalities li {
  display: inline;
  list-style-type: none; 
  /*white-space: nowrap;*/
  white-space: wrap;
}

#about {
  margin-top: 20px;
}

#about,
#tasks,
#profile,
#application {
  padding-right: 150px;
  padding-left: 50px;
  margin-bottom: 16px;
}

#abdeckerFooter {
  margin-left: 140px;
}

#stoerer {
  z-index: 1000;
  float: right;
  background-image: url(../img/stoerer.svg);
  background-repeat: no-repeat;
  width: 145px;
}

#stoerer p {
  color: #fff;
  padding: 12px;
}

footer {
  display: flex;
  justify-content: space-between;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-left: 140px;

  margin-top: -30px;
  margin-top: -3.5%;

  background: var(--orange);
  background: linear-gradient(40deg, var(--orange) 0%, var(--tuRot) 100%);

  font-size: var(--fontSize);
  font-weight: bold;
}

footer p,
footer a {
  font-size:  var(--fontSize);
  line-height: var(--lineHeight);
  color: #fff !important;
}

footer a {
  display: flex;
  padding-top: 24.5px;
}

footer .footerleft {
  text-align: right;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 17px;
}

li {
  list-style-type: disc;
  font-size:  var(--fontSize);
  line-height: var(--lineHeight);
}

p:has(+ ul) {
  margin-bottom: 0;
}

#tu_claim_mobile,
#tu_url_mobile {
  display: none;
}

.noWrap {
  white-space: pre;
  word-break: keep-all;
}

@media screen AND (max-width: 621px) {
  footer {
    margin-top: -3.45%;
  }
}

@media screen AND (max-width: 585px) {
  .redGradient {
    border: none;
  }
  
  footer {
    margin-top: -3.4%;
  }
}
  
@media screen AND (max-width: 480px) {
  header {
    padding: 22px;
  }

  #triangle {
    padding-left: 22px;
    padding-top: 22px;
    padding-right: 0;
    width: 94.5%;
  }

  #about, #tasks, #profile, #application, footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  #facts {
    margin-right: 22px;
  }

  #modalities p {
    padding-right: 0;
  }

  #modalities li {
    display: block;
  }

  #about {
    margin-top: 0;
  }

  #abdeckerFooter {
    margin-left: 1px;
  }

  footer {
    display: block;
    margin-left: 20px;
    margin-top: -4.5%;
  }

  #tu_claim_mobile,
  #tu_url_mobile {
    display: block;
  }

  #tu_url_mobile a {
    padding-top: 0;
    margin-bottom: 5px;
  }

  #tu_claim_desktop,
  #tu_url_desktop {
    display: none;
  }

  .footerleft {
    text-align: left;
  }
}

@media screen AND (max-width: 380px) {
  header img {
    height: 60.5px;
  }
}