@font-face {
    font-family: Gotham_Regular;
    src: url('../fonts/Gotham_Regular.otf');	 
}

@font-face {
	font-family: 'Gotham_Regular';
	src: url('../fonts/Gotham_Regular.otf');
	src: url('../fonts/Gotham Regular.eot');
	src: local('☺'), url('../fonts/Gotham Regular.woff') format('woff'), url('../fonts/Gotham Regular.ttf') format('truetype'), url('../fonts/Gotham Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Gotham_Rounded_Bold';
	src: url('../fonts/Gotham_Rounded_Bold.otf');
	src: url('../fonts/Gotham_Rounded_Bold.eot');
	src: local('☺'), url('../fonts/Gotham_Rounded_Bold.woff') format('woff'), url('../fonts/Gotham_Rounded_Bold.ttf') format('truetype'), url('../fonts/Gotham_Rounded_Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'Gotham_Rounded_Book';
	src: url('../fonts/Gotham_Rounded_Book.otf');
	src: url('../fonts/Gotham_Rounded_Book.eot');
	src: local('☺'), url('../fonts/Gotham_Rounded_Book.woff') format('woff'), url('../fonts/Gotham_Rounded_Book.ttf') format('truetype'), url('../fonts/Gotham_Rounded_Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Gotham_Rounded_Light';
	src: url('../fonts/Gotham_Rounded_Light.otf');
	src: url('../fonts/Gotham_Rounded_Light.eot');
	src: local('☺'), url('../fonts/Gotham_Rounded_Light.woff') format('woff'), url('../fonts/Gotham_Rounded_Light.ttf') format('truetype'), url('../fonts/Gotham_Rounded_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'Gotham_Rounded_Medium';
	src: url('../fonts/Gotham_Rounded_Medium.otf');
	src: url('../fonts/Gotham_Rounded_Medium.eot');
	src: local('☺'), url('../fonts/Gotham_Rounded_Medium.woff') format('woff'), url('../fonts/Gotham_Rounded_Medium.ttf') format('truetype'), url('../fonts/Gotham_Rounded_Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: Gotham_Thin;
    src: url(../fonts/Gotham_Thin.otf);
	
}

@font-face {
	font-family: 'Gotham_Thin';
	src: url('../fonts/Gotham_Thin.eot');
	src: local('☺'), url('../fonts/Gotham_Thin.woff') format('woff'), url('../fonts/Gotham_Thin.ttf') format('truetype'), url('../fonts/Gotham_Thin.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
	-webkit-text-fill-color: #01aedb !important;
}
.bestellenAddress.inputField{
	background-color:#fafafa;
}
body{
	font-family: Gotham_Rounded_Light;
	padding:0px !important;
	margin:0px !important;
	width: 100%;
	height: 100%;
}
html.noscroll{
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}
.popover{
	max-width:400px !important;
}
.Section{
	min-height:100vh;
	min-height: calc(1 * var(--vh));
	/*min-height:100vh;*/
	padding-top:10vh;
	padding-top:calc(0.1 * var(--vh));
	padding-bottom:10vh;
	padding-bottom:calc(0.1 * var(--vh));	
	position: relative;
}
.content{
	max-width: 1200px;
	padding-left:10px;
	padding-right:10px;	
}
.cleanA{
	outline:none !important;
	cursor:pointer;
	text-decoration:none !important;
}
div:focus{
	outline:none;
}
#Logo{
	padding-top:2.5vh;
	padding-top:calc(0.025 * var(--vh));
	padding-bottom:2vh;
	padding-bottom:calc(0.02 * var(--vh));
}
#Logo img{
	height:20vh;
	height:calc(0.2 * var(--vh));
	min-height:60px;
}
.LargeHeader{
	font-size:7.6vh;
	font-size:calc(0.076 * var(--vh));
	font-family:Gotham_Rounded_Bold;
}
.LargeHeaderFoot{
	font-size:8.8vh;
	font-size:calc(0.088 * var(--vh));
	font-family:Gotham_Rounded_Bold;
}
.MediumHeader{
	font-size:4vh;
	font-size:calc(0.04 * var(--vh));
	font-family:Gotham_Rounded_Medium;
}
.MediumHeaderRoundedLight{
	font-size:4vh;
	font-size:calc(0.04 * var(--vh));
	font-family:Gotham_Rounded_Light;
}
.SemiMediumParagraph{
	font-size:3.5vh;
	font-size:calc(0.035 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Medium;
}
.NormalParagraphMedium{
	font-size:1.9vh;
	font-size:calc(0.019 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Medium;
}
.NormalParagraph{
	font-size:2vh;
	font-size:calc(0.02 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Light;
}
.MediumParagraph{
	font-size:5vh;
	font-size:calc(0.05 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Book;
}
.textAlignLeft{
	text-align: left;
}
.BesserText{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	cursor:pointer;
	font-size:4vh;
	font-size:calc(0.04 * var(--vh));
	font-family:Gotham_Rounded_Light;
}
.BesserText.active,.BesserText:hover{
	font-family:Gotham_Rounded_Medium;
}
.BesserContent{
	color:white;
	font-size:5vh;
	font-size:calc(0.05 * var(--vh));
	font-family:Gotham_Rounded_Light;
}
.BesserContentBlue{
	color:#01aedb;
	font-size:5vh;
	font-size:calc(0.05 * var(--vh));
	font-family:Gotham_Rounded_Bold;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#firstPriceChild {
    font-family: Gotham_Rounded_Bold;
    display: block;
    float: left;
    margin: 0px;
	margin-top:-1.2vh;
    margin-top: -calc(0.012 * var(--vh));
  	font-size:17vh;
    font-size: calc(0.17 * var(--vh));
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.inlineBlock{
	display:inline-block;	
}
.MobileNav{
	z-index:10;
	position: fixed;
	width: 60vw;
	min-height: 100vh;
	background-color: rgba(255, 255, 255, 0.9);
	top: 0px;
	right: 0px;
	padding-left: 10vw;
	padding-bottom: 5vh;
	padding-top: 11vh;
	border-radius: 0px 0px 0px 10px;
}
.MobileNav a{
	color:#01aedb;
	font-family: Gotham_Rounded_Medium;
	padding:10px 0;
	outline: none;
	cursor: pointer;
	text-decoration: none !important;
	display: inline-block;
	margin-top: 3vh;
	line-height: normal;
	font-size:22px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.MobileNav a.active{
	color:#ee2e74;
	
}
.MobileNav a:hover{
	color:#ee2e74;
}
.switch{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color:#01aedb;
	height: 30px;
    width: 60px;
    border: 1.5px solid #01aedb;
    border-radius: 15px;
	cursor:pointer;
}
.switch.active{
	background:#01aedb;
}
.switchButton{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: #f90d45;
    height: 30px;
    width: 30px;
    border-radius: 70px;
	cursor:pointer;
	margin-left:-2px;
	margin-top:-1.5px;
	
}
/* Elena DatePicker css */

  .ui-widget.ui-widget-content{
	border: 1px solid #01aedb;
	src: url('Gotham-rounded-medium.otf');
	font-family: Gotham_Rounded_Medium ;
  }
  .ui-datepicker .ui-datepicker-header{
	background-color: #01aedb;
	font-family: Gotham_Rounded_Medium ;
  }
  .ui-datepicker th{
	color:#8c8c8c;
	font-family: Gotham_Rounded_Medium   }
 .ui-state-default, .ui-widget-content .ui-state-default{
	background: #fff;
	font-family: Gotham_Rounded_Medium ;
 }
 .ui-datepicker .ui-datepicker-title select{
	color: #01aedb;
	border-color:#fff;
	border-radius: 2px;
	font-weight:bold;
	font-family: Gotham_Rounded_Medium ;
  }
  .ui-state-default, .ui-widget-content .ui-state-default{
	 border-radius: 2px;
	 font-family: Gotham_Rounded_Medium ;
  }
  .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	 margin-left:3px;
	 font-family: Gotham_Rounded_Medium ;
	 padding-left:5px;
  }
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	 border-color: #01aedb !important;
	 background: #01aedb !important;
	 color:#fff !important;
	 font-weight: 700;
	 font-family: Gotham_Rounded_Medium ;

  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
	 border: 1.4px solid #e9e9e9 !important;
	 color:#808080;
	 font-family: Gotham_Rounded_Medium ;
  }
.ui-datepicker-week-end .ui-datepicker-unselectable .ui-state-disabled .ui-state-default{
	 color:#fff !important;
	 font-family: Gotham_Rounded_Medium ;
}
 .ui-datepicker-unselectable .ui-state-disabled span.ui-state-default{
	color:#fff !important;
	font-family: Gotham_Rounded_Medium ;
}
.ui-datepicker-unselectable span.ui-state-default {
   color:#fff !important;
   font-family: Gotham_Rounded_Medium ;
}
.ui-datepicker .ui-datepicker-next:hover{
   background: #01aedb ;
   border-color: #01aedb ;
   font-family: Gotham_Rounded_Medium ;
}
.ui-datepicker .ui-datepicker-prev:hover{
   background: #01aedb ;
   border-color: #01aedb ;
   font-family: Gotham_Rounded_Medium ;
}
.ui-widget-header .ui-state-disabled{
   opacity:0.35 ;
   font-family: Gotham_Rounded_Medium ;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled .ui-state-disabled{
	opacity:0.7 !important;
	font-family: Gotham_Rounded_Medium ;
}
.ui-datepicker-prev span {
   background-image: url("../img/content/prevArrow.png") !important;
   background-position: 0px 0px !important;
}

.ui-datepicker-next span {
    background-image: url("../img/content/rightArrow.png") !important;
    background-position: 0px 0px !important;
}
/******/
.switchGrey{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color:#bababa;
	height: 25px;
    width: 50px;
    border: 1px solid #bababa;
    border-radius: 15px;
	cursor:pointer;
	background-color: #bababa;
}

.switchButtonGrey{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #f6fcfd;
    height: 19px;
    width: 19px;
    border-radius: 70px;
    cursor: pointer;
    margin-left: 2px;
    margin-top: 2px;
}
.switchButtonGrey.active{
	background-color:#f6fcfd !important;
	border: 1px solid #f6fcfd !important;
}
.switchGrey.active{
 	background-color:#01aedb;
	border: 1px solid #01aedb;	
}
.switchButton:hover{
	background-color: #f90d45;
}
.wrap {
  display: flex;
  justify-content: center;  
}
.inner {  
  align-self: center;  
}
.footerButtonBestellen{
	margin-top:34px;
}
.JetztButton{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-size:2.5vh;
	font-size:calc(0.025 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Medium;
	cursor:pointer;
	max-width: 70%;
    background-color: #f90d45;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;	
	border: 1px solid #f90d45;
}
.JetztButton:hover{
	background-color: #e90535;
}

.JetztButtonInvite{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-size:2.2vh;
	font-size:calc(0.022 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Medium;
	cursor:pointer;
	

    background-color: white;
    color: #9e9e9e;
    padding: 10px;
    
    border-radius: 50px;	
	border: 1px solid #01aedb;
}
.JetztButtonInvite:hover{
	background-color: #01aedb;
	color:#f9f382;
}
.JetztButtonInvite.active{
	background-color: #01aedb;
	color:#f9f382;
}

#step1post{
	max-width:70%;
}

.jetz-paragraph{
	color:#808080;
	margin-top: 15px;
}
.JetztButton.disabled{
    background-color: white;
    border: 1.4px solid #bababa;
    color: #8a8a8a;
    cursor: not-allowed;
}
.JetztButtonWhite{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	font-size:2.5vh;
	font-size:calc(0.025 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Medium;
	cursor:pointer;
	max-width: 70%;
    background-color: white;
    color: #f90d45;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
}
.JetztButtonWhite:hover{
	background-color: rgba(225,225,225,1.00);
}

.JetztPrufenButton{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    margin: 0px;
    font-family: Gotham_Rounded_light;
    cursor: pointer;
    max-width: 50%;
    background-color: #f90d45;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 50px;
    border: 1.4px solid #f90d45;
}
.JetztPrufenButton:hover{
	background-color: #e90535;
	color:white;
	border: 1.4px solid #e90535;
}
.JetztPrufenButton.notActive{
	 background-color: #ffffff;
   color: #9e9e9e;
	 border: 1.4px solid #9e9e9e;
}
.JetztPrufenButton.loading{
	background-color: #f384ac;
}
.JetztPrufenButton1{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 18px;
    font-family: Gotham_Rounded_light;
    cursor: pointer;
    max-width: 300px;
    color: #9e9e9e;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    border: 1.4px solid #9e9e9e;
	margin: 0 0 0 auto;
}
.JetztPrufenButton1:hover{
	background-color: #01aedb;
	color:white;
	border: 1.4px solid #01aedb;
}
.JetztPrufenButton.active{
	background-color: #01aedb;
	color:white;
	border: 1.4px solid #01aedb;
}
.JetztPrufenButton.active:hover{
	background-color: #05a1ca;
	color:white;
	border: 1.4px solid #05a1ca;
}
.JetztPrufenButton:focus{
	outline:none;
}
.JetztPrufenButton1:focus{
	outline:none;
}
.inputField{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position:absolute;
	outline:none !important;
	border: none;
    border-bottom: 1px solid #9e9e9e;
    color: #01aedb;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 18px;
	width:105px;
    font-family: Gotham_Rounded_Medium;
}




.selectField{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position:absolute;
	outline:none !important;
	border: none;
    border-bottom: 1px solid #9e9e9e;
    color: #01aedb;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 18px;
	width:105px;
    font-family: Gotham_Rounded_Medium;
}
#blAndere-button{
line-height: 16px !important;
}

#SelectblOrt-button{
line-height: 16px !important;
position:inherit;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
	border: 1px solid transparent !important;
    background-color: #01aedb !important;
	font-weight: normal;
	color:#FFFFFF !important;
}

.ui-selectmenu-button{
	width:105px !important;
	outline:none !important;
	border: none !important;	
	border-bottom: 3px solid #01aedb !important;
	color:#01aedb !important;
	background-color:transparent  !important;
	font-size: 18px !important;
	font-family: Gotham_Rounded_Medium !important;
}
.input-caret > select::-ms-expand {
    display: none;
}
#SelectblOrt-button{
	width:80% !important;
}
#selectMonths-button{
	width: 180px !important;
	margin-right: 15px;
	border-bottom: 1px solid #bababa!important;
}
#selectMonths{
	width: 180px !important;
}
#selectBisheriger-button{
	width: 240px !important;
    margin-left: 15px;
	border-bottom: 1px solid #bababa!important;	
}
#selectBisheriger-button{
	color:#bababa !important;	
}
#selectBisheriger{
	width: 240px !important;
}
#selectBisherigerCompleted-button{
	width:80% !important;
}
#selectGewordenCompleted-button{
	width:80% !important;
}
#selectHauptgrundCompleted-button{
	width:80% !important;
}
.ui-selectmenu-button.ui-button{
	position: relative;
}
.ui-button .ui-icon {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: absolute;
    margin: auto 0 auto auto;
    right: 0;
    top: -4px;
    bottom: 0;
    background-image: url(../svg/eazy_dropdown.svg);
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-image: url(../svg/eazy_dropdown.svg);
}
.ui-icon {
    width: 20px;
    height: 20px;
}
.ui-icon-triangle-1-s {
    background-position: 0px 8px;
}
.ui-state-hover .ui-icon, .ui-button:hover .ui-icon, .ui-selectmenu-button:active .ui-icon, .ui-state-focus .ui-icon, .ui-button:focus .ui-icon{
	background-image: url(../svg/eazy_dropdown.svg);
}
.ui-selectmenu-button-open .ui-icon{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-image: url(../svg/eazy_dropdown.svg);
	transform: rotate(180deg);
}
@media (max-width: 800px){
	#selectBisherigerCompleted-menu,#selectGewordenCompleted-menu,#selectHauptgrundCompleted-menu{
		width:81% !important;
	}
	#SelectblOrt-button{
		width:80% !important;
	}
	
	#blAndere-button{
		position:absolute;
	}
}
.ui-selectmenu-button:focus , .ui-selectmenu-button:active,.ui-selectmenu-button:hover {
	background-color:transparent  !important;
	outline:none !important;
	border: none !important;
	border-bottom: 3px solid #01aedb !important;	
	color:#01aedb !important;
}
.ui-button:active, .ui-button.ui-state-active:hover{
	background-color:transparent  !important;
	outline:none !important;
	border: none !important;
	border-bottom: 3px solid #01aedb !important;	
	color:#01aedb !important;
}
.ui-menu{
	border-radius: 0px 0px 5px 5px;
	border: none !important;
	border-bottom: 2px solid #01aedb !important;
	border-left: 2px solid #01aedb !important;
	border-right: 2px solid #01aedb !important;
}

.ui-menu-item-wrapper{
	font-size: 18px !important;
	font-family: Gotham_Rounded_Medium !important;	
	color:#01aedb !important;
}
.ui-menu-item-wrapper.ui-state-active{
	font-size: 18px !important;
	font-family: Gotham_Rounded_Medium !important;	
	color:#FFFFFF !important;
}
.inputFieldSpan{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: absolute;
    padding-left: 11px;   	
    font-size: 18px;
    font-family: Gotham_Rounded_Light;
	pointer-events: none;
	color:#9e9e9e;
	
}
.ibanDeClass{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: absolute;
    padding-left: 11px;   	
    font-size: 18px;
    font-family: Gotham_Rounded_Light;
	pointer-events: none;
	color:#9e9e9e;
	
}
.inputField:focus + .inputFieldSpan{
	font-size: 13px;
	top: -20px;
    font-family: Gotham_Rounded_Light;
}
.inputFieldSpanNotEmpty.ibanDeClass{
	font-size: 18px;
	top: 0px;
}

.inputField:focus + .ibanDeClass{
	color:#01aedb !important;
}
.inputFieldNotEmpty{
	border-bottom: 1px solid #01aedb;
}
.inputFieldSpanNotEmpty{
	font-size: 13px;
	top: -20px;
    font-family: Gotham_Rounded_Light;
	/*left: 0!important;*/
}
.inputField:focus{
	border-bottom: 3px solid #01aedb;
	color:#01aedb !important;
}
.inputField:active{
	border-bottom: 3px solid #01aedb;
	color:#01aedb;
}
.SelectCheckBox{
    width: 28px;
    border: 2px solid #9e9e9e;
    height: 28px;
    border-radius: 5px;
	float:left;
	cursor:pointer;
	/*margin-top:-4px;*/
	/*margin-left: 120px;*/
}
.importantRule { width: 80% !important; }


.SelectRadioBox{
	width: 29px;
    border: 2px solid #9e9e9e;
    height: 29px;
    border-radius: 40px;
	float:left;
	cursor:pointer;
}
.ui-autocomplete {
	border: 1.5px solid #01aedb !important;
    border-radius: 0px 5px 5px 5px !important;
    border-top: 0px !important;
    /*border-right: 0px !important;*/
	padding:5px;
	width:200px !important;
	max-height:300px;
	 overflow-y: scroll; overflow-x: hidden;
	 font-family: Gotham_Rounded_Medium !important;
	 font-size: 13px !important;
	 color:#01aedb !important;
}


@media (max-width: 800px){
	.ui-autocomplete{
		width: 40% !important;
		border: 1.5px solid #01aedb !important;
		border-radius: 0px 0px 5px 5px !important;
		font-family: Gotham_Rounded_Medium !important;
		color:#01aedb !important;
	}
}



.ui-autocomplete::-webkit-scrollbar {
    width: 12px;  
}

.ui-autocomplete::-webkit-scrollbar-thumb{   
    background: #01aedb; 
	margin-right:2px;
	border-radius:3px;
}
​



ui-autocomplete-input{
	max-height:300px;
}
.imgBublesPinkFlip{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-bottom: -15px;
}
.TariffBox{
    width: 80%;
    background-color: white;
    min-height: 150px;
    border-radius: 10px;
    padding: 15px;
	padding-bottom:35px;
}

.NormalParagraphTariff{
	font-size:2vh;
	font-size:calc(0.02 * var(--vh));
	margin:0px;
	font-family:Gotham_Rounded_Light;
}
.NormalParagraphTariff a{
	color:#808080;
	text-decoration:underline;
}
.imgBublesPink{	
    margin-bottom: -15px;
}
.imgBublesWhite{
	transform: rotate(-55deg);
    margin-left: 46px;
    margin-bottom: -95px;
}
.footerPHeader{
	font-size:2.4vh;
	font-size: calc(0.024 * var(--vh));
    margin: 0px;
    font-family: Gotham_Rounded_Medium;
}
.footerPContent{
	font-size:2vh;
	font-size: calc(0.02 * var(--vh));
    margin: 0px;
    font-family: Gotham_Rounded_Medium;
}
.footerPLinks{
	font-size:2.2vh;
	font-size: calc(0.022 * var(--vh));
    margin: 0px;
    font-family: Gotham_Rounded_Light;
	color:white;
	outline: none;
    cursor: pointer;
    text-decoration: none !important;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}
.imgBublesWhiteFlip{	
	margin-right: 34px;
    margin-bottom: -100px;
    transform: rotate(50deg) scaleX(-1);
}
.AGB{
	
}
.AGB p.footerPContent{
	font-family: Gotham_Rounded_Light;
	padding-left:3px;
}
.rotate90 {
	position:absolute;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate270 {
	position:absolute;
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.rotate0 {
	position:absolute;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.rotate180 {
	position:absolute;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);

    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.FAQ{
	/*margin-top:20px;*/
}
.DealActivation{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	cursor:pointer;
	color:#9e9e9e;
	font-family: Gotham_Rounded_Medium;
}
.DealActivation.active{
	cursor:pointer;
	color:#01aedb;
}
.DealActivation:hover{
	color:#01aedb;
}
.DealActivation:hover > .DealActivationBox{
	background:#01aedb;
	color:white;
}
.DealActMargin{
	margin-bottom:45px;	
}
.DealActMargin.active{
	margin-bottom:0px;	
}
.DealActivationBox{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	border-radius:10px;
	min-height:60px;
	width:95%;
	background-color:white;
	color:#01aedb;
	font-family: Gotham_Rounded_Medium;
	padding:20px 10px 20px 10px;
	cursor:pointer;
	margin-top:10px;
	border: 1.4px solid;
}
.DealActivationBox.active{
	background-color:#01aedb;
	color:#f9f382;
}
.Cart{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	min-height: 300px;
	width: 85%;
	border: 1px solid #01aedb;
	border-radius: 10px;
	margin:0px 0px 0px 20px;
	padding:20px
	
}
.CartBubbles{
	transform: rotate(-55deg);
	margin-left: 46px;
	margin-bottom: -95px;
}
.CartUnderText{
	font-size:1.45vh;
	font-size:calc(0.0145 * var(--vh));
	font-size:13px;
	margin:0px;
	font-family:Gotham_Rounded_Book;
}

@media (min-width: 1740px){
	#bestellenTittle{
		padding-top:0px !important;
	}
}	
@media (max-width: 767px) { 
.tarifbeater-resultscellleft .price-table {
    display: table;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
.tarifbeater-resultscellleft .price-cellleft {
    display: table-cell;
    width: 85%;
    vertical-align: top;
    color: #f9f382;
    font-size: 90px;
    line-height: 115px;
}
.tarifbeater-resultscellleft .price-cellright {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    color: #f9f382;
    font-size: 50px;
    line-height: 88px;
}
.tarifbeater-resultscellleft .signs-price {
    font-size: 22px;
    line-height: 3px;
}
.tarifbeater-resultscellright .price-tableright {
    display: table;
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-family: 'Gotham_Rounded_Light';
    line-height: 42px;
}
.tarifbeater-resultscellright .price-cell {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    color: #f9f382;
    font-size: 17px;
    font-weight: bold;
}
.tarifbeater-resultscellright .JetztButtonPrice {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px;
    font-family: Gotham_Rounded_Light;
    cursor: pointer;
    background-color: #f9f382;
    color: #01aedb;
    padding: 5px 50px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #f9f382;
    width: auto;
    outline: none;
    display: inline-block;
    font-weight: 600;
    opacity: 1;
}
.tarifbeater-resultscellleft {
    display: table-cell;
    vertical-align: top;
    width: 45%!important; 
}
.tarifbeater-resultscellright {
    display: table-cell;
    vertical-align: top;
    width: 55%!important;
}
#step1post{
	max-width:100%;
}
.BesserContentBlue{
		font-size:3.3vh;
		font-size:calc(0.033 * var(--vh))
	}
	.phoneNumberHome .MediumHeader{
		margin:25px 0;
	}
	.phoneNumberHome .phoneNumberText{
		font-size:3.5vh;
		font-size:calc(0.035 * var(--vh)) !important;
	}
	.LargeHeader{
		/*font-size:6vh;
		font-size:calc(0.06 * var(--vh)) !important;*/
		font-size:36px !important;
	}
	.SemiMediumParagraph{
		font-size:3.3vh;
 		font-size: calc(0.033 * var(--vh)) !important;
	}
	.SelectCheckBox{
		margin-left:0;
	}
	.SelectCheckDiv{
		margin-left: 45px;
	}
	.NormalParagraphMedium{
		font-size:2.5vh;
		font-size: calc(0.025 * var(--vh));
	}
	.switchButton{
		margin-top:-1px !important;
	}
	.preisList{
		margin-top:20px;
	}
}
@media (max-height:800px){
	.affix{
		position:fixed;
		top:0px !important;
	}
}
.bestellenAddress.inputField{
	background-color:#fafafa;
}


div.ui-datepicker{
 font-size:16px;
 font-family: Gotham_Rounded_Medium;
}
#OKButton {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 17px;
    margin-left: 20px;
    border: 1px solid #f90d45;
    color: #f90d45;
    border-radius: 4px;
    padding: 2px 20px 2px 20px;
}
#OKButton:hover {
    background-color: #f90d45;
    color: white;
}

@media (max-height:760px) and (min-height:600px) {
 .LargeHeader {
    font-size: 10vh;
    font-size: calc(0.1 * var(--vh));
 	}
}




/* REDESIGN CSS */

#WidgetSideBar{
    padding-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: transparent;
    z-index: 99;
	padding: 30px 30px;
}
#WidgetSideBar.position{
	position: fixed;
}
#WidgetSideBar.navbar-background{
    background-color: #f9f382;
    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: 60px;
}
#WidgetSideBar.navbar-backgroundBlue{
    background-color: #01aedb; 
    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: 60px;
}
#WidgetSideBar.navbar-backgroundService{
    background-color: #f9ac1e; 
    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: 60px;
}
#WidgetSideBar.navbar-backgroundPartner{
    background-color: #f90d45; 
    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: 60px;
}
#WidgetSideBar.navbar-backgroundUber{
    background-color: #dae027; 
    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: 60px;
}
#WidgetSideBar.navbar-backgroundEmpfe{
    background-color: #01aedb; 
    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: 60px;
}
#WidgetSideBar.navbar-backgroundFooter{
    background-color: #01aedb; 
    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: 60px;
}
#WidgetSideBar.navbar-animate{
/*    padding: 15px 30px;
    position: fixed;
    margin-top: -60px;
	-webkit-transition: top .25s ease .25s;
    -moz-transition: top .25s ease .25s;
    -o-transition: top .25s ease .25s;
    transition: top .25s ease .25s;
    top: -80px;*/
}
.eazy-logo-footer{
	height: 30px;
}
.eazy-logo{
	margin-top: -4px;
	height: 30px;
}
.img-size{
	height: auto;
}
.menu-table {
    display: table;
    width: 100%;
}
.menu-cellleft {
    display: table-cell;
    width: 25%;
    vertical-align: middle;
}
.menu-cellright {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}
.eazy-nav{
	position:fixed;
	width:100%;
	min-height: 100%;
	height: 100%;
	background-color:#01aedb;
	bottom: 200%;
	right:0;
	padding: 30px 30px;
	-webkit-transition-property: bottom; /* Safari */
    -webkit-transition-duration: .5s; /* Safari */
    transition-property: bottom;
    transition-duration: .5s;
}
.eazy-nav.slidedown{
	bottom: 0;
}
.eazy-nav.slidedown{
	bottom: 0;
}
#Nav-Logo3 {
  width: 100px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
}
.eazy-menufloat img{
	margin: auto;
	position: absolute;
	cursor: pointer;
	right: 0;
    top: 0;
	opacity: 1;
	padding-top:1px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.eazy-menufloat:hover{
	opacity: .6;
}
.eazyfloat-relative{
	position: relative;
	height: 100%;
	width: 100%;
	min-height: 100%;
}
.nav-table{
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin: auto;
}
.nav-row{
	display: table-row;
}
.nav-cellleft{
	display: table-cell;
	text-align: center;
}
.nav-cellright{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
#navLogo{
	width: 130px;
	margin: 0 auto;
	cursor: pointer;
	display: block;
}
.Nav-LinksM{
	width: 20%;
	float: left;
	font-size: 18px;
	color: #fff;
	outline: none;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}
.Nav-LinksM:hover{
	transform: scale(1.2);
	color: #f9f382;
	outline: none;
	text-decoration: none;
}
.navicon{
	margin: auto;
	width: 100px;
    margin-bottom: 25px;
}
.nav-logo3{
	width: 100%;
}
h4.LargeHeader{
	font-size: 30px;
	text-align: center;
}
.promote-span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
    color: #01aedb;
    font-weight: 900;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
}
.promote-span-student{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
    color: #01aedb;
    font-weight: 900;
    font-size: 16px;
    text-align: left;
    line-height: 23px;
}
span#firstPriceChild, span#decimalMainPriceBoth{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
	float: none;
}
.section-table{
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	margin: auto;
}
.section-row{
	display: table-row;
}
.section-cell{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
.section-text{
	width: 25%;
	float: left;
	font-size: 18px;
	color: #01aedb;
	outline: none;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.navicon-section{
	margin: auto;
    margin-bottom: 25px;
}
h3.SmallerHeader{
 	margin-top: 0px;
	margin-bottom: 50px;
}
.curve-imgbottom{
	position: absolute;
	width: 100.01%;
	left:-0.02px;
  bottom: -7px;
}
.curve-imgbottom svg{
    width: 100%;
	height: auto;
}
.curve-imgbottom svg path{
	fill: #fff;
	width: 100%;
}
.curve-imgbottom.blue svg path{
	fill: #01aedb;
	width: 100%;
}
.curve-imgbottom.white svg path{
	fill: #fff;
	width: 100%;
}
.curve-imgtop{
	position: absolute;
	width: 100.01%;
	left: -0.02px;
	top: -2px;
}
.curve-imgtop svg{
    width: 100%;
	height: auto;
}
.curve-imgtop svg path{
	fill: #fff;
	width: 100%;
}
.curve-imgtop.blue svg path{
	fill: #01aedb;
	width: 100%;
}
.curve-imgbottom.grey svg path{
	fill: #fafafa;
	width: 100%;
}
.curve-imgtop.grey svg path{
	fill: #fafafa;
	width: 100%;
}
/*#bodymovin{
	background-color: transparent;
    width:100%;
	max-width: 340px;
	height:100%;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	opacity: 1;
}
#bodymovin1{
	background-color: transparent;
    width:100%; 
	max-width: 340px;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	opacity: 1;
}
#bodymovin2{
	background-color: transparent;
    width:100%;
	max-width: 340px;
	height:100%;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	opacity: 1;
}*/
.carousel-indicators{
	width: 100%;
	text-align: center;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-indicators .selection{
	width: 140px;
    height: 5px;
    background-color: #fafafa;
	color: #fafafa;
    border-radius: 16px;
	margin-bottom: 5px;
	line-height: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-indicators .selectionresp{
	width: 140px;
    height: 5px;
    background-color: #fafafa;
	color: #fafafa;
    border-radius: 16px;
	margin-bottom: 5px;
	line-height: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
/*.carousel-indicators .selection.first.active, .carousel-indicators .selection.second.active, .carousel-indicators .selection.third.active{
	width: 140px;
    height: 5px;
	background-color: #dae027;
	color: #dae027;
    border-radius: 16px;
	margin-bottom: 5px;
	line-height: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}*/
.carousel-indicators .selection.first.active, .carousel-indicators .selection.second.active, .carousel-indicators .selection.third.active{
	width: 140px;
    height: 5px;
	background-color: #f9f382;
	color: #f9f382;
    border-radius: 16px;
	margin-bottom: 5px;
	line-height: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-indicators .selectionresp.active{
	width: 140px;
    height: 5px;
	background-color: #dae027;
	color: #dae027;
    border-radius: 16px;
	margin-bottom: 5px;
	line-height: 16px;
    font-size: 18px;
    font-weight: 600;
    margin-right: 10px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-inline{
	margin-right: 10px;
}
.carousel-indicators .carousel-inline:last-child{
	margin-right: 0px!important;
}
.carousel-paragraph{
    font-size: 18px;
    color: #fff;
    position: relative;
    top: -35px;
}
#textSmileyBaloonRocket{
	font-size: 18px;
    color: #fff;
    position: relative;
    top: -35px;
}    
.tarif-paragraph{
	color: #fff;
    font-weight: 600;
    font-size: 18px;
	display: inline-block;
	min-width: 285px;
	max-width: 285px;
    text-align: left;
}
.tarif-paragraph .btn{
    display: inline-block;
    padding: 15px 0px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
	border-radius: 0;
	box-shadow: none;
}
.tarif-paragraph .btn-primary{
    color: #fafafa;
    background-color: transparent;
    border-color: transparent;
    outline: none;
	box-shadow: none;
	border-bottom: 1px solid #fff;
}
.tarif-paragraph .btn-primary.active, .tarif-paragraph  .btn-primary:active, .tarif-paragraph .open>.dropdown-toggle.btn-primary {
    color: #fafafa;
    background-color: transparent;
    border-color: transparent;
    outline: none;
	box-shadow: none;
	border-bottom: 1px solid #fff;
}
.tarif-paragraph .tarif-arrow svg{
	margin: auto;
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    right: 0;
	cursor: pointer;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.tarifbeater-results{
	margin-top: 75px;
    min-height: 250px;
}
.tarifbeater-resultstable{
	display: table;
	width: 100%;
}
.tarifbeater-resultscellleft{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.tarifbeater-resultscellright{
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
.tarif-paragraph .dropdown.open .tarif-arrow svg{
    transform: rotate(180deg);
}
.tarif-paragraph .dropdown-menu{
	box-shadow: none;
    border: none;
    width: 103%;
	top: 91%;
    left: -3px;
}
.tarif-paragraph .dropdown-menu>li>a{
    color: #01aedb;
    font-size: 16px;
	padding: 8px 20px;
	cursor: pointer;
}
.tarif-paragraph .dropdown-menu>li>a:focus, .tarif-paragraph .dropdown-menu>li>a:hover{
    color: #01aedb;
    font-size: 16px;
    font-weight: 600;
	background: transparent;
	background-color: transparent;
	cursor: pointer;
}
.tarif-paragraph .tarif-arrow svg path{
	fill: #fff;
}
.tarif-paragraph .dropdown-backdrop {
    position: unset;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.tarif-icon{
    width: 120px;
}
.carousel-inner item{
	position: relative;
}
.emoji{
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: -256px;
    left: auto;
    width: 75%;
    text-align: center;
}
.rocket{
    position: absolute;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: -256px;
    right: auto;
    width: 75%;
    text-align: center;
}
.balloon-right{
	position: absolute;
    right: 350px;
    top: -10px;
    bottom: 0;
    margin: auto;
    width: 75%;
}
.balloon-left{
	position: absolute;
    left: 350px;
    top: -10px;
    bottom: 0;
    margin: auto;
    width: 75%;
}
#Tarifdetails.panel-group{
	width: 75%;
}
#Tarifdetails .panel-default>.panel-heading {
    color: #808080;
    border-color: transparent;
    border: none;
	padding: 25px;
}
#Tarifdetails .panel {
    color: #808080;
    background-color: #fff;
    border-color: transparent;
    border: none;
	box-shadow: none;
}
#Tarifdetails .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
}
#Tarifdetails .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
#Tarifdetails .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #808080;
	text-align: left;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#Tarifdetails .panel-heading{
	padding: 25px;
	position: relative;
}
#Tarifdetails a{
	opacity: 1;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#Tarifdetails a:focus, #Tarifdetails a:hover {
    color: inherit;
    text-decoration: none;
	opacity: .7;
}
#Tarifdetails.panel-group .panel {
    margin-bottom: 25px;
    border-radius: 4px;
}
#Tarifdetails a .tarif-arrow svg{
	margin: auto;
    position: absolute;
    top: 0;
    /* left: 0; */
    bottom: 0;
    right: 25px;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#Tarifdetails a .background-collapse1{
	background-color: #ECF6F8!important;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#Tarifdetails a.active .background-collapse1{
	background-color: #01aedb!important;
}
#Tarifdetails a.active .background-collapse1 .panel-title{
	color: #f6fcfd!important;
}
#Tarifdetails a.active .tarif-arrow svg{
	transform: rotate(180deg);
}
#Tarifdetails a.active .tarif-arrow svg path{
	fill: #BABABA;
}
#Tarifdetails a.active .tarif-arrow svg path{
	fill: #f6fcfd;
}
.faq-paragraph{
	font-size: 14px;
	color: #808080;
	margin-top: 25px;
}
.phoneNumberHome input{
	border: none;
    border-bottom: 2px solid #01aedb;
    width: 50%;
    font-size: 22px;
    padding: 10px 15px;
	outline: none;
	padding-right: 55px;
}
.phoneNumberHome ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #01aedb;
    opacity: 1; /* Firefox */
}

.phoneNumberHome :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #01aedb;
}

.phoneNumberHome ::-ms-input-placeholder { /* Microsoft Edge */
    color: #01aedb;
}
.input-img svg{
	margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    display: inline-block;
	pointer-events: none;
}
.pd-off{
	padding: 0;
}
.einfache-tarife{
	background-color: #01aedb;
	/*padding: 120px 0;*/
	padding: 180px 0;
}
.ales-komplet{
	background-color: #edeb7b;
	/*padding: 120px 0;*/
	padding: 180px 0;
}
.monate-preis{
	background-color: #dae027;
	/*padding: 120px 0;*/
	padding: 180px 0;
}
.keine-droselung{
	background-color: #f9ac1e;
	/*padding: 120px 0;*/
	padding: 180px 0;
}
.glasfaser-coax{
	background-color: #fafafa;
	/*padding: 120px 0;*/
	padding: 180px 0;
}
.einfache-instal{
	background-color: #edeb7b;
	/*padding: 120px 0;*/
	padding: 180px 0;
}
.MediumHeader {
    color: #01aedb;
    margin-top: 0px;
    font-size: 28px;
}
.Cart hr{
	border-top: 4px solid #bababa;
    border-radius: 8px;
}
.radioBtn input[type="radio"] {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
	opacity: 0;
    margin: 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}
.radioBtn input[type="radio"] + .span {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display:inline-block;
    width:25px;
    height:25px;
    margin: 0;
    vertical-align:middle;
    background:url(../svg/eazy_radio-0.svg) no-repeat;
    cursor:pointer;
	background-size: 100%;
    background-position: 50%;
}
.radioBtn input[type="radio"]:checked + .span {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	display:inline-block;
    width: 25px;
    height:25px;
    margin: 0;
    vertical-align:middle;
    cursor:pointer;
    background:url(../svg/eazy_radio-1.svg) no-repeat;
	background-size: 100%;
    background-position: 50%;
}
.radio-chc, .radio-chc1{
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	color: #bababa;
	font-size: 18px;
	font-weight: 600;
}
.iban-table{
	display: table;
    width: 100%;
    padding-bottom: 25px;
}
.iban-row{
 	display: table-row;
	width: 100%;
}
.iban-cellleft{
	/*padding-right: 15px;*/
    display: table-cell;
    vertical-align: middle;
    width: 25px;
}
.iban-cellright{
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	display: table-cell;
    vertical-align: middle;
	color: #bababa;
	font-weight: 600;
	font-size: 18px;
	padding-left: 15px;
}
.iban-cellbtm{
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	display: table-cell;
	vertical-align: middle;
	color: #bababa;
	padding-top: 5px;
	font-weight: 600;
	padding-left:15px;
}
.basic-blue{
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
	color: #01aedb;
}
a {
    color: #01aedb;
    text-decoration: none;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:focus, a:hover {
    color: #01aedb;
    text-decoration: none;
}
a.footerPLinks:focus, a.footerPLinks:hover{
	color: #f9f382;
    text-decoration: none;
}
#bestellenDetails.panel-group{
	width: 75%;
}
#bestellenDetails .panel-default>.panel-heading {
    color: #808080;
    border-color: transparent;
    border: none;
	padding: 25px;
}
#bestellenDetails .panel {
    color: #808080;
    background-color: #fff;
    border-color: transparent;
    border: none;
	box-shadow: none;
}
#bestellenDetails .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border: none;
}
#bestellenDetails .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
#bestellenDetails .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: #01aedb;
	text-align: left;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#bestellenDetails .panel-heading{
	padding: 25px;
	position: relative;
}
#bestellenDetails a{
	opacity: 1;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#bestellenDetails a:focus, #bestellenDetails a:hover {
    color: inherit;
    text-decoration: none;
	opacity: .7;
}
#bestellenDetails.panel-group .panel {
    margin-bottom: 25px;
    border-radius: 4px;
}
#bestellenDetails a .tarif-arrow img{
	width: 15px;
    height: 15px;
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
/*  right: 25px;*/
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#bestellenDetails a .background-collapse1{
	background-color: transparent!important;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#bestellenDetails a.active .background-collapse1{
	background-color: transparent!important;
}
#bestellenDetails a.active .background-collapse1 .panel-title{
	color: #01aedb!important;
}
#bestellenDetails a.active .tarif-arrow svg{
	transform: rotate(180deg);
}
#bestellenDetails a.active .tarif-arrow svg path{
	fill: #BABABA;
}
#bestellenDetails a.active .tarif-arrow svg path{
	fill: #BABABA;
}
#bestellenDetails .panel-body{
	padding: 25px;
}
.fourth-section select.completed-dropdown{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width: 100%;
	cursor: pointer;
	position: relative; 
	border: none; 
	border-bottom: 1px solid #bababa; 
	color: #bababa;
	font-family: Gotham_Rounded_Light;
	padding: 10px;
	font-size: 17px;
	outline: none;
	background-color: transparent;
	background: transparent;
}
.tarif-rotate{
	position: relative;
}
span.tarif-rotate .tarif-completed {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	position: absolute;
	margin: auto 0 auto 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}
span.tarif-rotate  .tarif-completed.active {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	transform: rotate(180deg);
}
.fourth-section .completed-dropdown option{
	width: 100%;
	cursor: pointer;
	border: 1px solid #bababa; 
	color: #bababa;
	font-family: Gotham_Rounded_Light;
	padding: 10px;
	font-size: 17px;
	outline: none;
}
select::-ms-expand {
    display: none;
}

.price-table{
	display: table;
	width: 100%;
	text-align: right;
	padding-right: 40px;
}
.price-cellleft{
	/*font-family: 'Gotham_Rounded_Bold';*/
	font-family: Gotham_Rounded_Medium;
	display: table-cell;
	width: 85%;
	vertical-align: top;
	color: #f9f382;
	font-size: 120px;
    line-height: 115px;
}
.price-cellright{
    display: table-cell;
    width: 100%;
    vertical-align: top;
    color: #f9f382;
    font-size: 60px;
    line-height: 72px;
    /*font-family: 'Gotham_Rounded_Bold';*/
	font-family: Gotham_Rounded_Medium;
}
.price-tableright{
	display: table;
	width: 100%;
	text-align: left;
	padding-left: 40px;
	font-family: 'Gotham_Rounded_Light';
	line-height: 42px;
}
.price-cell{
	display: table-cell;
	width: 100%;
	vertical-align: top;
	color: #f9f382;
	font-size: 20px;
	font-weight: bold;
}
.price-cell > div{
	padding: 0 0 10px 10px;
}
.price-row{
	display: table-row;
	width: 100%;
}
.price-full{
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}
.signs-price{
    font-size: 26px;
    line-height: 26px;
    font-family: 'Gotham_Rounded_Light';
}
.signsbigger-price{
	font-size: 120px;
	line-height: 100px;
	font-family: 'Gotham_Rounded_Light';
}
.JetztButtonPrice {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0px;
    font-family: Gotham_Rounded_Light;
    cursor: pointer;
    background-color: #f9f382;
    color: #01aedb;
    padding: 5px 50px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #f9f382;
    width: auto;
    outline: none;
    display: inline-block;
    font-weight: 600;
	opacity: 1;
}
.JetztButtonPrice:hover {
	opacity: .7;
}
.price-100{
	color: #f9f382;
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}
.bestellenover .popover {
    max-width: 100% !important;
    width: 70%;
}
.bestellenover .popover.right>.arrow:after {
    border-right-color: #f1f1f1;
}
.bestellenover .popover.right>.arrow {
    border-right-color: #f1f1f1;
}
.bestellenover .popover {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.bestellenover .popover-content{
    background-color: #f1f1f1;
    border: none;
    box-shadow: none;
}
.bestellenover .popover.right>.arrow {
    left: -10px;
}
.box-content{
	width: 700px;
    text-align: center;
    margin: 0 auto 0 auto;
    position: relative;
}
.content-span{
	position: relative;
    left: 150px;
    min-height: 350px;
    display: inline-block;
}
#bodymovin {
	width: 300px;
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	position:relative;
	right:0px;
}

#bodymovin1 {
	width: 180px;
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	position:relative;
	right:35px;
	opacity: .15;
}

#bodymovin2 {
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	position:relative;
    right: 65px;
    width: 110px;
    opacity: 0.10;
}
#bodymovinResp {
	width: 300px;
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	position:relative;
	right:0px;
}

#bodymovin1Resp {
	width: 180px;
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	position:relative;
	right:35px;
	opacity: .15;
}

#bodymovin2Resp {
	height: 100%;
	display: inline-block;
	background-color: transparent;
	text-align: center;
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
	position:relative;
    right: 65px;
    width: 110px;
    opacity: 0.10;
}
.box-content{
	display: block;
}
#myCarouselAnimate{
	display: none;
}
#CookieNotification{
	margin: 0;
}
.checked-offer.active, .checked-festnetzOffer.active, .checked-flexOffer.active{
	font-size:13px;
    font-family: Gotham_Rounded_Medium;
    color: #01aedb!important;
}
.CartUnderOfferText.active, .CartUnderFestnetzText.active{
    color: #01aedb;
    font-size: calc(0.0145 * var(--vh));
	font-size:13px;
    margin: 0px;
    font-family: Gotham_Rounded_Light;
    margin-left: 60px;
}
.homeTextIntTable{
	display: table;
    width: 100%;
    height: 100%;
}
.eazy-cellleft{
	display: table-cell;
	width: 20px;
}
.eazy-cellright{
	display: table-cell;
}
@media screen and (max-width: 767px){
.order-btn{
	position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 98;
}
.order-btn .JetztButton{
	border-radius: 0!important;
    padding: 20px!important;
    font-size: 20px!important;
}
.eazy-menuTelepfon {
    right: 50px!important;
}
.eazy-menuTelepfon img{
    width: 25px!important;
}
.checkboxMiddleText{
	margin-top: 4px!important;
}
.box-content{
	display: none;
}
#myCarouselAnimate{
	display: block;
}
#bodymovin{
	background-color: transparent;
    width:300px!important;
	max-width: 340px;
	height:100%!important;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	opacity: 1;
	right: 0!important;
}
#bodymovin1{
	background-color: transparent;
    width: 300px!important; 
	max-width: 340px;
	height: 100%!important;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	right: 0!important;
	opacity: 1;
}
#bodymovin2{
	background-color: transparent;
    width:300px!important;
	max-width: 340px;
	height:100%!important;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	right: 0!important;
	opacity: 1;
}
	
#bodymovinResp{
	background-color: transparent;
    width:300px!important;
	max-width: 340px;
	height:100%!important;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	opacity: 1;
	right: 0!important;
}
#bodymovin1Resp{
	background-color: transparent;
    width: 300px!important; 
	max-width: 340px;
	height: 100%!important;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	right: 0!important;
	opacity: 1;
}
#bodymovin2Resp{
	background-color: transparent;
    width:300px!important;
	max-width: 340px;
	height:100%!important;
	display:block;
	overflow: visible;
	transform: translate3d(0,0,0);
	margin: 35px auto;
	right: 0!important;
	opacity: 1;
}
.MediumHeader{
    font-size:30px
}
.SmallerHeader{
	font-size:18px !important;	
}
.SmallerHeader > br{
	display: none;
}
}
#selectBisheriger-menu li:first-child{
	display: none;	
}
.eazy-menuTarifberater{
	margin: auto;
    position: absolute;
    cursor: pointer;
    right: 210px;
    top: 1px;
    font-family: Gotham_Rounded_Medium;	
}
.eazy-menuVerdienen{
	margin: auto;
    position: absolute;
    cursor: pointer;
    right: 80px;
    top: 1px;
    font-family: Gotham_Rounded_Medium;	
}
#output{
	position: absolute!important;
	height: auto!important;
    padding: 0;
    overflow: auto;
    background-color: #fff;
    text-align: left;
    margin: auto;
    left: 0;
    right: 0;
	display:none;
	z-index:1;
}
#output.scroll{
	height: 240px!important;
}
.show-answers{
    font-size: 18px;
    background-color: #01aedb;
    color: #fff;
    padding: 25px 42px 25px 15px;
    font-family: Gotham_Rounded_Book;
    position: relative;
}
.answered{
	padding: 25px 15px;
	font-family: Gotham_Rounded_Book;
	font-size: 18px;
	color: #808080;
	border: 1px solid #bababa;
}
.close-answers{
    position: absolute!important;
    right: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
	cursor: pointer;
}
.close-answers img{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	vertical-align: top;
	opacity: 1;
    position: absolute!important;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.close-answers img:hover{
	opacity: .7; 
}
.sort-item{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 10px 15px;
	cursor: pointer;
}
.sort-item:hover {
	background-color: #01aedb;
}
.sort-item:hover .results-text {
	color: #fff;
}
.no-keywords{
	padding: 25px 15px;
	font-family: Gotham_Rounded_Book;
	font-size: 18px;
	color: #808080;
}
#searchText{
	background-color:transparent;	
}

#output::-webkit-scrollbar {
    width: 1em;
}
 
#output::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	display: none;
}
 
#output::-webkit-scrollbar-thumb {
  background-color: #01aedb;
  outline: 1px solid #01aedb;
  border-radius: 10px;
}
.results-text{
	color: #808080;
    font-size: 18px;
    font-family: Gotham_Rounded_Book;
}
.fixed-width{
	width: 50px!important;
}
.switcherText{
	padding-left: 0px!important;
}
.mrg0{
	margin: 0!important;
}
.inputanimate-resp {
    position: absolute;
    left: 0;
}
.spananimate-resp {
    position: relative;
}
.arrow-searchResp{
	position: absolute;
    right: -11px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.arrow-SearchParent{
	position: absolute!important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.backgroundFaqTitle{
	position: relative;
}
.backgroundFaqTitle > img{
	top: 1px;
}
.tooltipChange{
    position: absolute;
	display: none;
    padding: 5px;
    width: 112px;
    left: -42px;
    top: 31px;
    font-size: 12px;
}
.tooltipChange::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    clear: both;
}
.eazy-menuTelepfon:hover .tooltipChange {
    display: block;
}
.bluee + .tooltipChange {
    background-color: #01aedb;
	color: #f9f382;
}
.bluee + .tooltipChange::after{
    border-bottom: 8px solid #01aedb;
}
.yelloww + .tooltipChange {
    background-color: #f9f382;
	color: #01aedb;
}
.yelloww + .tooltipChange::after{
    border-bottom: 8px solid #f9f382;
}
.yellowws + .tooltipChange{
    background-color: #f9f382;
	color: #f9ac1e;
}
.yellowws + .tooltipChange::after{
    border-bottom: 8px solid #f9f382;
}
.whitee + .tooltipChange {
    background-color: #ffffff;
	color: #dae027;
}
.whitee + .tooltipChange::after{
    border-bottom: 8px solid #ffffff;
}
.blueef + .tooltipChange{
    background-color: #01aedb;
	color: #ffffff;
}
.blueef + .tooltipChange::after{
    border-bottom: 8px solid #01aedb;
}
.yellowwe + .tooltipChange {
    background-color: #f9f382;
	color: #01aedb;
}
.yellowwe + .tooltipChange::after{
    border-bottom: 8px solid #f9f382;
}
.yellowwp + .tooltipChange {
    background-color: #f9f382;
	color: #f90d45;
}
.yellowwp + .tooltipChange::after{
    border-bottom: 8px solid #f9f382;
}
@media screen and (max-width: 767px){
.backgroundFaqTitle{
	position: relative;
}
.backgroundFaqTitle > img{
	top: 1px;
}
#mobileMenu .nav-table {
    display: table;
    width: 195px!important;
    height: 100%;
    vertical-align: middle;
    margin: auto!important;
	padding-top: 50px
}
#mobileMenu .Nav-LinksM {
    width: 100%;
    float: left!important;
    font-size: 16px!important;
    color: #fff;
    outline: none;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    line-height: 68px;
    text-align: left;
}
#mobileMenu .navicon {
    margin: auto!important;
    width: 85px!important;
    margin-bottom: 20px!important;
    float: left!important;
    padding-right: 25px!important;
}
.LargeHeader {
    font-size: 36px !important;
	margin: 15px 0 45px 0!important;
	text-align: center!important;
}
.LargeHeader > br{
	display: none;
}
#firstPriceChild{
	font-size: 170px!important;
}
.comma-price{
	font-size: 120px!important;
}
#decimalMainPriceBoth > span{
	font-size: 80px!important;
}
#decimalMainPriceBoth > div{
	font-size: 40px!important;
}
#changeTitle.MediumParagraph{
	text-align: center!important;
} 
.padding-resp{
	padding: 0 25px!important;
}
.NormalParagraphMedium {
    font-size: 14px !important;
}
.switcherText {
    margin-left: 0px!important;
}
.bestellen-btnresp{
	width: 100%!important;
	margin: 30px 0 0 0;
}
.JetztButton.noselect{
	max-width: 100%!important;
}
.tarifbeater-results {
    margin-top: 0px;
    padding-top: 4vh!important;
}
.tarif-paragraph {
    padding-bottom: 40px;
}
#Tarifdetails.panel-group {
    width: 100%;
}
.mrg0{
	margin: 0!important;
}
.kontaktSection .container-fluid{
	padding: 0;
}
.padd-0{
	padding: 0;
	margin-top: 0!important;
}
.switcherText{
	padding-left: 0px!important;
}
.fixed-width{
	width: 50px!important;
}
.content{
	padding-top: 2.1vh!important;
}
.section-text {
    font-size: 16px;
    padding-bottom: 25px;
	width: 100%;
}
.smaller-resp{
	font-size: 22px!important;
}
.medium-resp{
	font-size: 30px!important;
}
.inputanimate-resp {
    position: absolute;
    left: 0;
	width: 100%!important;
}
.plz-padd{
	padding: 0;
}
.ort-padd{
    padding: 35px 0;
}
.strase-padd{
	padding: 0 0 35px 0;
}
.housenumer-padd{
	padding: 0 5px 0 0;
}
.zus-padd{
	padding: 0 0 0 5px;
}
#AddreesCheckDiv{
	width: 85%!important;
}
#AddreesCheckDiv > div{
	margin-left: 0!important;
	margin-right: 0!important;
}
#AddreesCheckDiv1{
	width: 85%!important;
}
#AddreesCheckDiv1 > div{
	margin-left: 0!important;
	margin-right: 0!important;
}
.JetztPrufenButton {
    max-width: 75%;
}
.tag-none > br{
	display: none;
}
.checkDiv{
	margin-left: 0!important;
	position: relative;
    bottom: 0px;
	font-size: 16px;
}
.fullWidthResp{
	width: 100%!important;
}
.affix, #cartAffix {
    position: relative;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
	background-color: #f6fcfd;
	border-top: 1px solid #01aedb;
	border-bottom: 1px solid #01aedb;
}
#blDatepicker{
	width: 100%!important;
}
.inputFieldSpanNotEmpty {
    left: 5px;
}
.mrgtop-0{
	margin-top: 27px!important;
}
#blAndere-button {
    position: absolute;
    width: 91%!important;
}
#blAndere-button {
    width: 91%!important;
}
#blDatepicker {
    width: 91%!important;
}
#blVorname{
	width: 87%!important;
	margin-left: 0!important;
}
.padding-off{
	padding-left: 0!important;
	padding-right: 0!important;
}
.mrgtopone-0 {
    margin-top: 59px!important;
}
.bestellenPadding{
    padding: 35px 5px 35px 5px!important;
	margin: 0 0px;
    border-radius: 0!important;
}
.JetztPrufenButton1 {
    margin: 0 auto;
}
#bestellenTittle{
	font-size: 30px!important;
	color: #01aedb!important;
}
.NormalParagraph {
    font-size: 14px;
}
#selectMonths-button {
    width: 100% !important;
    margin-right: 0px;
    border-bottom: 1px solid #bababa!important;
    margin-bottom: 15px;
}
#selectBisheriger-button {
    width: 100% !important;
    margin-left: 0px;
    border-bottom: 1px solid #bababa!important;
}
.Cart {
    width: 63%;
    margin: 0 auto!important;
    border: none;
    background-color: transparent!important;
    border-radius: 0!important;
}
.padd-0{
	padding: 0!important;
}
.fontChange{
  font-family: 'Gotham_Rounded_Medium'!important;
}
.tarif-paragraph {
	min-width: 100%;
    width: 100%;
    max-width: 285px;
}
.inputFieldSpan{
    font-size: 18px;
}
.fullWidth-empfe{
	width: 100%!important;
}
.padding-empfe{
	padding-left: 0!important;
	padding-right: 0!important;
}
.paddinglast-empfe{
	padding-top: 8vh!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.padding-empfe .row{
	margin-left: 0!important;
	margin-right: 0!important;
}
.paddinglast-empfe .row{
	margin-left: 0!important;
	margin-right: 0!important;
}
.paddinglast-empfe .container-fluid{
	padding-left: 0!important;
	padding-right: 0!important;
}
.padding-empfe .container-fluid{
	padding-left: 0!important;
	padding-right: 0!important;
}
#SendInviteEmailButton{
	max-width: 100%!important;
}
.marginServiceBig {
    margin-top: 80px!important;
}
.right-padd{
	padding-right: 15px!important;
}
.left-padd{
	padding-left: 15px!important;
}
.marginSmall{
	margin-top: 50px;
}
.empfehlundTextPdf {
    margin-right: 0!important;
}
#SendInviteEmailButton {
    max-width: 245px!important;
    margin: auto;
}
#CreateInviteLinkButton {
    max-width: 245px!important;
    margin: auto;
}
.plz-paddLeft{
	padding-left: 0!important;
}
.JetztButton {
    font-size: 18px!important;
}
.tableContentCompLast {
    width: 100%!important;
}
.formularContent{
	padding-left: 0!important;
	padding-right: 0!important;
}
.agbHeader {
    width: 100%!important;
}
.agbHeaderText {
    font-size: 18px!important;
    color: #808080!important;
    font-family: Gotham_Rounded_Medium!important;
    width: 100%!important;
	text-align: center!important;
}
.agbImg {
    position: unset!important;
    width: 20px!important;
    padding-top: 0px!important;
    vertical-align: middle!important;
    display: inline-block!important;
}
.AGB p.footerPContent {
    font-family: Gotham_Rounded_Light;
    padding-left: 5px!important;
}
.footerPContent {
    font-size: 16px!important;
    font-family: Gotham_Rounded_Medium;
}
.agbText {
    color: #808080!important;
	margin-left: 0px!important;
    display: inline-block!important;
    vertical-align: middle!important;
	width: 90%;
}
.AGB {
	margin-bottom: 10px;
}
#faqcolumn1{
	width: 100%!important;
}
.backgroundFaqTitle{
	margin-left: 0!important;
}
.faqBrancheContaint{
	margin-left: 55px!important;
}
}
@media screen and (min-width: 511px) and (max-width: 600px){
.Cart {
    width: 75%;
    margin: 0 auto!important;
}
}
@media screen and (max-width: 510px){
.Cart {
    width: 85%;
    margin: 0 auto!important;
}
#AddreesCheckDiv{
	width: 100%!important;
}
#AddreesCheckDiv1{
	width: 100%!important;
}
.carousel-indicators .selectionresp, .carousel-indicators .selectionresp.active {
    width: 75px;
}
#searchText {
    width: 100%!important;
}
.inputanimate-resp {
    position: absolute;
    left: 0;
	width: 100%!important;
}
.empfehlundButton {
    font-size: 13px!important;
}
.fourth-section select.completed-dropdown {
    font-size: 14px;
}
.tarifbeater-resultstable .tarifbeater-resultscellleft {
    display: table-row;
    float: left;
    width: 90%!important;
    margin: auto;
}
.tarifbeater-resultstable .tarifbeater-resultscellright{
	display: table-row;
    float: left;
    width: 90%!important;
    margin: auto;
}
.tarifbeater-resultstable .price-cell > div {
    padding: 0 0 10px 0px;
    text-align: center;
}
.tarifbeater-resultstable .price-cell > a {
	display: block!important;
	text-align: center;
}
.tarifbeater-resultscellleft .price-table {
    display: table;
    width: 46%;
    text-align: right;
    padding-right: 0px; 
}
}
@media screen and (max-width: 385px){
.jetz-paragraph > br{
	display: none!important;
}
.Cart {
    width: 100%;
    margin: 0 auto!important;
}
.LargeHeader {
  font-size: 30px !important;
}
.MediumHeader{
	font-size:21px;
}
#decimalMainPriceBoth{
	margin-top: -52px!important;
}
#decimalMainPriceBoth > span {
  font-size: 70px!important;
}
#firstPriceChild {
  font-size: 140px!important;
}
.comma-price {
  font-size: 80px!important;
}
.promote-span {
  font-size: 14px!important;
}
.promote-span-student {
	font-size: 14px!important;
}
.NormalParagraphMedium {
  font-size: 16px !important;
}
.homeTextInt{
	font-size: 16px !important;
}
.horizontal-resp{
    padding: 0 0 0 5px!important;
    margin: 0!important;
    width: 80%!important;
}
.smaller-resp{
	font-size: 16px!important;
}
.medium-resp{
	font-size: 24px!important;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
html, body {
	overflow-x: hidden!important;
}
.backgroundFaqTitle{
	position: relative;
}
.backgroundFaqTitle > img{
	top: 2px;
}
.tarif-paragraph {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    min-width: 400px;
    max-width: 400px;
    text-align: left;
	padding-bottom: 40px;
}
.tarifbeater-results{
	padding-top: 0!important;
}
.inputanimate-resp {
    position: absolute;
    left: 0;
	width: 100%!important;
}
.plz-padd{
	padding: 0;
}
.ort-padd{
    padding: 35px 0;
}
.strase-padd{
	padding: 0 0 35px 0;
}
.housenumer-padd{
	padding: 0 5px 0 0;
}
.zus-padd{
	padding: 0 0 0 5px;
}
#AddreesCheckDiv{
	width: 85%!important;
}
#AddreesCheckDiv > div{
	margin-left: 0!important;
	margin-right: 0!important;
}
#AddreesCheckDiv1{
	width: 85%!important;
}
#AddreesCheckDiv1 > div{
	margin-left: 0!important;
	margin-right: 0!important;
}
.JetztPrufenButton {
    max-width: 50%;
}
.tag-none > br{
	display: none;
}
.checkDiv{
	margin-left: 0!important;
	position: relative;
    bottom: 0px;
	font-size: 16px;
}
.fullWidthResp{
	width: 100%!important;
}
.affix {
    position: fixed;
    position: relative;
    top: 0!important;
    left: 0!important;
    right: 0!important;
}
#blDatepicker{
	width: 95%!important;
}
.inputFieldSpanNotEmpty {
    left: 5px;
}
.mrgtop-0{
	margin-top: 27px!important;
}
.affix, #cartAffix {
    position: relative;
    top: 0!important;
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.Cart {
    width: 60%;
    margin: 0 auto;
}
.fullWidthDeskEmpfe{
	width: 100%!important;
}
.right-padd{
	padding-right: 15px!important;
}
.left-padd{
	padding-left: 15px!important;
}
.tableContentCompLast {
    width: 100%!important;
    margin: auto;
}
.tableContentComp {
    width: 100%!important;
    margin: auto;
}
.tableContentComp {
    width: 100%!important;
    margin: auto;
}
.completedSecondContainer .container-fluid{
	padding: 0!important;
}
.smallerHeadBr br{
	display: none!important;
}
.marginFormularM {
    margin-top: 0px!important;
}
.agbImg {
    position: unset!important;
    width: 20px!important;
    padding-top: 0px!important;
    vertical-align: middle!important;
    display: inline-block!important;
}
.AGB p.footerPContent {
    font-family: Gotham_Rounded_Light;
    padding-left: 5px!important;
}
.footerPContent {
    font-size: 16px!important;
    font-family: Gotham_Rounded_Medium;
}
.agbText {
    color: #808080!important;
	margin-left: 0px!important;
    display: inline-block!important;
    vertical-align: middle!important;
	width: 90%;
}
.AGB {
	margin-bottom: 10px;
}
.checkDiv {
    margin-left: 0!important;
    position: relative;
    bottom: 0px;
    font-size: 16px;
}
}
@media screen and (max-width: 800px){
.mrgtop-0 {
    margin-top: 59px!important;
}
}
@media screen and (max-width: 435px){
.eazy-menuTelepfon {
    right: 45px!important;
}
.fullwidth-divs{
	width: 100%;
}
#blAndere-button {
     width: 35%!important;
}
#blVorname {
    width: 92%!important;
}
#blNachname{
	width: 92%!important;
}
#blDatepicker {
    width: 92%!important;
}
#blEmail{
	width: 92%!important;
}
#blTelefon{
	width: 92%!important;
}
.Cart {
    width: 100%;
    margin: 0 auto!important;
}
.inputFieldSpan{
    font-size: 16px!important;
}
.recommendationHeader {
    font-size: 26px!important;
}
.recommendationFirstHeader {
    font-size: 20px!important;
}
.empfehlundIbanHeader {
    font-size: 18px!important;
}
.empfehlundIbanText {
    font-size: 13px!important;
}
.empfehlundTextPdf {
    color: #808080!important;
    font-size: 12px!important;
    margin-right: 0px!important;
}
.paddEmfeLeft-btn{
    padding-left: 0;
    padding-right: 5px;
}
.paddEmfeRight-btn{
    padding-right: 0;
    padding-left: 5px;
}
.empfehlundButton {
    font-size: 11px!important;
    padding: 10px 5px!important;
}
#SendInviteEmailButton {
    max-width: 100%!important;
    margin: auto;
}
#CreateInviteLinkButton {
    max-width: 100%!important;
    margin: auto;
}
.JetztButton {
    font-size: 16px!important;
}
.completedTableContent .NormalParagraph{
	font-size: 14px!important;
}
.drop-text{
	font-size: 14px!important;
}
.fourth-section select.completed-dropdown {
    font-size: 12px;
}
}
@media screen and (max-width: 350px){
.fourth-section select.completed-dropdown {
    font-size: 11px;
}
.curve-imgtop{
    top: -2px;
}
}
@media screen and (min-width: 768px){
#selectBisheriger-menu{
	width: 240px !important;
}
}
@media screen and (max-width: 600px){
.price-100 br{
	display: none;
}
}
@media screen and (min-width: 992px) and (max-width: 1400px){
	#firstPriceChild{
		font-size:180px !important;
	}
	.comma-price{
		font-size:125px !important;
	}
	#decimalMainPriceBoth{
		font-size:95px !important;
	}
	.mtlPrice{
		font-size:40px !important;
	}
	.homeTextInt, .switcherText{
		font-size:16px !important;	
	}
	#changeTitle{
		font-size: 38px !important;	
	}
	.zuperText, #forStudenten{
		font-size:26px !important;
	}
	#changeTitle.partnerText{
		font-size:18px !important;
	}
	.promote-span{
		font-size:14px !important;
	}
	.promote-span-student{
		font-size:16px !important;
	}
	.promoBubleTableRightStudent{
		padding-left:10px;	
	}
	.JetztButton{
	    font-size:20px !important;
    	max-width: 400px !important;
    	padding:9px !important;
	}
	.bestellen-btnresp{
		margin-top:20px !important;	
	}
	.smallContent{
		max-width:1000px;
	}
	.padLeft{
		padding-left: 5vw !important;	
	}
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
.Section {
	min-height: 55vh!important;
}
.padLeft{
  margin-top: 0!important;
}
.Section#prufenSection{
	padding-top: 13vh!important;
	padding-bottom: 13vh!important;
}
.checkDiv {
   font-size: 18px!important;
}
.Section.phoneNumberHome{
	padding-top: 13vh!important;
	padding-bottom: 13vh!important;
}
.Section.footerText{
	min-height: 35vh!important;
}
.Section.footerEazy{
	padding-bottom: 30px;
    padding-top: 7vh;
	min-height: 36vh!important;
}
.footerPHeader {
    font-size: 24px;
}
.footerPLinks {
    font-size: 18px;
}
.NormalParagraph {
    font-size: 20px;
}
.checked-offer.active, .checked-festnetzOffer.active {
    font-size: 22px;
}
.CartUnderOfferText.active, .CartUnderFestnetzText.active {
    font-size: 20px;
    margin-left: 60px;
}
#CartSwitch50MbitText, .CartUnderFestnetzText{
  margin-left: 60px;
}
.ui-button .ui-icon {
	right: 15px;
}
.JetztButton {
    max-width: 400px!important;
}
}
@media screen and (max-width: 1200px){
.phoneNumber-none{
	display: none;
}
.phone-resp{
	display: inline-block;
}
}
@media screen and (min-width: 1201px){
.phoneNumber-none{
	display: inline-block;
}
.phone-resp{
	display: inline-block;
}
.eazy-menuTelepfon.phone-desk .tooltipChange{
	display: none!important;
}
}
@media screen and (min-width: 768px) and (max-width: 829px){
.eazy-menuVerdienen {
    right: 45px;
}
.eazy-menuTarifberater {
    right: 165px;
}
.eazy-menuTelepfon {
    right: 50px!important;
}
}
@media screen and (min-width: 830px) and (max-width: 900px){
.eazy-menuVerdienen {
    right: 50px;
}
.eazy-menuTarifberater {
    right: 180px;
}
.eazy-menuTelepfon {
    right: 285px!important;
}
}
.eazy-menuTelepfon.right-point {
    right: 50px!important;
}
.phone-desk.others{
	color: #fff;
}
.eazy-menuTelepfon.eventsNone{
	pointer-events: none!important;
    color: transparent!important;
}

