* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  background: #fff;
  color: #555;
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  color: #3db5e6;
  font-weight: 700;
  font-size: 48px;
}

h2 {
  font-size: 28px;
  color: #3db5e6;
  font-weight: 700;
  text-align: center;
}

h3 {
  font-weight: 300;
  font-size: 24px;
}

hr {
  width: 80%;
  color: #3db5e6;
  margin: 40px auto;
  border: 1px solid;
}

#formular, info {
  margin: 0 auto;
  max-width: 650px;
  min-width: 300px;
  padding: 25px 10px;
}

#formular table {
  width: 100%;
  max-width: 550px;
}

input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  border-radius: 0px 5px 5px 0px;
  background-color: #fff;
  box-shadow: 0 0 5px #bbbbbb;
  border: solid 1px #bbbbbb;
  padding: 10px;
}


.lis-btn {
  color: #555;
  margin-top: 20px;
  font-size: inherit;
  padding: 10px 15px;
  position: relative;
  z-index: 0;
}

.trustpilot-hinweis {
  display: grid !important;
  grid-template-columns: minmax(190px, 3fr) minmax(0, 9fr);
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 650px;
  margin: 32px auto 0;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.trustpilot-hinweis__grafik {
  display: block;
  width: 100%;
  min-width: 0;
}

.trustpilot-hinweis__grafik img {
  display: block;
  width: 100% !important;
  max-width: 220px !important;
  height: auto;
}

.trustpilot-hinweis__text {
  min-width: 0;
}

.trustpilot-hinweis__text h3 {
  margin: 0 0 8px;
  color: #323738;
  font-size: 20px;
  font-weight: 700;
}

.trustpilot-hinweis__text p {
  margin: 0;
}

.trustpilot-hinweis__text a {
  color: #007f4e;
  font-weight: 700;
}

.trustpilot-hinweis + .buttons {
  margin-top: 18px;
}

.info-content {
  text-align: center;
  margin: 40px 0 35px 0;
}



@media only screen and (max-width: 768px) {
	
	section {
		padding: 0 10px;
	}

	.info-content.header h1 {
		font-size: 38px;
		line-height: 1.2;
		padding-bottom: 1rem;
	}
	
	.info-content.header h2 {
		font-size: 22px;
		line-height: 1;
		padding: 0 20px;
	}
	
	.info-content.header hr {
		margin: 20px auto;
	}
	
	.info-content.header .gewinnspiel-logo {
		margin-bottom: -15px;
	}

	.trustpilot-hinweis {
		grid-template-columns: 1fr;
		text-align: center;
		max-width: 650px;
		padding: 18px;
	}

	.trustpilot-hinweis__grafik {
		width: 220px;
		max-width: 100%;
		margin: 0 auto;
	}

	.trustpilot-hinweis__grafik img {
		width: 220px !important;
		max-width: 100% !important;
	}

	#formular table {
		max-width: 650px;
	}
	
	
	
}


.info-content p {
  max-width: 650px;
  margin: 0 auto;
}

table {
  margin: 0 auto;
}

table td {
  font-size: 34px;
  font-weight: 700;
  text-align: left;
}

.gewinn {
  background-color: #efefef;
 /* width: 100%; */
  padding-bottom: 46px;
}

#formular td {
  font-size: 16px;
  font-weight: 300 !important;
}

#tn_bedingungen {
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}

p.margin-btm, h2.margin-btm {
  margin-bottom: 35px;
}

.preis-text {
	color: #555;
	font-size: 24px;
}

.gewinn-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  width: calc(100% - 40px);
  max-width: 980px;
  margin: 34px auto 0;
  background: #fff;
}

.gewinn-grid__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gewinn-grid__item img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
}




/* nh */

img {
	width: 100%;
	max-width: 650px;
}


.gewinnspiel-logo {
	max-width: 200px
}

td.left-col {
    max-width: 200px;
}

span.abstand {
    margin: 2px 0 5px 0;
    display: block;
}


.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
	gap: 10px;
}


.dc-btn {
    color: #323738;
    background: #ffcc00;
    font-size: inherit;
    padding: 10px 15px;
    border: none;
	text-decoration: none;
}


@media only screen and (max-width: 768px) {
	.buttons {
		flex-flow: column;
		
	}

	.gewinn-grid {
		grid-template-columns: 1fr;
		width: calc(100% - 30px);
		max-width: 420px;
		gap: 24px;
	}
}
    


div#lis-content {
    display: grid;
    place-content: center;
    height: calc(100vh - 64px);
}


ul.footer_social-icons {
    display: flex;
    gap: 10px;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

ul.footer_social-icons a {
    text-decoration: none;
	color: #323738;
}

.footer {
    background: #303030;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer a {
    text-decoration: none;
    color: #e6e6e6;
}

.footer a:hover {
    color: #ffcc00;
}
