@font-face{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url('/files?f=roboto-400.woff2') format('woff2'), url('/files?f=roboto-400.woff') format('woff');
}

@font-face{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url('/files?f=roboto-500.woff2') format('woff2'), url('/files?f=roboto-500.woff') format('woff');
}

@font-face{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url('/files?f=roboto-700.woff2') format('woff2'), url('/files?f=roboto-700.woff') format('woff');
}

@font-face{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: local('Nunito Bold'), local('Nunito-Bold'), url('/files?f=nunito-700.woff2') format('woff2'), url('/files?f=nunito-700.woff') format('woff');
}

@font-face{
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 800;
    src: local('Nunito ExtraBold'), local('Nunito-ExtraBoldBold'), url('/files?f=nunito-800.woff2') format('woff2'), url('/files?f=nunito-800.woff') format('woff');
}

body{
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    color: #595959;
    margin: 0;
}

.h1{
    color: #00605B;
    font-family: 'Nunito';
    font-weight: 700;
    line-height: 52px;
}

.h2{
    color: #00605B;
    font-family: 'Nunito';
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
}

.h2--marginTop{
    margin-top: 50px;
}

.h3{
    color: #003532;
    font-family: 'Nunito';
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.h4{
    color: #00605b;
    font-family: 'Nunito';
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.p--noMargin{
    margin: 0;
}
.p--highLine{
    line-height: 22px;
}

a{
    text-decoration: none;
}
.a{
    display: flex;
    color: #00605b;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 700;
    /*flex-direction: row;*/
    line-height: 20px;
}
.a--inline{
    display: inline;
}
.a__icon{
    height: 20px;
    margin-left: 5px;
    width: 20px;
}

strong{
    font-weight: 700;
}

small{
    color: #8E9999;
    font-size: 12px;
}

ul{
    padding-left: 20px;
}

ul li{
    line-height: 2em;
    list-style: none;
    margin-left: 15px;
}

ul li::before{
    content: "\2022";
    color: #b2e146;
    font-family: 'Nunito';
    font-weight: 700;
    margin-left: -25px;
    margin-right: 15px;
}

ol{
	padding: 0;
	list-style-position: inside;
}

ol li{
    margin-bottom: 10px;
}

blockquote{
    margin: 50px 100px;
}

summary{
	cursor:pointer;
}

.header{
    background-color: #ffffff;
    border-bottom: 1px solid #00605B;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.header__logo{
    margin-top: 13px;
}

.menu__link{
    color: #00605b;
    display: inline-block;
    font-family: 'Roboto';
    font-size: 27px;
    font-weight: 400;
    line-height: 80px;
    text-decoration: none;
}
.menu__link--button{
    border-radius: 40px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 200px;
}
.menu__meinSpusu{
    display: flex;
    float: right;
}
.menu__meinSpusuIcon{
    height: 26px;
    margin-top: 27px;
    width: 26px;
}

.background{
    background-image: linear-gradient(180deg, #fdfef9 0%, #b2e146 100%);
    background-repeat: no-repeat;
    height: 520px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.background__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 374px;
}

.pageHeader{
    align-items: center;
    background-image: linear-gradient(180deg, #fdfef9 0%, #b2e146 100%);
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: relative;
}

.pageHeader__img{
    left: 0;
    height: 160px;
    position: absolute;
    top: 0;
}

.filter{
    display: flex;
	flex-wrap: wrap;
    justify-content:center;
}

.filter .button{
	margin:5px 10px;
}

.button{
    color: #00605B;
    cursor: pointer;
    background-color: #ffffff;
    box-sizing: border-box;
    border: 2px solid #00605B;
    border-radius: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    outline: none;
}

.button.button--wide {
	height:40px;
	padding:5px 10px;
}

.button--selected{
    background-color: #00605B;
    color: #ffffff;
}

.button.button-green {
    background: #95D600 0% 0% no-repeat padding-box;
    font: normal normal bold 16px/21px Roboto;
    color: #00605B;
    border: none;
    min-height: 40px;
    line-height: 0px;
}

.button.button-green-inverse {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    font: normal normal bold 16px/21px Roboto;
    color: #00605B;
    border: 1px solid #95D600;
    min-height: 40px;
    line-height: 0px;    
}

.input-text, .input-select{
    background-color: #FFFFFF;
    border: 2px solid #E1E1E1;
    border-radius: 6px;
    box-sizing: border-box;
    height: 50px;
    margin: 20px 0;
    position: relative;
	border-color: #00605B;
}
.input-text__input, .input-select__select{
    background-color: #FFFFFF;
    border: none;
    box-sizing: border-box;
    color: #003532;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 2px;
    outline: none;
    padding: 9px;
	
	border-color: #00605B;
}
.input-select__select{
    border-radius: 4px;
    height: 46px;
    margin: 0;
	border-color: #00605B;
}
.input-text__label, .input-select__label{
    background-color: #fff;
    border-radius: 7px;
    color: #00605B;
    font-size: 12px;
    left: 15px;
    padding: 0 10px;
    position: absolute;
    top: -8px;
	border-color: #00605B;
}

.input-date{
	display: flex;
	justify-content: space-between;
	border-color: #00605B;
}

.input-file{
	background-color: #FFFFFF;
    border: 2px solid #E1E1E1;
	border-radius: 6px;
    box-sizing: border-box;
}

.input-radio, .input-checkbox{
	display: flex;
	width: 100%;
	margin: 5px 0;
}

.input-radio__input, .input-checkbox__input{
	margin: auto 10px auto 0;
	min-width: 2em;
}

.input-radio__label, .input-checkbox__label{
	margin: auto 0;
}

.input-text.error, .input-textarea.error, .input-select.error{
	border-color: red;
}
.input-text.error .input-text__label, .input-textarea.error .input-text__label, .input-select.error .input-select__label, .input-radio.error .input-radio__label, .input-checkbox.error .input-checkbox__label{
	color: red;
}

.input-text.success, .input-select.success{
	border-color: #95D600;
}

.input-text__input:disabled, .input-select__select:disabled{
	background: lightgrey;
	color:grey;
}

.tariff_container{
    display: flex;
    justify-content: space-between;
}

.tariff__card{
    background-color: #ffffff;
    border-radius: 14px;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0,96,91,0.08), 0 1px 20px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.06);
    box-sizing: border-box;
    color: #00605B;
    font-family: 'Nunito';
    font-weight: 700;
    letter-spacing: .5px;
}

.tariff__card--darkGreen{
    background-color: #00605B;
    color: #ffffff;
}

.tariff__card--lightGreen{
    background-color: #95D600;
}

.tariff__card--lightGreen .tariff__title, .tariff__card--lightGreen .tariff__cost{
    color: #FFFFFF;
}

.tariff__card--wide{
    position: relative;
}

.tariff__title{
    color: #95D600;
    font-weight: 800;
    letter-spacing: .5px;
    text-align: left;
}

.tariff__title--white{
    color: #ffffff;
}

.tariff__volume{
    display: flex;
    flex-wrap: wrap;
    letter-spacing: .5px;
    text-align: left;
}

.tariff__dtf{
    display: flex;
}

.tariff__cost{
    display: flex;
    color: #95D600;
    font-weight: 800;
    justify-content: flex-end;
}

.tariff__cost--white{
    color: #ffffff;
}

.tariff__month{
    display: block;
    font-weight: 800;
    line-height: 31px;
    text-align: right;
}

.facts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

.factsCard{
    height: 200px;
    margin-bottom: 20px;
    position: relative;
}

.factsCard__containerImg{
    height: 200px;
    position: relative;
    width: 200px;
}

.factsCard__img{
    border-radius: 10px;
    height: 200px;
    width: 200px;
}

.factsCard__containerIcon{
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 2px 10px 0 rgba(0,96,91,0.08), 0 1px 20px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.06);
    height: 60px;
    left: 170px;
    position: absolute;
    top: 24px;
    width: 60px;
}

.factsCard__containerMobileIcon{
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 2px 10px 0 rgba(0,96,91,0.08), 0 1px 20px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.06);
    height: 60px;
    margin-right: 20px;
    width: 60px;
}

.factsCard__icon{
    height: 32px;
    padding: 14px;
    width: 32px;
}

.factsCard__containerText{
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 0;
}

.dtfCard{
    height: 264px;
    position: relative;
}

.dtfCard__containerImg{
    height: 264px;
    position: relative;
    width: 360px;
}

.dtfCard__img{
    border-radius: 10px;
    height: 264px;
    width: 360px;
}

.dtfCard__containerIcon{
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 2px 10px 0 rgba(0,96,91,0.08), 0 1px 20px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.06);
    height: 80px;
    left: 320px;
    position: absolute;
    top: 24px;
    width: 80px;
}

.dtfCard__containerMobileIcon{
    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0 2px 10px 0 rgba(0,96,91,0.08), 0 1px 20px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.06);
    height: 60px;
    margin-right: 20px;
    width: 60px;
}

.dtfCard__containerText{
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: absolute;
    right: 0;
    top: 0;
}

.home-title{
    margin: 40px;
    text-align: center;
}

.home-news{
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.home-newsCard{
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0,96,91,0.08), 0 1px 20px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.06);
    display: inline-block;
    height: 368px;
    position: relative;
    width: 420px;
}

.home-newsCard__title{
    margin-top: 10px;
}

.home-newsCard__img{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
}

.home-newsCard__container{
    margin: 0 42px 0 32px;
}

.home-newsCard__link{
    bottom: 12px;
    position: absolute;
    right: 17px;
}

.home-promiseItem__imgContainer{
    background-color: #FFFFFF;
    border-radius: 40px;
    box-shadow: 0px 0px 6px #D6D6D6;
    height: 60px;
    margin-right: 20px;
    width: 60px;
}

.home-promiseItem__img{
    height: 46px;
	width: 46px;
    padding: 7px 7px;
}

.newsDetail-quote__icon{
    margin-left: -30px;
    margin-bottom: 20px;
}

.headingSpacer{
    margin-bottom: 30px;
    margin-top: 80px;
    text-align: center;
}

.headingSpacer--small{
    margin-bottom: 30px;
    margin-top: 40px;
}

.linkSpacer{
    justify-content: center;
    margin: 30px auto;
}

.tariff-container{
    margin: auto;
}

.tariff-table{
    border-spacing:  0;
    width: 100%;
}

.tariff-table th{
    padding: 10px;
    text-align: center;
}

.tariff-table th:first-child{
    text-align: left;
}

.tariff-table td{
    border-top: 1px solid #D5D5D5;
    padding: 10px 5px;
    text-align: center;
}

.tariff-table td:first-child{
    text-align: left;
}

.tariffDetail{
    display: flex;
    margin: auto;
    margin-top: 60px;
}

.tariffDetail__containerText{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tariffDetail__button{
    display: block;
    border-color: #95D600;
    margin: 30px auto 0 auto;
    width: 200px;
    background: #95D600 0% 0% no-repeat padding-box;
    font: normal normal bold 20px/26px Roboto;
    color: #00605B;
}

.tariffDetail__containercosts{
    display: flex;
    justify-content: space-between;
}

.tariffDetail__img{
    height: 100px;
    margin-top: 14px;
    width: 212px;
}

.tariffDetail__containerAdvantages{
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.tariffDetail__containerAdvantages div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tariffDetail__containerAdvantages h2 {
    margin-top: 40px;
    margin-bottom: 5px;
}

.login__check{
    border-radius: 50px;
    height: 42px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 42px;
}
.login__input{
    margin: 20px auto;
}
.login__button{
    display: block;
    margin: 20px auto;
}
.login__link{
    display: block;
    color: #8E9999;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
}
.login__hr{
    border: 1px solid #E1E1E1;
    border-radius: 1px;
    margin-bottom: 30px;
    margin-top: 40px;
}

.mySpusu-menu{
    color: #00605B;
    font-family: 'Nunito';
    font-size: 18px;
    font-weight: 700;
}
.mySpusu-menu__link{
    color: #00605B;
    display: flex;
    font-size: 18px;
}
.mySpusu-menu__link--selected{
    border-bottom: 2px solid #95D600;
}
.mySpusu-menu__icon{
    height: 24px;
    margin: 0 10px;
    width: 24px;
}
.mySpusu-graphContainer{
    display: flex;
    flex-wrap: wrap;
}
.mySpusu__title{
    margin: 40px 0 20px 0;
}
.mySpusu__myData{
    display: flex;
}
.mySpusu__myData img{
    height: 24px;
    margin-left: 10px;
    margin-top: 4px;
    width: 24px;
}

#modifica-text {
    text-align: left;
    font: normal normal bold 16px/21px Roboto;
    letter-spacing: 0px;
    color: #00605B;
}

.graphCircle{
    height: 130px;
    width: 130px;
    margin: 10px;
}

.graphCircle canvas{
    height: 100%;
    width: 100%;
}

.graph-rect{
    height: 15px;
    width: 300px;
}

.graph-rect canvas{
    height: 100%;
    width: 100%;
}

.newsContainer{
    margin: 120px auto;
    width: 860px;
}

.news{
    display: flex;
    height: 400px;
    justify-content: space-between;
    margin-top: 120px;
    width: 860px;
}

.news--reverse{
    flex-direction: row-reverse;
}

.news__img{
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0,96,91,0.08), 0 1px 20px 0 rgba(0,0,0,0.08), 0 8px 16px 0 rgba(0,0,0,0.06);
    height: 400px;
    width: 320px;
}

.news__container{
    display: flex;
    flex-direction: column;
    height: 400px;
    justify-content: space-between;
    justify-content: space-evenly;
    width: 460px;
}

.news__date{
    height: 24px;
    line-height: 24px;
}

.news__clock{
    float: left;
    height: 24px;
    margin-right: 8px;
    width: 24px;
}

.news__title{
    margin: 0;
    text-align: left;
}

.deviceGroupContainer {
	display:none;
	flex-direction:column;
}

.deviceItemContainer {
	display:flex;
	flex-wrap:wrap;
}

.deviceItemLink {
	margin:0 auto;
}

.deviceItem {
	display:flex;
	flex-direction:column;
	width:230px;
	padding:20px 20px;
	border:1px solid #E1E1E1;
	border-radius:15px;
	/*box-shadow:0px 3px 6px rgba(0,0,0,0.29);*/
	background:white;
	margin:10px auto;
}

.deviceItemImage {
	display:flex;
	height:230px;
	width:100%;
	margin:0 0 20px 0;
}

.deviceItemImage img, .deviceDetailColumn.deviceDetailLeft img  {
	max-width:100%;
	max-height:100%;
	margin:auto;
	object-fit:contain;
}

.deviceItem p, .deviceDetailColumn.deviceDetailLeft p  {
	text-align:center;
	font-family:'Nunito','Roboto';
	font-size:24px;
	font-weight:bold;
	color:#00605B;
	margin:0;
}

.deviceItemName {
	height:70px;
}

.deviceDetailContainer {
	display:flex;
	flex-direction:column;
	width:100%;
}

.deviceDetailColumn {
	display:flex;
	flex-direction:column;
	padding:20px 20px;
}

.deviceDetailColumn.deviceDetailRight {
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
}

.deviceDetailDescriptionOpener {
	display:flex;
	justify-content:space-between;
	margin-bottom:10px;
	cursor:pointer;
}

.deviceDetailDescriptionOpener p {
	margin:auto 0;
	color:#00605B;
	font-weight:bold;
}

.deviceDetailDescriptionOpener .deviceDetailDescriptionOpenerArrow{
	width:19px;
	height:19px;
	background:url('/files?f=ic_arrow_left.png') no-repeat;
}

.deviceDetailDescriptionOpener.open .deviceDetailDescriptionOpenerArrow{
	background:url('/files?f=ic_arrow_down.png') no-repeat;
}

.deviceDetailDescription {
	display:none;
}

.deviceDetailDescription h3{
	color:#00605B;
	margin-top:0;
	margin-bottom:5px;
	font-weight:bold;
}

.deviceDetailColumn .deviceDetailPrice {
	background:#00605B;
	border-radius:100px 0 0 100px;
	width:min-content;
	margin:-65px -20px 20px auto;
}

.deviceDetailColumn .deviceDetailPrice p{
	color:white;
	font-size:30px;
	font-family:'Nunito','Roboto';
	margin:5px 20px;
	white-space:nowrap;
}

.combinationTariffTable {
	display:flex;
	flex-direction:column;
}
	
.combinationTariffTableHeader {
	width:100%;
	text-align:center;
	margin:0;
	font-weight:bold;
}

.combinationTariffTable .combinationTariffChooseOption{
	border:1px solid black;
	border-radius:100%;
	width:16px;
	height:16px;
	margin:auto;
	cursor:pointer;
}

.combinationTariffTable .combinationTariffChooseOption.chosen{
	border:none;
	border-radius:0;
	background:url('/files?f=ic_wechsel_darkgreen.svg') no-repeat;
	width:20px;
	height:20px;
}

.button.button--combinationOrder{
	width:90%;
	margin:10px auto;
	background:#00605B;
	color:white;
	font-size:20px;
	text-align:center;
}

.button--combinationDevice {
	width:200px;
	margin:10px auto 0;
	background:white;
	color:#00605B;
}

.choicebutton {
	width:100%;
	height:28px;
	border:1px solid #E1E1E1;
	border-radius:10px;
	background:white;
	text-align:center;
	cursor:pointer;
	padding:10px 0 0 0;
	margin:5px 0;
}

.choicebutton.choicebutton--selected {
	width:100%;
	height:30px;
	border:none;
	background:#00605B;
	color:white;
}

.choicebutton.choicebutton--disabled {
	filter:opacity(0.5);
	cursor:default;
}

.tariffDetailFeatureContainer, .combinationDeviceList {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
}

.tariffDetailFeature {
	width:90%;
	max-width:300px;
	margin:10px auto;
	padding:10px 20px;
	border:1px solid #E1E1E1;
	border-radius:15px;
	background:white;
}

.tariffDetailFeature h2{
	margin: 10px 0;
}

.button--combinationDevice.green {
	background:#00605B;
	color:white;
}

.combinationDeviceList .deviceDetailColumn{
	padding:10px 20px;
}

.acceptCookieOverlay {
	position:fixed;
	height:100%;
	width:100%;
	z-index:9998;
	background:rgba(0,0,0,0.8);
	display:block;
	top:0;
	bottom:0;
}

.acceptCookieBanner {
	position:fixed;
	width:90%;
	max-height:90%;
	overflow:scroll;
	top:5%;
	left:5%;
	background:white;
	border-radius:20px;
	z-index:10000;
}

.acceptCookieBanner div {
	display:flex;
}

.acceptCookieBannerRow {
	margin:20px;
}

.acceptCookieBannerRow:first-child {
	margin:20px 20px 0;
}

.acceptCookieBannerRow:last-child {
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 20px 20px;
}

.acceptCookieBannerColumn {
	flex-direction:column;
}

.acceptCookieHeader {
	margin:auto 5px 0 0;
}
	
.acceptCookieBanner .button {
	margin-top:20px;
	width:100%;
}

.acceptCookieBanner .button--grey {
	border:none;
	color:unset;
	background:#F5F5F5;
}

.acceptCookieBanner .button--green {
	border:none;
	color:unset;
	background:#95D600;
}

.acceptCookieBanner .button--light-green {
	border:none;
	color:unset;
	background:#EAF7CC;
}

.flex-container {
    display: flex;
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}

.flex-d-row {
    flex-direction: row;
    align-items: center;
}

.flex-d-column {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-self-start {
    align-self: flex-start
}

.h-100 {
    height: 100%;
}

.m-a {
    margin: auto;
}

.ml-a {
    margin-left: auto;
}

.ml-1 {
    margin-left: 16px;
}

.mr-a {
    margin-right: auto;
}

.mb-a {
    margin-bottom: auto;
}

.mb-1 {
    margin-bottom: 16px;
}

.mb-2 {
    margin-bottom: 32px;
}

.mt-a {
    margin-top: auto;
}

.mt-0 {
      margin-top: 0;
}

.mb-0 {
      margin-bottom: 0;
}

.w-100 {
    width: 100%;
}

.gg-0-5 {
    grid-gap: 8px;
}

.gg-1 {
    grid-gap: 16px;
}

.gg-2 {
    grid-gap: 32px;
}

.gg-3 {
    grid-gap: 48px;
}

.pl-1 {
    padding-left: 16px;
}

.pr-1 {
    padding-right: 16px;
}

.text-center {
    text-align: center;
}

.footer {
    margin-top: 50px;
    padding: 70px 2% 100px 2%;
    background: #F8F8F8 0% 0% no-repeat padding-box;
    width: 96%;
}

.footer-content-wrapper {
    max-width: 1350px;
    width: 100%;
}

.footer-sub-title {
    text-align: left;
    font: normal normal bold 15px/19px Roboto;
    color: #00605B;
}

.footer-sub-title-large {
    text-align: left;
    font: normal normal bold 18px/19px Nunito;
    color: #00605B;
}

.footer-link {
    text-align: left;
    font: normal normal normal 15px/19px Roboto;
    color: #00605B;
}

.footer-divider-line {
    width: 100%;
    border: 1px solid #00605B;
    opacity: 0.2;
    margin: 16px 0 16px 0;
}

.footer-icons {
    height: 36px;
    width: auto;
}

.payment-icons {
    height: 17px;
    width: auto;
}

#top-content-wrapper {
    width: 300px;
    grid-gap: 32px;
    margin-left: auto;
    margin-right: auto;
}

#bottom-content-wrapper {
    grid-gap: 32px;
    margin-top: 16px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

#payment-method-description {
    text-align: left;
    font: italic normal normal 16px/22px Roboto;
    color: #595959;
}

#footer-payment-methods {
    max-width: 400px;
    width: 100%;
}

@media(min-width: 320px){
    .mobileNone, .mobileNoneFlex, .mobileNoneTable{
        display: none !important;
    }
    .desktopNone{
        display: block;
    }
    .desktopNoneFlex{
        display: flex;
    }
    .desktopNoneTable{
        display: table;
    }
    .desktopNoneInline{
        display: inline-block;
    }

    .h1{
        font-size: 28px;
    }

    .header{
        height: 60px;
    }
    .header__logo{
        height: 34px;
        margin-left: 13px;
        width: 102px;
    }
    .header__loginIcon{
        cursor: pointer;
        height: 26px;
        position: absolute;
        right: 60px;
        top: 17px;
        width: 26px;
    }
    .header__menuIcon{
        cursor: pointer;
        height: 30px;
        position: absolute;
        right: 13px;
        top: 15px;
        width: 30px;
    }

    .menu{
        background-color: #FFFFFF;
        bottom: 0;
        display: none;
        flex-direction: column;
        height: auto;
        left: 0;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 60px;
        z-index: 1000;
    }
    .menu__meinSpusu{
        flex-direction: column;
    }
    .menu__link--button{
        margin: 20px auto;
    }

    main{
        display: block;
        padding-top: 60px;
    }

    .pageHeader{
        height: 100px;
    }
    .pageHeader__img{
        display: none;
    }

   
    .filter{
        margin: 20px auto;
    }
    .button{
        font-size: 16px;
        height: 30px;
        line-height: 26px;
        min-width: 100px;
        padding: 0 10px;
    }
    .button--wide{
        min-width: 140px;
    }

    .input-text, .input-select, .input-date, .input-file{
        width: 300px;
		border-color: #00605B;
    }
    .input-text__input{
        width: 230px;
		border-color: #00605B;
    }
    .input-select__select{
        width: 296px;
		border-color: #00605B;
    }

    .input-select--day{
        margin-right: 10px !important;
        width: 60px;
    }
    .input-select--day .input-select__select{
        width: 56px;
    }
    .input-select--month{
        margin-right: 10px !important;
        width: 130px;
    }
    .input-select--month .input-select__select{
        width: 126px;
    }
    .input-select--year{
        width: 90px;
    }
    .input-select--year .input-select__select{
        width: 84px;
    }

    .container{
        margin: auto;
        width: 300px;
    }

	.combinationContainer {
		width:90%;
		margin:auto;
	}

    .tariff{
        margin: auto;
        width: 100%;
    }
    .tariff_container{
        flex-direction: column;
    }
    .tariff__card, .tariff__card--wide{
        margin: 10px auto;
        position: relative;
        width: 300px;
    }
    .tariff__title, .tariff__title--wide{
        font-size: 16px;
        line-height: 16px;
        margin: 9px 0 0 9px;
        width: 180px;
    }
    .tariff__volume, .tariff__volume--wide{
        flex-direction: row;
        font-size: 11px;
        line-height: 15px;
        margin: 3px 0 0 9px;
        width: 180px;
    }
    .tariff__volume span{
        margin-right: 10px;
    }
    .tariff__dtf, .tariff__dtf--wide{
        flex-direction: row;
        font-size: 11px;
        line-height: 15px;
        margin: 3px 0 9px 9px;
    }
    .tariff__dtf span{
        margin-right: 10px;
    }
    .tariff__cost{
        font-size: 35px;
        line-height: 35px;
        margin: 9px 9px 0 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    .tariff__cost--up{
        font-size: 25px;
        line-height: 25px;
        margin-left: 2px;
    }
    .tariff__month{
        font-size: 11px;
        position: absolute;
        margin-right: 9px;
        right: 0;
        top: 45px;
    }

    .tariff-container{
        font-size: 12px;
        width: 300px;
    }
    .tariff-container a{
        font-size: 12px;
    }

    .tariffDetail{
        flex-direction: column;
        width: 300px;
    }
    .tariffDetail__containerText{
        margin-left: 0;
        width: 300px;
    }
    .tariffDetail__containercosts{
        flex-direction: column;
    }
    .tariffDetail__img{
        margin: auto;
    }
    .tariffDetail__containerAdvantages{
        flex-direction: column;
        width: 300px;
    }
    .tariffDetail__containerAdvantages div{
        width: 300px;
    }

    .facts{
        flex-direction: column;
        width: 300px;
    }
    .factsCard, .dtfCard{
        width: 300px;
    }
    .dtfCard{
        margin: 40px auto;
    }
    .factsCard__containerImg, .dtfCard__containerImg{
        display: none;
    }
    .factsCard__containerMobile, .dtfCard__containerMobile{
        display: flex;
    }
    .factsCard__containerText, .dtfCard__containerText{
        left: 0;
    }

    .dtfCard__icon {
        height: 24px;
        padding: 18px;
        width: 24px;
    }

    .login{
        margin: auto;
        width: 300px;
    }

    .home-news{
        flex-direction: column;
        width: 300px;
    }
    .home-newsCard{
        width: 300px;
    }

    .home-promise{
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 300px;
    }
    .home-promiseItem{
        justify-content:center;
		align-items: center;
        display: flex;
        flex-direction: row;
        width: 300px;
    }
    .home-promiseItem p{
       font-size: 18px;
	   color: #00605B;
    }

    .mySpusu-menu{
        display: flex;
        flex-direction: row;
        overflow: auto;
    }
    .mySpusu-menu__link{
        margin: 10px 20px;
        white-space: nowrap;
    }
    .mySpusu-numberSelect{
        margin: 20px auto;
    }
    .mySpusu-container__item{
        margin: auto;
        width: 300px;
    }

    .allianz{
        display: block;
        width: 300px;
        margin: 20px auto;
    }
	
	.provinceSearchList{										
		background-color: #FFFFFF;
		box-sizing: border-box;
		color: #003532;
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		outline: none;
		padding: 9px;
		width: 295px;
		height: 46px;
		border-radius: 10px;
		border:none;
	}
}

@media(min-width: 360px){
    .button{
        min-width: 110px;
    }
    .button--wide{
        min-width: 160px;
    }

    .tariff__card, .tariff__card--wide{
        width: 340px;
    }
    .tariff__title{
        font-size: 18px;
    }
    .tariff__volume, .tariff__volume--wide{
        font-size: 13px;
        width: 230px;
    }
    .tariff__dtf, .tariff__dtf--wide{
        font-size: 14px;
    }

    .facts, .factsCard, .dtfCard, .tariff-container, .tariffDetail{
        width: 340px;
    }
}

@media(min-width: 1200px){
    #footer-app-stores {
        margin-left: auto;
        margin-right: 48px;
    }
    
    .payment-icons {
    height: 23px;
    width: auto;
}

    #top-content-wrapper {
        width: 100%;
        grid-gap: 160px;
    }

    #bottom-content-wrapper {
        margin-top: 0px;
        width: 100%;
    }
    .flex-row-desktop {
        flex-direction: row;
    }

    .flex-row-reverse-desktop {
        flex-direction: row-reverse;
    }

    .flex-column-desktop {
        flex-direction: row;
    }

    .gg-1-Desktop {
        grid-gap: 16px;
    }

    .gg-2-Desktop {
        grid-gap: 32px;
    }

    .mobileNone{
        display: block !important;
    }
    .mobileNoneFlex{
        display: flex !important;
    }
    .mobileNoneTable{
        display: table !important;
    }
    .desktopNone, .desktopNoneFlex, .desktopNoneTable, .desktopNoneInline{
        display: none;
    }
	
	.background{
		background-image: linear-gradient(180deg, #fdfef9 0%, #b2e146 100%);
		background-repeat: no-repeat;
		height: 550px;
		position: absolute;
		width: 100%;
		z-index: -1;
	}

    .h1{
        font-size: 40px;
    }
    
    .header{
        height: 80px;
    }
    .header__logo{
        height: 54px;
        margin-left: 20px;
        width: 162px;
    }
    .header__menuIcon{
        display: none;
    }

    .menu{
        display: block;
        height: 80px;
        left: 220px;
        margin: 0 0 0 0;
        position: absolute;
        right: 20px;
        text-align: left;
        top: 0;
    }
    .menu__link{
        margin: auto 10px;
		font-size: 22px;
    }
    .menu__link img{
        margin:0 5px -3px 0;
		height:26px;
		object-fit:contain;
    }
    .menu__link--button{
        border: 2px solid #00605B;
        box-sizing: border-box;
        line-height: 36px;
        margin-top: 20px;
    }
    .menu__meinSpusu{
        flex-direction: row;
    }

    main{
        padding-top: 80px;
    }

    .pageHeader{
        height: 160px;
    }

    .pageHeader__img{
        display: block;
    }

    .filter{
        margin: auto;
    }

    .button, .button--wide, .button.button--wide{
        font-size: 18px;
        height: 40px;
        line-height: 36px;
        min-width: 190px;
        padding: 0 20px;
    }

    .input-text, .input-select, .input-date, .input-file{
        width: 335px;
    }
	
    .input-select__select{
        width: 331px;
    }

    .input-select--day{
        width: 75px;
    }

    .input-select--day .input-select__select{
        width: 71px;
    }

    .input-select--month{
        width: 140px;
    }

    .input-select--month .input-select__select{
        width: 136px;
    }

    .input-select--year{
        width: 100px;
    }

    .input-select--year .input-select__select{
        width: 94px;
    }

    .input-text__input{
        width: 327px;
    }

    .input-text__input--status{
        width: 285px;
    }
	
	.input-radio__input{
		margin: auto 5px auto 20px;
		min-width: 2em;
	}

    .container{
        width: 870px;
    }

	.combinationContainer {
		 width: 870px;
	}

    .tariff{
        width: 870px;
    }

    .tariff_container{
        flex-direction: row;
    }
    
    .tariff__card{
        height: 400px;
        margin: 0;
        width: 280px;
    }
    .tariff__card--small{
        height: 340px;
        margin: 0;
        width: 240px;
    }
    .tariff__card--wide{
        height: 146px;
        margin-top: 15px;
        width: 870px;
    }
    .tariff__title{
        font-size: 28px;
        line-height: 38px;
        margin: 18px 0 0 18px;
        width: auto;
    }
    .tariff__card--small .tariff__title{
        font-size: 23px;
        line-height: 30px;
		margin-top:15px
    }
    .tariff__title--wide{
        margin-top: 11px;
    }
    .tariff__volume{
        flex-direction: column;
        font-size: 28px;
        line-height: 37px;
        margin: 13px 0 0 18px;
        width: auto;
    }
    .tariff__card--small .tariff__volume{
        font-size: 23px;
        line-height: 30px;
    }
    .tariff__volume--wide{
        flex-direction: row;
        margin-top: 8px;
    }
    .tariff__volume span{
        margin-right: 30px;
    }
    .tariff__dtf{
        flex-direction: column;
        font-size: 23px;
        line-height: 26px;
        margin: 18px 0 0 18px;
    }
    .tariff__card--small .tariff__dtf{
        font-size: 18px;
        line-height: 20px;
    }
    .tariff__dtf--wide{
        flex-direction: row;
        margin-top: 4px;
    }
    .tariff__cost{
        font-size: 77px;
        line-height: 77px;
        margin: 10px 25px 0 0;
        position: relative;
    }
	.tariff__card--small .tariff__cost{
        font-size: 67px;
        line-height: 67px;
    }
    .tariff__cost--up{
        font-size: 54px;
        line-height: 54px;
        margin-left: 10px;
    }
	.tariff__card--small .tariff__cost--up{
        font-size: 44px;
        line-height: 44px;
    }
    .tariff__cost--wide{
        position: absolute;
        margin-top: 13px;
        right: 0;
        top: 0;
    }
    .tariff__month{
        font-size: 23px;
        margin-right: 25px;
        position: relative;
        top: 0;
    }
    .tariff__card--small .tariff__month{
        font-size: 18px;
    }
    .tariff__month--wide{
        position: absolute;
        right: 0;
        top: 95px;
    }

    .tariff-container{
        font-size: 16px;
        width: 870px;
    }
    .tariff-container a{
        font-size: 16px;
    }

    .tariffDetail{
        flex-direction: row;
        width: 870px;
    }
    .tariffDetail__containerText{
        margin-left: 40px;
        width: 550px;
    }
    .tariffDetail__containercosts{
        flex-direction: row;
    }
    .tariffDetail__containerAdvantages{
        flex-direction: row;
        width: 870px;
    }
    .tariffDetail__containerAdvantages div{
        width: 415px;
    }

    .facts{
        flex-direction: row;
        width: 1150px;
    }
    .factsCard{
        width: 565px;
        margin-right: 10px;
    }
    .factsCard__containerImg, .dtfCard__containerImg{
        display: block;
    }
    .factsCard__containerMobileIcon, .dtfCard__containerMobileIcon{
        display: none;
    }
    .factsCard__containerText{
        left: 250px;
    }

    .dtfCard{
        margin: 80px auto;
        width: 870px;
    }
    .dtfCard__containerText{
        left: 430px;
    }
    .dtfCard__icon {
        height: 40px;
        padding: 20px;
        width: 40px;
    }

    .login{
        width: 870px;
    }

    .mySpusu{
        margin: auto;
        margin-top: 40px;
        min-height: 500px;
        width: 870px;
    }
    .mySpusu-menu{
        justify-content: center;
        overflow: hidden;
    }
    .mySpusu-container{
        display: flex;
        flex-direction: row;
    }
    .mySpusu-container__item{
        margin: 0;
        width: 435px;
    }
    .mySpusu-container__item--first{
        padding-left: 20px;
        box-sizing: border-box;
		margin-right: 20px;
    }
    .mySpusu-numberSelect{
        margin: 0 20px;
    }

    .home-news{
        flex-direction: row;
        width: 1300px;
    }
    .home-newsCard{
        width: 420px;
    }

    .home-promise{
        flex-direction: row;
        width: 1150px;
    }
    .home-promiseItem{
        box-sizing: border-box;
        margin-bottom: 0;
        padding-right: 10px;
        width: 287px;
    }

    .allianz{
        width: 400px;
    }
	.provinceSearchList{										
		background-color: #FFFFFF;
		box-sizing: border-box;
		color: #003532;
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		outline: none;
		padding: 9px;
		width: 331px;
		height: 46px;
		border-radius: 10px;
		border:none;
	}

	.deviceItemLink {
		margin:0;
	}

	.deviceItem {
		margin:10px 9px;
	}
	
	.deviceDetailContainer {
		flex-direction:row;
		border:1px solid #E1E1E1;
		border-radius:15px;
		padding:10px 0;
		width:870px;
		margin:10px auto;
	}

	.deviceDetailColumn {
		width:100%;
		padding: 0px 20px;
	}

	.deviceDetailColumn.deviceDetailLeft {
		width:230px;
	}

	.deviceDetailColumn.deviceDetailRight {
		width:560px;
		border-top:none;
		border-bottom:none;
		border-left:1px solid #E1E1E1;
		padding-bottom:0;
	}

	.deviceDetailDescriptionOpener {
		display:none;
	}

	.deviceDetailDescription {
		display:flex !important;
	}

	.deviceDetailColumn .deviceDetailPrice {
		margin:10px -20px 0 auto;
	}

	.deviceDetailColumn .deviceDetailPrice p{
		font-size:40px;
	}

	.button.button--combinationOrder{
		max-width:max-content;
	}

	.tariffDetailFeatureContainer {
		width:870px;
		margin:0 auto;
	}
	
	.combinationDeviceList {
		width:870px;
		margin:20px auto 0;
	}
	
	.tariffDetailFeature {
		width:230px;
		margin:10px 0;
		padding:10px 20px;
		min-height:230px;
	}

	.choicebutton {
		width:248px;
		margin-right:10px;
	}

	.choicebutton.choicebutton--selected {
		width:250px;
	}
	
	.acceptCookieBanner {
		width:550px;
		overflow:hidden;
	}
	
	.acceptCookieBanner .button {
		width:max-content;
	}
}

@media(min-width: 1440px){
    .mySpusu{
        border-left: 2px solid #E1E1E1;
    }
    .mySpusu-menu{
        left: 50%;
        position: absolute;
        margin-left: -655px;
        top: 340px;
        width: 220px;
        display: block;
        overflow: auto;
    }
    .mySpusu-menu__link{
        margin: 40px 0;
    }
}

@media(min-width: 1600px){
    .header__logo{
        margin-left: 70px;
    }
	
	.menu{
        left: 262px;
        margin: 0 0 0 30px;
        right: 70px;
    }
	
    .menu__link{
        margin: auto 20px;
		font-size: 27px;
    }
}

.loadingiconsmall{
	display:none;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}