* {
  margin: 20px;
}

header{
  margin: 0 20px 20px 20px;
}

footer {
  margin: 20px;
}


body{
  background-color: #fefefe;
  margin: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  max-width: 1260px;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}


/* TEXT */
h1{
  font-size: 3em;
  line-height: 1.4em;
  max-width: 1200px;
}

h2{
  font-size: 1.7em;
  line-height: 1.3em;
  margin-bottom: 10px;
}

h3{
  font-size: 1.2em;
  line-height: 1.5em;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 10px;
}

p{
  font-size: 1.1em;
  line-height: 1.6em;
}

.smallDescription{
  font-size: 1em;
  color: #777;
  max-width: 800px;
  margin-top: 20px;
}

a{
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #0000ff;
}

a:hover{
  font-style: italic;
}

.twoColumns{
  column-count: 2;
  column-gap: 20px;
}

.threeColumns{
  column-count: 3;
}

.textContainer{
  max-width: 800px;
}

.halfWidthText{
  width: calc(50% - 40px);
}

.highlightedText{
  user-select: none;
  display: inline;
  background-color: #0000ff11;
  width: 100%;
  border-radius: 20px;
  flex: 0 0 auto;
  padding: 2px 8px;
}

.strikethrough{
  text-decoration: line-through
}

@media screen and (max-width: 600px) {
  .halfWidthText{
    width: 100%;
  }
  .twoColumns{
    column-count: 1;
    column-gap: 0px;
  }

  .threeColumns{
    column-count: 1;
  }
}

@media screen and (max-width: 400px) {

  h1{
    font-size: 2em;
    line-height: 1.4em;
    max-width: 1200px;
  }

  h2{
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 10px;
  }

  h3{
    font-size: 1.2em;
    line-height: 1.5em;
    text-decoration: underline;
    font-weight: normal;
    margin-bottom: 10px;
  }

  p{
    font-size: 1.1em;
    line-height: 1.6em;
  }

  .smallDescription{
    font-size: 1em;
    color: #777;
    max-width: 800px;
    margin-top: 20px;
  }

  .halfWidthText{
    width: 100%;
  }
  .twoColumns{
    column-count: 1;
    column-gap: 0px;
  }

  .threeColumns{
    column-count: 1;
  }
}

/* ZITAT */
.quoteWithSource{
  max-width: 800px;
  padding-left: 40px;
  border-left: 4px solid;
  border-color: #0000ff;
}



/* NAVIGATION */
ul {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 1.2em;
}

li {
  display: inline;
}


/* AUSRICHTUNG */
.floatRight{
  float: right;
}

.floatLeft{
  float: left;
}

.centered{
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.halfWidth{
  width: 50%;
}

/* MARGIN AND PADDING*/
section{
  margin: 0px 0 0px 0;
}

.bigDistanceTop{
  margin-top: 120px;
}

.bigDistanceBottom{
  margin-bottom: 120px;
}

.midDistanceTop{
  margin-top: 80px;
}

.midDistanceBottom{
  margin-bottom: 80px;
}

.smallestDistanceTop{
  margin-top: 16px;
}

.smallDistanceTop{
  margin-top: 32px;
}

.smallDistanceBottom{
  margin-bottom: 32px;
}

.smallPaddingRight{
  padding-right: 40px;
  padding-bottom: 0px;
}

.smallMarginRight{
  margin-right: 20px;
}

@media screen and (max-width: 600px) {
  .smallPaddingRight{
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 400px) {


  .bigDistanceTop{
    margin-top: 40px;
  }

  .bigDistanceBottom{
    margin-bottom: 40px;
  }

  .midDistanceTop{
    margin-top: 32px;
  }

  .midDistanceBottom{
    margin-bottom: 32px;
  }

  .smallestDistanceTop{
    margin-top: 16px;
  }

  .smallDistanceTop{
    margin-top: 24px;
  }

  .smallDistanceBottom{
    margin-bottom: 24px;
  }

  .smallPaddingRight{
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .smallMarginRight{
    margin-right: 20px;
  }
}

/* IMAGES AND VIDEOS */
video{
  width: 100%;
  /* border: 1px solid #ccc; */
}

.ipadHorizontal{
  max-width: 360px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

img{
  width: 100%;
}

.projectSelection{
  margin-top: 80px;
}

.textAndImg{
  margin: 0px 0 0px 0;
  float: left;
  width: 100%;
}

.project{
  margin: 0px 0 80px 0;
  float: left;
  width: 100%;
}

.projectImage{
  width: 50%;
}

.smallIllu{
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centeredImage{
  max-width: 800px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.imgSmall{
  width: 25%;

}

.imgMid{
  width: 50%;
}

.imgBigger{
  width: 75%;
}

.twoImages{
  margin: 0px 0 0px 0;
  float: left;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .imgSmall{
    width: 100%;
    margin-bottom: 20px;
  }
  .projectImage{
    width: 100%;
    margin-bottom: 20px;
  }
  .imgSmall{
    width: 100%;
  }

  .imgMid{
    width: 100%;
  }

  .imgBigger{
    width: 100%;
  }

}


/* AUFTEILUNG */
.backgroundColoured{
  background-color: #0000ff11;
  border-radius: 4px;
}

.backgroundColouredDark {
  background-color: #eaeaef;
  border-radius: 4px;
}

/* b8b8c0 */

.column {
  float: left;
}

.five{
  width: 20%;
}

.four{
  width: 25%;
}

.three{
  width: 33.33%;
}

.two{
  width: 50%;
}


.row {
  margin: 0px -20px 0px -20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.card {
  padding: 20px;
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  /* border: 1px solid black; */
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
  .card {
    padding: 20px;
    padding-top: 40px;
  }
  .lessMargin{
    margin-top: -40px;
  }
}

.cardSection {
  margin-bottom: 40px;
}
