html,
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Ancillary,Roboto,sans-serif;
}

#content > .mb-4 > .btn {
	font-size: 2em;
	background-color: gray;
	color: white;
}

#content > .mb-4 > .col-4 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

#anschreiben {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 1.6em;
}

#anschreiben-titel {
	margin-bottom: 1.2em;
	font-family: "Bree Serif";
	font-size: 1.8em;
}

#anschreiben-text {
	margin-bottom: 2em;
}

#anschreiben img {
  width: 250px;
  margin-left: -30px;
  top: 15px;
  position: relative;
  z-index: -999;
  margin-top: -10px;
  left: 19px;
}

#anschreiben-btn-teilnahme {
	background-color: forestgreen;
}
		
#anschreiben-btns {
	align-self: flex-end;
	position: absolute;
	bottom: 0;
	display: flex !important;
	flex-direction: column-reverse !important;
}

.anschreiben-btn {
	margin-left: 10px;
	color: white;
	font-size: 1.0em;
	margin: 0.2em
}

.slick-slide > *:not(button) {
	padding: 1em 3em 1em 3em;
}

.slick-slide > button {
	margin-right: 1em;
}

#zeitraum {
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
}

#zeitraum > div > label {
    margin-bottom: 0;
}

#zeitraum > div > label >input  {
	font-weight: 900;
}

.schnittwert {
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	white-space: nowrap;
}

#title {
	font-size: 3.5rem;
}

.title-gray {
	color: white;
}

.text-color-white {
	color: white;
}

* {
  box-sizing: border-box;
}
.jumbotron {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slick-slide {
  outline: none;
}

.question {
  font-size: 1.7em;
  margin-bottom: 0em;
  line-height: 1.5em;
}

.logo {
  max-height: 90px;
}

.btn-custom-red {
	background-color: #CC171A;
}

.btn-custom-gray {
	background-color: #3E3E3E;
	color: white;
	font-size: 1.6em;
}

.bereichsseite {
	vertical-align: middle;
	background-color: #F0B129;
	height: 9em;
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 4em !important;
	font-weight: bold !important;
}
.bereichsseite.abschluss {
	background-color: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label > p {
  height: 220px;
  width: 220px;
  display: inline-block;
  padding: 0 0 0 0px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0;
}

input[type="radio"] + label > div {
  font-size: 1em;
  margin-top: 0.5em;
}

input.lol[type="radio"] + label > p {
  background-image: url(../images/lol-100.png);
}

input.lol[type="radio"]:checked + label > p {
  background-image: url(../images/lol-100-c.png);
}

input.happy[type="radio"] + label > p {
  background-image: url(../images/happy-100.png);
}

input.happy[type="radio"]:checked + label > p {
  background-image: url(../images/happy-100-c.png);
}

input.neutral[type="radio"] + label > p {
  background-image: url(../images/neutral-100.png);
}

input.neutral[type="radio"]:checked + label > p {
  background-image: url(../images/neutral-100-c.png);
}

input.sad[type="radio"] + label > p {
  background-image: url(../images/sad-100.png);
}

input.sad[type="radio"]:checked + label > p {
  background-image: url(../images/sad-100-c.png);
}

.lol.image {
  background-image: url(../images/lol-100-c.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.sad.image {
  background-image: url(../images/sad-100-c.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.jumbotron {
  padding-bottom: 2em;
}

img.w150 {
  width: 150px;
}

#auswertungPosition {
  position: fixed;
  right: 50px;
  top: 3px;
  font-size: 0.8em;
  color: darkslategrey;
}

.parentcenter {
  display: table-cell; 
  font-size: 1.2em;
}

.line-top-bottom {
  margin-top: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgb(96, 96, 105)
}

.modal-dialog {
  margin: auto;
  margin-top: 100px;
  display: table;
}

.bewertung:hover {
  background: rgb(243, 243, 243);
}

.fixed-position {
  position: absolute;
  width: 4%;
  top: 5.5em;
}

.row p, .row p span {
	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
  .jumbotron {
    padding-top: 5px;
	margin-bottom: 0px;
  }
  
  .logo {
    max-height: 30px;
  }
  
  .slick-slide > :not(button) {
	padding: 0em 2em 0em 2em;
  }
  
  #anschreiben {
	font-size: 1.2rem;
	margin-left: 0px;
	margin-right: 0px;

  }
  
  #anschreiben img {
	  width: 120px;
  }
  
  .bereichsseite {
    height: 5em;
    font-size: 3rem !important;
  }
  
  .btn-custom-gray {
    font-size: 1.3rem;
	}
  
  #anschreiben-titel {
	  font-size: 1.4rem;
  }

  #anschreiben-text, #anschreiben-name {
	  font-size: 1.0rem;
	  line-height: 1.3;
  }
  
  #anschreiben-btns {
    align-self: flex-end;
    position: absolute;
    bottom: 0px;
    display: flex !important;
    flex-direction: column-reverse !important;
	}

	input[type="radio"] + label > p {
		height: 150px;
		width: 150px;
	}

	.slick-dots {
		bottom: -178px;
	}
  
  .question {
    font-size: 1.25rem;
  }

  input[type="radio"] + label {
    height: 100%;
    width: 100%;
  }

  .slick-slide {
    margin: 0px 50px;
  }

  .fixed-position {
    
  }
}
