@font-face {
  font-family: myFirstFont;
  src: url(./webfonts/VodafoneRg.ttf);
}

@font-face {
  font-family: myFontBold;
  src: url(./webfonts/VodafoneRgBd.ttf);
}

@font-face {
  font-family: myFontThin;
  src: url(./webfonts/VodafoneLt.ttf);
}

@font-face {
  font-family: myFontMobile2;
  src: url(./webfonts/VodafoneLt.ttf);
  font-weight: thin;
}

#sendemailCenter {
	width: 400px;
	text-align: center;
	height: auto;
	margin-left: auto;
    margin-right: auto;
	background: white;
	padding: 25px;
	margin-top: 40px;
}

.emailMessage {
	    color: black;
    font-size: 30px;
}

#buttonBackStartseite {
	margin-top: 20px;
	background: #D90000;
	border-radius: 5px;
	border: 0px solid #D90000;
	color: white;
	width: 250px;
	height: 40px;
	cursor: pointer;
}



#specialBackground{
	display: none;
}

#desktopVersion {
		display: block;
	}
	
	#TabletVersion {
		display: none;
	}

body {
	background-color: white;
	margin: 0px;
	font-family: myFirstFont;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h1 {
	font-size: 60px;
	margin-block-start: 0px;
    margin-block-end: 0px;
	line-height: 1.4;
	color: white;
	letter-spacing: 2;
	font-family: myFontThin;
}

h2 {
	letter-spacing: 2;
}

.grid {
	padding-left: calc(50% - 760px);
	padding-right: calc(50% - 760px);
	width: 1520px;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}


/*++ HEADER PART ++*/
#header {
	height: 110px;
	background-color: white;
	width: 100%;
	padding-top: 40px;
	position: fixed;
	margin-top: -150px;
    filter: blur(0.1px);
	z-index: 9999;
}
 
#headerPartLeft {
	display: inline-flex;
}

.headerTextLeft,.headerTextRight {
	margin-top: 25px;
	margin-left: 16px;
	font-size: 25px;
}

.subheadline {
	font-weight: 600;
	font-size: 15px;
	float: right;
	margin-top: 10px;
}

#headerPartRight {
	float: right;
}

#vodafoneLogo {
	height: 71px;
	width: 71px;
}

.stoererLogo{
	height: 121px;
	width: 121px;
}

/*-- HEADER PART --*/

/*++ FRONTPICTURE PART ++*/

#frontPicturePart {
	height: 550px;
	width: 100%;
	padding-top: 60px;
	background-image: url("./pictures/pictureMan.jpg");
	background-size: cover;
    background-position-y: 50%;
	margin-top: 150px;
}

.part2h2 {
	font-size: 40px;
	margin-block-start: 0px;
    margin-block-end: 0px;
	line-height: 1.4;
	margin-top:-10px;
	color: white;
	font-family: myFontThin;
}

/*-- FRONTPICTURE PART --*/

/*++ CONTRACT PART ++*/

#contactformsMobile {
	display: none
}

.boxesElements {
	display: flex;
	background: #e5e5e5;
	margin-top: 100px;
}

input {
	width: calc(100% - 30px);
	height: 47px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	margin-top: 20px;
	padding-left: 10px;
}

textarea {
	width: calc(100% - 30px);
	height: 250px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
}

.contactHeader {
	text-align: center;
	font-size: 30px;
	color: white;
}

.contactHeader2 {
	text-align: center;
	font-size: 40px;
	color: white;
	margin-top: -5px;
}

#contactform .p {
	width: auto;
	display: inline-flex;
}

#contactform {
	margin-top: 66px;
}

.contactformlabel {
	text-align: left;
	display: inline-flex;
	color: black;
	font-size:20px;
}

#submitButton,#submitButton2 {
	background: #D90000;
	color: white;
	margin-bottom: 30px;
	font-size: 20px;
}

.calendly-inline-widget {
	height: 1000px !important;
	border-radius: 10px;
	margin-top: 0px;
}

#contactform .leftpart {
	width: 37.5%;
}

#contactform .rightpart {
	width: 62.5%;
	margin-top: 10px;
}

#contactformlabel1 {
	margin-top: 45px;
	margin-left: 30px;
}

#contactformlabel2 {
	margin-top: 42px;
	margin-left: 30px;
}

#contactformlabel3 {
	margin-top: 40px;
	margin-left: 30px;
}

#contactformlabel4 {
	margin-top: 43px;
	margin-left: 30px;
}

#contactform {
	width: 100%;
	background: white;
	padding: 0px;
	padding-right: 0px;
	border-radius: 10px;
	display: flex;
}

#name, #email, #telefon, #message {
	border: 2px solid black;
}

.boxHeadline {
	width: 300px;
	height: 65px;
	margin-top: -105px;
	background: #1E1E1E;
	border-radius: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.boxHeadline p {
	font-size: 40px;
	color: white;
	padding-top: 10px;
	font-weight: 600;
}

.elementsList {
	margin-top: 30px;
	position: relative;
}

.stoerer {
	position: absolute;
	top: 0px;
	right: -20px;
}

.firstButton {
	width: auto;
	height: 130px;
	background: #D90000;
	border-radius: 5px;
	position: relative;
}

.firstButton .firstLine {
	padding: 20 50 0 50;
	font-size: 60px;
	color: white;
	font-weight: 600;
}

.firstButton .firstLineOld {
	font-size: 30px;
	color: white;
	position: absolute;
	top: 50px;
	left: 240px;
	/*text-decoration: line-through;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none*/
}

.firstButton .firstLineOld::before {
  content: '';
  position: absolute;
  left: -2.5px;
  width: 110%;
  height: 2px; /* Dicke der Durchstreichung */
  background-color: white; /* Farbe der Durchstreichung */
  top: 52%; /* Positioniert die Linie vertikal zentriert */
  transform: translateY(50%); /* Verschiebt die Linie um 50% der eigenen Höhe nach unten */
}

.firstButton .firstLineOld::after {
  top: auto; /* Setzt die Position auf automatisch, um den Abstand nach unten zu beenden */
  bottom: 0; /* Positioniert die Linie am unteren Rand */
}

.firstButton .secondLine {
	padding: 0 50 10 50;
	font-size: 20px;
	color: white;
	font-weight: 600;
}

.secondButton {
	width: auto;
	height: 65px;
	background: #D90000;
	margin-top: 20px;
	border-radius: 5px;
}

.secondButton .firstLine{ 
	padding: 20 50 0 50;
	font-size: 20px;
	color: white;
}

.part3h2 {
	font-size: 40px;
	text-align: center;
	margin-block-start: 0px;
    margin-block-end: 0px;
	line-height: 1.4;
}

#contractPart {
	height: auto;
	width: 100%;
	padding-top: 40px;
	background-color: #e5e5e5;
	padding-bottom: 80px;
}

.boxes {
	display: flex;
	margin-top: 100px;
}

.boxelement {
	background: white;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #00000029;
	width: 480px;
	height: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
	padding-bottom: 40px;
	margin-left: 40px;
}

.boxelementCenter {
	background: white;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #00000029;
	width: 480px;
	height: auto;
	margin-left: 40px;
	margin-right: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
	padding-bottom: 40px;
}

.elementIcon {
	height: 30px;
	width: 30px;
}

.elementText {
	font-size: 25px;
	margin-left: 17.5px;
}

.elementLine {
	display: flex;
	margin-bottom: 25px;
}

.elementPicture {
	padding-top: 3px;
}

/*-- CONTRACT PART --*/


/*++ CONTRACTFORM ++*/

.part4h2 {
	margin-block-start: 0em;
    margin-block-end: 0em;

	color: white;
	text-align: center;
	font-size: 40px;
}

#contactFormPart {

	background: transparent linear-gradient(180deg, #DB0000 0%, #940000 100%) 0% 0% no-repeat padding-box;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

/*-- CONTRACTFORM --*/


/*++ BENEFITS PART ++*/

#benefitsPart {
	background: #e5e5e5;
	padding-bottom: 80px;
	padding-top: 40px;
}

.part5h2 {
	text-align: center;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.benefitHeadline {
	font-size: 25px;
	font-weight: bold;
}

.benefitText {
	font-size: 25px;
	margin-top: 6px;
}

.benefitsElements {
	display: flex;
	background: #e5e5e5;
	margin-top: 40px;
}
.benefitsElement {
	width: 480px;
	height: auto;
	margin-left: 40px;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 20px;
	background:rgba(255,255,255,0.5);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.benefitsIcon {
	height: 50px;
	width: 50px;
	padding-bottom: 20px;
}

/*-- BENEFITS PART --*/

/*++ CREDENTIALS PART ++*/

#credentialsPart {
	background: white;
	padding-bottom: 80px;
	padding-top: 40px;
}

.part6h2 {
	text-align: center;
	font-size: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.credentialsElements {
	display: flex;
	background: white;
	margin-top: 40px;
}

.credentialsElementPic {
	height: 80%;
	margin-top: 5%;
}

.credentialsElement {
	width: 220px;
	height: 150px;
	margin-left: 40px;
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 20px;
	text-align: center;
}

/*-- CREDENTIALS PART --*/

/*++ INFOBOX PART ++*/

.SchalterImg {
    filter: invert(59%) sepia(0%) saturate(743%) hue-rotate(146deg) brightness(89%) contrast(90%);
    margin-bottom: 10px;
    transform: rotate(270deg);
    cursor: pointer;
    width: 25px;
    margin-right: 20px;
    margin-top: -5px;
}

.rotateUp {
    animation: rotateUp 0.3s 1;
    animation-fill-mode:forwards;
}

@-webkit-keyframes rotateUp {
    from {transform: rotate(90deg);-webkit-transform:rotate(90deg);}
    to {transform: rotate(270deg);-webkit-transform:rotate(270deg);}
} 

@keyframes rotateUp {
    from {transform: rotate(90deg);-webkit-transform:rotate(90deg);}
    to {transform: rotate(270deg);-webkit-transform:rotate(270deg);}
} 
.rotateDown {
    animation: rotateDown 0.3s 1;
    animation-fill-mode:forwards;
}

@-webkit-keyframes rotateDown {
    from {transform: rotate(270deg);-webkit-transform:rotate(270deg);}
    to {transform: rotate(90deg);-webkit-transform:rotate(90deg);}
} 

@keyframes rotateDown {
    from {transform: rotate(270deg);-webkit-transform:rotate(270deg);}
    to {transform: rotate(90deg);-webkit-transform:rotate(90deg);}
} 

#informationsBoxPart {
	background:#e5e5e5;
	padding-bottom: 80px;
    padding-top: 40px;
	
}

.informationBox {
	width: auto;
    max-height: auto;
	background: #f9f9f9;
    border-radius: 20px;
	padding: 40px;
	position: relative;
	/*transition: max-height 0.4s ease-out;*/
}

.informationBox:nth-child(2),
.informationBox:nth-child(3),
.informationBox:nth-child(4),
.informationBox:nth-child(5){
	margin-top: 40px;
}

.infoBoxHeader {
	font-size: 25px;
	padding-bottom: 30px;
	color: #858585;
	border-bottom: 1px solid #858585;
	display: flex;
}

.infoBoxText {
	padding-top: 30px;
	color: #858585;
	transition: max-height 0.4s ease-out;
	display: inline-table;
	height: 0px;
}

.infoBoxText p {
	display: none;
}

/*-- INFOBOX PART --*/


form {
	display: none;
}


/*++ FOOTER PART ++*/

#footer {
	background: #353535;
	color: white;
	padding: 40px;
}

a{
	color: white !important;
	text-decoration: none;
}

#footerLine1 {
	font-size: 25px;
}

#footerLogo {
	
}

#footerLine2 {
	display: inline-flex;
	font-size: 25px;
	margin-top: 20px;
}

.footerTitle {
	padding-bottom: 10px;
	font-weight: 600;
}

#footerLine3 {
	text-align: center;
	font-size: 25px;
	margin-top:  50px;
}

.footerPart {
	width: 400px;
	margin-left: 120px;
	margin-top:20px;
}

/*-- FOOTER PART --*/

@media all and (max-width: 1600px) {
	
	.grid {
		padding-left: 40px;
		padding-right: 40px;
		width: calc(100% - 80px);
	}
	
	.footerPart {
		width: 30%;
		margin-left: 3.33%;
	}
}

@media all and (max-width: 1552px) {
	.calendly-inline-widget {
		margin-top: 36px;
	}
	
	#contactform {
		margin-top: 36px;
		display: flex;
	}
}	

@media all and (max-width: 1400px) {
	.firstButton .firstLineOld {
		font-size: 20px;
	}
}

@media all and (max-width: 1320px) {
	.firstButton .firstLineOld {
		font-size: 30px;
	}
	
	h1 {
		font-size: 40px;
		margin-block-start: 0px;
		margin-block-end: 0px;
		line-height: 1.4;
		color: white;
	}
	
	.part2h2 {
		margin-top: 20px;
	}
	
	.part2h2,.part3h2,.part4h2,.part5h2 {
		font-size: 30px;
	}
	
	.boxesElements {
		display: flow-root;
	}
	
	.boxelement {
		width: 40%;
		float: left;
		margin-top: 30px;
	}
	
	.boxelement:nth-child(2n) {
		float: right;
	}
	
	.boxelement:nth-child(3n) {
		margin-left: 0px;
		margin-top: 60px;
	}
	
	#contractPart {
		height: auto;
		padding-bottom: 60px;
	}
}

@media all and (max-width: 1200px) {
	#desktopVersion {
		display: none;
	}
	
	#TabletVersion {
		display: block;
	}
	
	
	#benefit1 {
		float: left;
		width: 45%;
		display: inline-block;
		margin-right: 2.5%;
	}
	
	#benefit2 {
		float: right;
		width: 45%;
		display: inline-block;
		margin-left: 2.5%;
	}
		
	#benefit3 {
		float: left;
		width: 45%;
		display: inline-block;
		margin-right: 5%;
		margin-left: 0px;
	}	
	
	#benefit4 {
		float: right;
		width: 45%;
		margin-left: 5%;
		margin-right: 0%;
		display: inline-block;
	}	
	
	#benefit5 {
		float: left;
		width: 45%;
		margin-left: 10%;
		display: inline-block;
		margin-left: 0px;
	}	
	
	#benefit6 {
		float: right;
		width: 45%;
		display: inline-block;
		margin-left: 5%;
		margin-right: 0%;
	}
	
}

@media all and (max-width: 1150px) {
	
	.boxelement {
		width: 39%;
		float: left;
		margin-top: 30px;
	}
	
	.credentialsElements {
		display: flow-root;
	}

	.credentialsElement {
		width: 30%;
		height: 150px;
		margin-left: 0px;
		margin-right: 5%;
		box-shadow: 0px 0px 10px #00000029;
		border-radius: 20px;
		margin-top: 40px;
		float: left;
	}
	
	.credentialsElement:nth-child(2),.credentialsElement:nth-child(5) {
		margin-left: 0%;
		margin-right: 0%;
	}
	
	.credentialsElement:nth-child(3),.credentialsElement:nth-child(6){
		margin-left: 5%;
		margin-right: 0%;
	}
	
	.credentialsElements{
		margin-top: 0px !important;
	}
	
	.footerPart {
		font-size: 20px;
	}
	
	#footerLine3 {
		font-size: 18px;
	}
	
	.secondButton {
		height: auto;
	}
	
	.secondButton .firstLine {
		padding: 10 50 10 50;
	}
	
}

@media all and (max-width: 1100px) {
	
	.boxHeadline p {
		font-size: 30px;
		padding-top: 15px;
	}
	
}

@media all and (max-width: 1090px) {

}

@media all and (max-width: 1006px) {
	
	.firstButton .firstLineOld {
		font-size: 25px;
		color: white;
		position: absolute;
		top: 20px;
		left: 170px;
	}
	
	.stoerer {
		right: -20px;
	}
	.stoererLogo{
		height: 81px;
		width: 81px;
	}
	
	.boxelement {
		width: 38%;
		float: left;
		margin-top: 30px;
	}
	
	.elementText {
		font-size: 20px;
	}
	
	.firstButton .firstLine {
		font-size: 35px;
		padding-top: 10px;
	}
	
	.firstButton {
		height: auto;
	}
	
	.elementPicture {
		padding-top:0px;
	}
}

@media all and (max-width: 930px) {
	.boxelement {
		width: 37%;
		float: left;
		margin-top: 30px;
	}
	
	.boxHeadline {
		width: auto;
	}
	
	.calendly-inline-widget {
		heiht: 930px !important;
	}
	
	#contactforms {
		display: none;
	}
		
	#contactformsMobile {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: calc(100vw - 110px);
	}
	
	.calendly-inline-widget {
		margin-top: -36px;
	}
	#contactform {
		display: block;
		width: calc(100vw - 110px);
	}
	
	#contactformlabel1,#contactformlabel2,#contactformlabel3,#contactformlabel4 {
		margin-left: auto;
		margin-right: auto;
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	input {
		width: calc(100% - 80px);
		height: 47px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		margin-top: 5px;
		margin-left: 40px;
		margin-right: 40px;
	}
		
	textarea {
		width: calc(100% - 80px);
		height: 250px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		margin-top: 5px;
		margin-left: 40px;
		margin-right: 40px;
	}
	#contactformlabel1, #contactformlabel2, #contactformlabel3, #contactformlabel4 {
		margin-top: 25px;
	}
	
	#submitButton,#submitButton2 {
		margin-top: 25px;
	}
}

@media all and (max-width: 866px) {
	.boxelement {
		width: 36%;
		float: left;
		margin-top: 30px;
	}
	
}

@media all and (max-width: 820px) {
	
	
	#sendemailCenter {
		width: 400px;
		text-align: center;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		background: white;
		padding: 25px;
		margin-top: 0px;
	}
	
	.emailMessage {
		font-size: 25px;
	}
	
	#desktopVersion {
		display: block;
	}
	
	.boxesElements {
		margin-top: 40px;
	}
	
	#TabletVersion {
		display: none;
	}
	
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
	
	.boxelement:nth-child(1) {
		float: inherit;
		margin-top: 60px;
	}
	
	.boxelement:nth-child(2n) {
		float: inherit;
		margin-top: 60px;
	}
	
	
	/*++ HEADER PART ++*/
	#header {
		height: 70px;
		background-color: white;
		width: 100%;
		padding-top: 0px;
		position: fixed;
		filter: blur(0.1px);
		z-index: 9999;
		margin-top: -70px;
	}
	#headerPartLeft {
		padding-top:15px;
	}
	
	#headerPartRight {
		padding-top:10px;
	}

	.headerTextLeft {
		margin-top: 10px;
		margin-left: 10px;
		font-size: 18px;
	}
	
	.headerTextRight {
		font-size: 12px;
		margin-top: -7.5px;
		text-align: right;
		padding-top:10px;
	}
	
	.subheadline {
		font-size: 10px;
		float: right;
		margin-top: 0px;
	}

	#vodafoneLogo {
		height: 40px;
		width: 40px;
	}

	/*-- HEADER PART --*/
	
	/*++ FRONTPICTURE PART ++*/

	#frontPicturePart {
		height: 250px;
		margin-top: 70px;
	}
	
	h1 {
		font-size: 30px;
		margin-block-start: 0px;
		margin-block-end: 0px;
		line-height: 1.4;
		color: white;
	}

	.part2h2 {
		font-size: 20px;
		margin-block-start: 0px;
		margin-block-end: 0px;
		line-height: 1.4;
		margin-top:0px;
		color: white;
	}

	/*-- FRONTPICTURE PART --*/
	
	/*++ CONTRACT PART ++*/
	
	.boxesElements {
		display: block;
	}
	
	.boxelement {
		background: rgba(255,255,255,0.5);
		border-radius: 20px;
		box-shadow: 0px 0px 10px #00000029;
		width: auto;
		height: auto;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 80px;
		padding-bottom: 40px;
		margin-left: 0px;
		margin-top: 80px;
	}
	
	.boxesElements {
		display: block;
	}
	
	.boxelement {
		width: auto;
		float: none;
		margin-top: 30px;
	}
	
	.boxelement:nth-child(3n) {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-top: 60px;
	}
	
	
	#contractPart {
		height: auto;
		padding-bottom: 50px;
	}
	
	.part3h2 {
		font-size: 25px;
	}
	
	.boxHeadline {
		width: auto;
	}
	
	.boxHeadline p {
		font-size: 25px;
		color: white;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.boxHeadline {
		height: auto;
	}
	
	.elementText {
		font-size: 20px;
	}
	
	.firstButton .firstLine {
		font-size: 35px;
		padding-top: 10px;
	}
	
	.firstButton .secondLine {
		display: none;
	}
	
	.firstButton {
		height: auto;
		padding-bottom: 10px;
	}
	
	.secondButton {
		height: auto;
	}
	
	.secondButton .firstLine {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/*-- CONTRACT PART --*/
	
	/*++ BENEFITS FORM ++*/
	
	.benefitsElements {
		display: block;
	}
	
	.benefitsElement {
		width: auto;
		margin-left: 0px;
		margin-top: 40px;
	}

	.part4h2 {
		margin-block-start: 0em;
		margin-block-end: 0em;
		color: white;
		text-align: center;
		font-size: 25px;
	}

	#contactFormPart {

		background: transparent linear-gradient(180deg, #DB0000 0%, #940000 100%) 0% 0% no-repeat padding-box;
		height: auto;
	}

	/*-- BENEFITSFORM --*/
	
	/*++ CREDENTIALS PART ++*/
	
	.part5h2 {
		font-size: 25px;
	}
	
	.credentialsElements {
		display: flow-root;
	}

	.credentialsElement {
		width: 46%;
		height: 150px;
		margin-left: 0px;
		margin-right: 4%;
		box-shadow: 0px 0px 10px #00000029;
		border-radius: 20px;
		margin-top: 40px;
		float: left;
		text-align: center;
	}
	
	.credentialsElement:nth-child(1n) {
		margin-left: 0%;
		margin-right: 4%;
	}
	
	.credentialsElement:nth-child(2n) {
		margin-left: 4%;
		margin-right: 0%;
	}
	
	/*.credentialsElement:nth-child(3){
		margin-left: 0%;
		margin-right: 0%;
	}
	
	.credentialsElement:nth-child(6) {
		margin-left: 4%;
		margin-right: 0%;
	}*/
	
	
	.credentialsElements{
		margin-top: 0px !important;
	}
	
	.benefitHeadline {
		font-size: 20px;
	}
	
	.benefitText {
		font-size: 20px;
	}
	
	/*-- CREDENTIALS PART --*/
	
	.part6h2 {
		font-size: 25px;
	}
	
	#footer {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 40px;
	}
	
	.footerPart {
		width: 75%;
		margin-left: 0%;
	}
	
	.footerPart p {
		font-size: 15px;
	}
	
	.footerTitle {
		margin-top: 15px;
		font-family: myFontBold;
	}
	
	#footerLine2 {
		font-size: 20px;
		display: block;
	}
	
	#footerLine3 {
		font-size: 15px;
		margin-top: 40px;
		width: 75%;
		text-align: left;
	}
}

@media all and (max-width: 780px) {
	
	.contactformlabel {
		margin-right: 10px;
	}
}

@media all and (max-width: 752px) {
	.calendly-inline-widget {
		margin-top: 36px;
	}
	
	#contactform {
		display: block;
	}
}

@media all and (max-width: 532px) {

	
	.firstButton .firstLineOld {
		font-size: 20px;
		color: white;
		position: absolute;
		top: 15px;
		left: 150px;
	}
	
	#sendemailCenter {
		width: auto;
		text-align: center;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		background: white;
		padding: 25px;
		margin-top: 0px;
	}
	
	.emailMessage {
		font-size: 20px;
	}
	
	input {
		width: calc(100% - 40px);
		height: 47px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
	}
		
	textarea {
		width: calc(100% - 40px);
		height: 250px;
		border-radius: 5px;
		border: 1px solid #E5E5E5;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#contactformsMobile {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	
	.calendly-inline-widget {
		margin-top: -36px;
	}
	
	#contactform {
		display: block;
		width: 100%;
	}
	
}

@media all and (max-width: 480px) {
	#contactformlabel2 {
 
}
}

@media all and (max-device-width: 600px) and (orientation: portrait){
	
	body {
		background-color: white;
		margin: 0px;
		font-family: myFontMobile2;
	}
	
	.grid {
		padding-left: 20px;
		padding-right: 20px;
		width: calc(100% - 40px);
	}
	
	h1 {
		z-index: 1 !important;
		position: relative;
	}
	
	.part2h2 { 
		z-index: 1 !important;
		position: relative;
	}
	
	#specialBackground {
		display: block;
		height: 350px;
		position: absolute;
		width: 75%;
		left: 0px;
		background: #00000063;
		z-index: 1;
		border-radius: 0px 20px 20px 0px;
		opacity: 0.9;
		/* From https://css.glass */
		background: rgba(55, 46, 46, 0.3);
		border-radius: 16px;
		backdrop-filter: blur(7.5px);
		-webkit-backdrop-filter: blur(7.5px);
	}
	
	.boxesElements {
		margin-top: 0px;
	}
	
    #desktopVersion {
		display: block;
	}
	
	#TabletVersion {
		display: none;
	}
	
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
	
	.boxelement:nth-child(1) {
		float: inherit;
		margin-top: 60px;
	}
	
	.boxelement:nth-child(2) {
		float: inherit;
		margin-top: 60px;
	}
	
	.boxelement:nth-child(3) {
		float: inherit;
		margin-top: 60px;
	}
	
	/*++ HEADER PART ++*/
	#header {
		height: 120px;
		background-color: white;
		width: 100%;
		padding-top: 0px;
		position: fixed;
		filter: blur(0.1px);
		z-index: 9999;
		margin-top: -120px;
	}
	#headerPartLeft {
		padding-top:15px;
		width: 35%;
	}
	
	#headerPartRight {
		padding-top:35px;
		margin-left: 0px;
		width: 65%;
	}

	.headerTextLeft {
		margin-top: 25px;
		margin-left: 10px;
		font-size: 20px;
	}
	
	.headerTextRight {
		font-size: 12.5px;
		margin-top: -15.5px;
		text-align: right;
		padding-top:10px;
	}
	
	.subheadline {
		font-size: 10.5px;
		float: right;
		margin-top: 0px;
		text-align: right;
		width: 100%;
	}

	#vodafoneLogo {
		height: 60px;
		width: 60px;
		margin-top: 10px;
	}

	/*-- HEADER PART --*/
	
	/*++ FRONTPICTURE PART ++*/

	#frontPicturePart {
		height: 400px;
		margin-top: 120px;
		background-position-x: 70%;
		background-size: 240% 170%;
	}
	
	h1 {
		font-size: 27.5px;
		margin-block-start: 0px;
		margin-block-end: 0px;
		line-height: 1.0;
		color: white;
		padding-top: 40px;
		width: 70%;
		font-weight: 700;
	}

	.part2h2 {
		font-size: 22.5px;
		margin-block-start: 0px;
		margin-block-end: 0px;
		line-height: 1.0;
		margin-top:20px;
		color: white;
		width: 70%;
		font-weight: 800;
	}

	/*-- FRONTPICTURE PART --*/
	
	/*++ CONTRACT PART ++*/
	
	.boxesElements {
		display: block;
	}
	
	.boxelement {
		background: rgba(255,255,255,0.5);
		border-radius: 20px;
		box-shadow: 0px 0px 10px #00000029;
		width: auto;
		height: auto;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 80px;
		padding-bottom: 40px;
		margin-left: 0px;
	}
	
	.boxesElements {
		display: block;
	}
	
	.boxelement {
		width: auto;
		float: none;
		margin-top: 30px;
	}
	
	#contractPart {
		height: auto;
		padding-bottom: 50px;
	}
	
	.part3h2 {
		font-size: 22.5px;
		font-weight: 800;
	}
	
	.part4h2 {
		font-size: 22.5px;
		font-weight: 800;
	}
	
	.boxHeadline {
		width: auto;
	}
	
	.boxHeadline p {
		font-size: 25px;
		color: white;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.boxHeadline {
		height: auto;
	}
	
	.elementText {
		font-size: 20px;
		margin-left: 20px;
	}
	
	.firstButton .firstLine {
		font-size: 25px;
		padding-top: 10px;
	}
	
	.firstButton .secondLine {
		display: none;
	}
	
	.firstButton {
		height: auto;
		padding-bottom: 10px;
	}
	
	.secondButton {
		height: auto;
	}
	
	.secondButton .firstLine {
		font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	/*-- CONTRACT PART --*/
	
	/*++ BENEFITS FORM ++*/
	
	.benefitsElements {
		display: block;
	}
	
	.benefitsElement {
		width: auto;
		margin-left: 0px;
		margin-top: 40px;
	}

	.part4h2 {
		margin-block-start: 0em;
		margin-block-end: 0em;
		color: white;
		text-align: center;
		font-size: 22.5px;
		margin-bottom: 40px;
	}

	#contactFormPart {

		background: transparent linear-gradient(180deg, #DB0000 0%, #940000 100%) 0% 0% no-repeat padding-box;
		height: auto;
	}
	
	.benefitsIcon {
		height: 30px;
		width: 30px;
		padding-bottom: 20px;
	}

	/*-- BENEFITSFORM --*/
	
	/*++ CREDENTIALS PART ++*/
	
	.part5h2 {
		font-size: 25px;
		font-weight: 800;
	}
	
	.elementIcon {
		height: 30px;
		width: 30px;
	}
	
	.credentialsElements {
		display: flow-root;
	}

	.credentialsElement {
		width: 46%;
		height: 150px;
		margin-left: 0px;
		margin-right: 4%;
		box-shadow: 0px 0px 15px #00000029;
		border-radius: 20px;
		margin-top: 40px;
		float: left;
	}
	
	.credentialsElement:nth-child(1n) {
		margin-left: 0%;
		margin-right: 4%;
	}
	
	.credentialsElement:nth-child(2n) {
		margin-left: 4%;
		margin-right: 0%;
	}
	
	.credentialsElements{
		margin-top: 0px !important;
	}
	
	.benefitHeadline {
		font-size: 20px;
	}
	
	.benefitText {
		font-size: 20px;
	}
	
	/*-- CREDENTIALS PART --*/
	
	.part6h2 {
		font-size: 22.5px;
		font-weight: 800;
	}
	
	#footer {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 40px;
	}
	
	.footerPart {
		width: 75%;
		margin-left: 0%;
	}
	
	a {
		color: white;
		text-decoration: none;
	}
	
	.footerPart p {
		font-size: 20px;
	}
	
	.footerTitle {
		margin-top: 15px;
		font-family: myFontBold;
	}
	
	#footerLine2 {
		font-size: 20px;
		display: block;
		margin-top: 10px;
	}
	
	.footerPart:nth-child(2) {
		margin-top: 40px;
	}
	
	.footerPart:nth-child(3) {
		margin-top: 40px;
	}
	
	#footerLine3 {
		font-size: 20px;
		margin-top: 10px;
		width: 75%;
		text-align: left;
	}
	
	.boxHeadline {
		margin-top: -105px;
	}
}
