@charset "UTF-8";
/* CSS Document */


#welcome {
	width: 1000px;
	height: 370px;
	float: left;
	background: transparent url(images/welcome_back_list.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 0px 0px;
}
#welome-copy {
	width: 520px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 32px 16px 12px 16px;
}
#welcome h1 {
	margin: 0px;
	padding: 0px 0px 6px 15px;
	color:#edece9;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 2.143em;
	text-align:left;
	border-bottom: 1px solid #edece9;
}
#welcome h2 {
	font-size: 1.143em;
	padding: 8px 0px 6px 15px;
	margin: 0;
	color: #edece9;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
}

#welcome ul#quicklinks {
	margin: 30px 0px 0px 16px;
	padding: 0px;
	list-style-type: none;	
}
#welcome ul#quicklinks li {
	color: #017da7;
	list-style-type: none;	
	padding: 8px 0px 8px 0px;
	margin: 0px;
	width: auto;
	height: auto;
	display: block;
	line-height: 24px;
}

#welcome ul#quicklinks li a { padding: 0px 0px 3px 28px; }
#welcome ul#quicklinks li a:link, #welcome ul#quicklinks li a:visited { 
	color: #017da7; 
	background: transparent url(images/list-style-background.png) 0px 0px no-repeat;
}
#welcome ul#quicklinks li a:hover, #welcome ul#quicklinks li a:active { 
	color: #958c7e; 
	background: transparent url(images/list-style-background.png) 0px -32px no-repeat;
}
#query {
	width: 1000px;
	height: 260px;
	float: left;
	color:#958c7e;
	background: transparent url(images/query_back.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#query p {
	font-size: 12px;
	line-height: 18px;
	padding: 4px 0px 4px 10px;
	margin: 0px;
}
#query h3 {
	margin: 0px;
	padding: 0px 0px 6px 10px;
	color:#958c7e;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align:left;
	border-bottom: 1px solid #c1bcb3;
}
#query h4 {
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 6px 10px;
	color:#958c7e;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 15px;
	text-align:left;
	border-bottom: 1px solid #c1bcb3;
}
#query-copy {
	width: 520px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 24px 0px 0px 34px;
}

#query .check-lte {
	padding: 5px 0px 0px 0px;
}
#query .check-lte input {
	border: 3px solid #e0dfdc;
	margin: 15px 0px 0px 10px;
	height: 26px;
	color: #017da7;
	line-height: 26px;
	box-sizing: content-box;
	padding: 5px 3px 3px 5px;
}
#query .check-lte input:focus { border: 3px solid #017da7; }

#query .check-lte input.form-error { border-color: red; color: red; }

#query .check-lte label { display: block; }
#query .check-lte .plz { width: 135px; }
#query .check-lte .ort { width: 295px; }
#query .check-lte .strasse { width: 457px; }

#query .check-lte ::-webkit-input-placeholder { color: #958c7e; }
#query .check-lte input[type="text"]:-moz-placeholder { color: #958c7e; }
#query .check-lte input:-ms-input-placeholder { color: #958c7e; }

#query .check-lte input[type="text"]:focus::-webkit-input-placeholder { color: #e0dfdc; padding-left: 5px; }
#query .check-lte input[type="text"]:focus:-moz-placeholder { color: #e0dfdc; padding-left: 5px; }
#query .check-lte input[type="text"]:focus::-ms-input-placeholder { color: #e0dfdc; padding-left: 5px; }


#query .check-lte input[type="submit"] {
	float: right;
	width: 184px;
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}

#query .check-lte button {
    width: 45%;
    height: 38px;
    position: relative;
    overflow: hidden;
	top: 15px;
	right: 6px;
	float: right; 
	background: 
        radial-gradient(ellipse at center, #017da7 15%,#0d4576 100%);
	background: 
		-webkit-radial-gradient(#017da7 15%,#0d4576 100%);
	background: 
		-moz-radial-gradient(#017da7 15%,#0d4576 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4576', endColorstr='#017da7');
	box-shadow:
        inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5);
	-moz-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
    -webkit-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
	border: none;
    cursor: pointer; 
    line-height: 38px; /* Same as height */
	padding: 0;
}
#query .check-lte button span {
    display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	top: 0;
    left: 0px;
    color: #f7f7f7;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 16px;
	font-weight: 400;
    text-shadow: 0 1px 0 rgba(7,81,108,0.8);
}

#query .check-lte button:focus {
    outline: none;
}
 
#query .check-lte button:hover span,
#query .check-lte button:focus span {
    opacity: 1.0;
	color: #e0dfdc;
}
 
/* Click on button */
 
#query .check-lte button:active span {
   transition: none;
   opacity: 0.9;
}

/* Focus and hover on button */

#query .check-lte button:focus {
    outline: none;
}

#query .check-lte fieldset {
	padding: 0px;
	border: none;
	margin-bottom: 0px;
	line-height: 1.6em;
}

#query .check-lte h6 {
	margin-bottom: -8px;
}

#query-note {
	width: 430px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 30px 0px 0px 35px;
}


/* Orientation --------------------------- */
#mk-tabs.vertical-style .wpb_tabs_nav {
	width: 25%;
}

#mk-tabs.vertical-style .wpb_tabs_nav li {
	width: 100%;
	margin: 0;
}

#mk-tabs.vertical-style .wpb_tabs_nav .ui-state-active a {
	border-bottom-color: #e5e5e5;
}

#mk-tabs.vertical-style .wpb_tabs_nav li a:before {
	/*width: 10px;
	height: 1px;*/
	width: 0px;
	height: 0px;
	top: 0;
}

/* Left */
#mk-tabs.vertical-left .wpb_tabs_nav {
	float: left;
}

#mk-tabs.vertical-left .wpb_tab {
	margin-left: calc( 25% - 1px );
	border-color: #ffffff !important;
}

#mk-tabs.vertical-left .wpb_tabs_nav .ui-state-active a {
	border-right-color: #fff;
}

#mk-tabs.vertical-left .wpb_tabs_nav li a:before {
	right: 0;
}

/* Right */
#mk-tabs.vertical-right .wpb_tabs_nav {
	float: right;
}

#mk-tabs.vertical-right .wpb_tab {
	margin-right: calc( 25% - 1px );
}

#mk-tabs.vertical-right .wpb_tabs_nav .ui-state-active a {
	border-left-color: #fff;
}

#mk-tabs.vertical-right .wpb_tabs_nav li a:before {
	left: 0;
}


/* Responsive ----------------------------- */
@media only screen and (max-width: 767px) {
	#mk-tabs.simple-style .wpb_tabs_nav {
		border-bottom-width: 0;
	}
	
	#mk-tabs.mobile-false .wpb_tabs_nav li {
		width: 100%;
	}
	
	#mk-tabs.simple-style .wpb_tabs_nav a {
		margin-bottom: 1px;
	}
}

/* mobile-true */
@media only screen and (max-width: 767px) {
	#mk-tabs.mobile-true .title-mobile {
		display: block;
	}
	
	#mk-tabs.mobile-true .wpb_tabs_nav {
		display: none;
	}
	
	#mk-tabs.mobile-true .wpb_tab {
		display: block !important;
		border-width: 0;
		padding-top: 0px;
	}

	#mk-tabs.mobile-true .ui-tabs-panel {
		display: block !important;
	}
	
	#mk-tabs.mobile-true.vertical-style .wpb_tab {
		margin-left: 0;
		margin-right: 0;
	}
}



.welcome-tabs {
	margin-right: 20px;
}

.welcome-tabs .wpb_wrapper {
	background: transparent;
	border: 0;
}

.welcome-tabs ul.wpb_tabs_nav {
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.welcome-tabs .mk-tabs-tabs li, .welcome-tabs .wpb_tabs_nav li {
	background-color: #017da7 !important;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e5e5e5 !important;
}

.welcome-tabs .mk-tabs-tabs li a, .welcome-tabs .wpb_tabs_nav li a {
	color: white !important;
	font-size: 20px !important;
	font-weight: unset !important;
	width: calc(100% - 40px);
	border: 0 !important;
}

.welcome-tabs .mk-tabs-tabs .mk-svg-icon, .welcome-tabs .wpb_tabs_nav .mk-svg-icon {
	min-width: 23px;
	vertical-align: middle;
	margin-right: 8px;
	fill: #b9b9b9;
}

.welcome-tabs .mk-tabs-tabs li.is-active, .welcome-tabs .wpb_tabs_nav li.ui-state-active {
	border: 0;
	background-color: #ffffff !important;
}

.welcome-tabs .mk-tabs-tabs li.is-active a, .welcome-tabs .wpb_tabs_nav li.ui-state-active a {
	color: #017da7 !important;
}

.welcome-tabs .wpb_tab {
	padding: 25px 25px 20px !important;
	margin-left: 25% !important;
}

@media only screen and (max-width: 767px) {
	.welcome-tabs .wpb_tab {
		margin-left: 0 !important;
	}
}

.welcome-tabs .mk-tabs-panes .title-mobile, .welcome-tabs .wpb_tab .title-mobile {
	background-color: #017da7 !important;
	color: white !important;
	font-size: 20px !important;
	font-weight: unset !important;
	display: none;
	margin: -25px -25px 20px -25px;
	padding: 5px 10px;
	line-height: 25px;
}

.welcome-tabs .mk-tabs-panes .title-mobile .mk-svg-icon, .welcome-tabs .wpb_tab .title-mobile .mk-svg-icon {
	min-width: 23px;
	vertical-align: middle;
	margin-right: 8px;
	fill: #b9b9b9;
}

.welcome-tabs .mk-tabs-pane-content .vc_row, .welcome-tabs .wpb_tab .vc_row {
	margin-left: 0px;
	margin-right: 0px;
}


/* Abfrageformular Unterseiten */

#subpage-query-form {
	width: 605px;
	height: 255px;
	float: left;
}

#subpage-query-form-header {
	max-width: 605px;
	width: 100%;
	/*height: 66px;*/
	float: left;
	background: #017da7 url(images/subpage-query-form-background.jpg) bottom left no-repeat;
	padding: 0 20px 20px;
}

#subpage-query-form-header.query-form-header-long {
	max-width: none;
	background: #017da7;
	padding: 0 20px 4px;
}

#subpage-query-form-header h3 {
	margin: 4px 10px 0px 0px;
	padding: 5px 10px 6px 10px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 23px;
	text-align:left;
	float: left;
	border-right: 1px solid #FFF;
	line-height: 1.3em;
}

@media handheld, only screen and (max-width: 767px) {
	#subpage-query-form-header h3 {
		border-right: none;
		border-bottom: 1px solid #FFF;
		width: 100%;
		margin: 4px 0 10px;
		padding: 5px 0 6px;
	}
}

#subpage-query-form-header h4 {
	font-size: 15px;
	padding: 5px 0px 6px 0px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	line-height: 1.3em;
	font-weight: 600;
	margin-bottom: 9px;
	margin: 0 0 .8em;
} 

#subpage-query-form-header-bottom {
	width: 100%;
	height: 17px;
	float: left;
	background: #fff url(images/subpage-query-form-background.jpg) bottom left no-repeat;
	margin-bottom: 10px;
}

/* Speedtest */

#speedtest
{
	width: 100%;
}
#statuspanel
{
	padding: 5px 10px;
}
#resultpanel
{
	/*padding: 5px 30px;*/
}
#resultpanel p
{
	padding: 0;
	margin: 0;
	width: 100%;
}
#dlspeed
{
	text-align: right;
	float: right;
}
#ulspeed
{
	text-align: right;
	float: right;
}
#ping
{
	text-align: right;
	float: right;
}
#progresspanel
{
	padding: 5px 5px;
}
#progressbar
{
}
#resultimgbox textarea
{
	width: 100%;
}
#resultimgtext
{
	width: 25%;
	float: left;
}
#result_fb
{
}
#result_google
{
}
#resultimgbuttons
{
}
#resultimgbuttons span
{
	vertical-align: top;
	padding: 0 2px;
}
.speedtest-logo
{
	margin-top: 10px;
}

.resultimg_fb { padding: 0px 0px 0px 16px; }

.resultimg_google { padding: 0px 0px 0px 16px; }

.resultpanel {
	text-align: center;
}

.resultimgbox {
	text-align: center;
}

.subpage-speedtest .header {
	max-width: 605px;
	width: 100%;
	/*height: 66px;*/
	float: none;
	background: #b0aba0 url(images/subpage-speedtest-header-background.jpg) bottom left no-repeat;
	padding: 0 20px 20px;
	/*margin-bottom: 6px;*/
	margin: 0 auto 6px auto;
}

.subpage-speedtest .header.spth-blue {
	background: #017da7 url(images/subpage-query-form-background.jpg) bottom left no-repeat;
}

.subpage-speedtest .header h3 {
	margin: 4px 10px 0px 0px;
	padding: 7px 10px 6px 10px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 21px;
	text-align:left;
	float: left;
	border-right: 1px solid #FFF
} 

.subpage-speedtest .header p.h3 {
	margin: 4px 10px 0px 0px;
	padding: 7px 10px 6px 10px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.3em;
	text-align:left;
	float: left;
	border-right: 1px solid #FFF
} 

@media handheld, only screen and (max-width: 767px) {
	.subpage-speedtest .header h3 {
		border-right: none;
		border-bottom: 1px solid #FFF;
		width: 100%;
		margin: 4px 0 10px;
		padding: 5px 0 6px;
	}

	.subpage-speedtest .header p.h3 {
		border-right: none;
		border-bottom: 1px solid #FFF;
		width: 100%;
		margin: 4px 0 10px;
		padding: 5px 0 6px;
	}
}

.subpage-speedtest .share-header {
	width: 605px;
	height: 44px;
	float: left;
	background: #d7d5cf url(images/subpage-speedtest-share-background.jpg) bottom left no-repeat;
	margin-bottom: 6px;
}

.subpage-speedtest .header h4 {
	font-size: 15px;
	padding: 5px 0px 6px 0px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
} 

.subpage-speedtest .header p.h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 .8em;
	margin-bottom: 9px;
	padding: 5px 0px 6px 0px;
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
} 

.subpage-speedtest p.h6 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 0 0 .8em;
	margin-bottom: 8px;
	color: #017da7;
}

.subpage-speedtest .donepanel input.error {
	border: 2px solid red;
}

.subpage-speedtest .donepanel label.error {
	color: red;
}


.speedtest-share-box {
    position: relative;
    width: 260px;
    height: 46px;
    margin: 0;
    list-style: none;
    text-align: center;
    text-transform: center;
}

.speedtest-share-box li {
	float: left;
	margin: 0 5px;
    padding: 0;
}

.speedtest-share-box li a {
    background-color: #e3e3e3;
    color: #ffffff;
    display: block;
    padding: 13px;
    transition: all .2s;
}

.speedtest-share-box li a:hover {
	color: #017da7;
}

.speedtest-share-box li a svg {
	vertical-align: middle;
}


/* PopUp */
.bg_popup {position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; opacity: .80;
    background: rgb(0,0,0);
    -webkit-transition: background 300ms ease-in 200ms; /* property duration timing-function delay */
    -moz-transition: background 300ms ease-in 200ms;
    -o-transition: background 300ms ease-in 200ms;
    transition: background 300ms ease-in 200ms;
}

#fade {display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%;background: #000;opacity: .80;}

.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 15px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


/* Call-To-Action Buttons */
.call-to-action-header {
	background-color: #017da7;
	padding: 3% 8%;
}

.call-to-action-header b {
	color: #FFFFFF;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	font-size: 23px;
	text-align:left;
} 

button.call-to-action {
    height: 50px;
    position: relative;
    overflow: hidden;

	background: 
        radial-gradient(ellipse at center, #017da7 15%,#0d4576 100%);
		
	background:
		-webkit-radial-gradient(#017da7 15%,#0d4576 100%);
	background:
	
		-moz-radial-gradient(#017da7 15%,#0d4576 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4576', endColorstr='#017da7');
    
	box-shadow:
        inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5);
	
	-moz-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
    -webkit-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
    
	border: none;
    cursor: pointer; 
    line-height: 50px; /* Same as height */
	padding: 0 50px;
}

button.call-to-action span {
    display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	top: 0;
    left: 0px;
    color: #f7f7f7;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 25px;
	font-weight: 400;
    text-shadow: 0 1px 0 rgba(7,81,108,0.8);
}

@media handheld, only screen and (max-width: 767px) {
	.call-to-action-header b {
		font-size: 18px;
	}

	button.call-to-action span {
		font-size: 20px;
	}
}

button.call-to-action:focus {
    outline: none;
    text-decoration: none;
}
 
button.call-to-action:hover span,
button.call-to-action:focus span {
    opacity: 1.0;
	color: #e0dfdc;
	text-decoration: none;
}
 
/* Click on button */
 
button.call-to-action:active span {
   transition: none;
   opacity: 0.9;
   text-decoration: none;
}

/* Focus and hover on button */

button.call-to-action:focus {
    outline: none;
    text-decoration: none;
}


#tabs-profil { list-style: none outside none; }
#tabs-profil li { float: left; background: none repeat scroll 0 0 #EEEEEE; }
#tabs-profil li:hover { background: none repeat scroll 0 0 #F1F1F1; }
#tabs-profil li:hover a { color: #000000; }
#tabs-profil li.lasttab { float:; }
#tabs-profil a { color: #777777; }


button.check-4g-button {
    height: 3em;
    position: relative;
    overflow: hidden;

	background: 
        radial-gradient(ellipse at center, #017da7 15%,#0d4576 100%);
		
	background:
		-webkit-radial-gradient(#017da7 15%,#0d4576 100%);
	background:
	
		-moz-radial-gradient(#017da7 15%,#0d4576 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4576', endColorstr='#017da7');
    
	box-shadow:
        inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5);
	
	-moz-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
    -webkit-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
    
	border: none;
    cursor: pointer; 
    line-height: 3em; /* Same as height */
	padding: 0 8%;
	float: right;
	margin-top: 5px;
}

button.check-4g-button.inline {
	margin-top: 0;
}

button.check-4g-button span {
    display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	top: 0;
    left: 0px;
    color: #f7f7f7;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 1em;
	font-weight: 400;
    text-shadow: 0 1px 0 rgba(7,81,108,0.8);
}

button.check-4g-newsbutton {
    height: 3em;
    position: relative;
    overflow: hidden;

	background: 
        radial-gradient(ellipse at center, #017da7 15%,#0d4576 100%);
		
	background:
		-webkit-radial-gradient(#017da7 15%,#0d4576 100%);
	background:
	
		-moz-radial-gradient(#017da7 15%,#0d4576 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d4576', endColorstr='#017da7');
    
	box-shadow:
        inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5);
	
	-moz-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
    -webkit-box-shadow: 
		inset 0 0 4px rgba(255, 255, 255, 0.7),
        inset 0 0 0 2px rgba(142,160,172,0.5); 
    
	border: none;
    cursor: pointer; 
    line-height: 3em; /* Same as height */
	padding: 0 8%;
	float: right;
	margin-top: 5px;
}

button.check-4g-newsbutton.small {
	width: 100%;
}

button.check-4g-newsbutton span {
    display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	top: 0;
    left: 0px;
    color: #f7f7f7;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 1em;
	font-weight: 400;
    text-shadow: 0 1px 0 rgba(7,81,108,0.8);
}

button.check-4g-button:focus, button.check-4g-newsbutton:focus {
    outline: none;
    text-decoration: none;
}
 
button.check-4g-button:hover span,
button.check-4g-button:focus span,
button.check-4g-newsbutton:hover span,
button.check-4g-newsbutton:focus span {
    opacity: 1.0;
	color: #e0dfdc;
	text-decoration: none;
}
 
/* Click on button */
 
button.check-4g-button:active span, button.check-4g-newsbutton:active span {
   transition: none;
   opacity: 0.9;
   text-decoration: none;
}

/* Focus and hover on button */

button.check-4g-button:focus, button.check-4g-newsbutton:focus {
    outline: none;
    text-decoration: none;
}


div.mk-content-box.check-4g div.vc_column_container {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div.mk-content-box.check-4g div.vc_column-inner {
	padding-left: 2px;
	padding-right: 2px;
}

div.mk-content-box.check-4g .mk-svg-icon {
	margin-right: 0px;
	fill: currentColor;
	vertical-align: unset;
}

.check-4g input.form-error { border-color: red; color: red; }

.check-4g div.optin-check p { padding-left: 8px; }

.check-4g div.optin-check.form-error p { border: 1px solid red; color: red !important; }

.ergebnis-table td {
	width: 33%;
	padding: 1% !important;
}

.ergebnis-table img {
	width: 32px;
	height: 32px;
}

.ergebnis-netz-v25 {
	text-align: center;
}

.ergebnis-netz b, .ergebnis-table b {
	font-size: 180%;
	vertical-align: middle;
}

.ergebnis-netz a small {
	font-size: 70%;
}

.ergebnis-table .tech-4g {
	width: 50%;
	min-width: 40px;
	float: left;
	line-height: 32px;
}

.ergebnis-table .res-4g {
	width: 50%;
	float: left;
}

@media handheld, only screen and (max-width: 768px) {
	.ergebnis-table .tech-4g {
		width: 100%;
	}

	.ergebnis-table .res-4g {
		width: 100%;
	}
}

.tarif-table a, .ergebnis-table a, .ergebnis-netz a {
	color: #225e9b;
}

.tarif-table .mk-fancy-table.table-style2,
.ergebnis-table .mk-fancy-table.table-style2 {
	border-bottom: none;
}

.tarif-table .mk-fancy-table.table-style2 th,
.ergebnis-table .mk-fancy-table.table-style2 th {
	padding-left: 0;
	padding-right: 0;
	font-size: 0.8em;
	color: #000;
	background-color: #fff !important;
}

.tarif-table .mk-fancy-table.table-style2 td,
.ergebnis-table .mk-fancy-table.table-style2 td {
	padding-left: 0;
	padding-right: 0;
	border-bottom: none;
}

.ergebnis-top-left .mk-fancy-table.table-style2,
.ergebnis-top-right .mk-fancy-table.table-style2,
.ergebnis-bottom-left .mk-fancy-table.table-style2,
.ergebnis-bottom-right .mk-fancy-table.table-style2,
.ergebnis-3 .mk-fancy-table.table-style2 {
	border-bottom: none;
}

.ergebnis-top-left .mk-fancy-table.table-style2 td,
.ergebnis-top-right .mk-fancy-table.table-style2 td,
.ergebnis-bottom-left .mk-fancy-table.table-style2 td,
.ergebnis-bottom-right .mk-fancy-table.table-style2 td,
.ergebnis-3 .mk-fancy-table.table-style2 td {
	border-bottom: none;
}

.ergebnis-3.box-tmobile {
	border: 2px solid rgba(226,0,116,0.1);
	padding-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.mk-custom-box.ergebnis-3.box-tmobile {
	margin-left: 0px;
	margin-right: 0px;
}

.ergebnis-3.box-vodafone {
	border: 2px solid rgba(224,0,0,0.1);
	padding-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.mk-custom-box.ergebnis-3.box-vodafone {
	margin-left: 0px;
	margin-right: 0px;
}

.ergebnis-3.box-o2 {
	border: 2px solid rgba(29,38,115,0.1);
	padding-top: 20px;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 15px;
	margin-right: 15px;
}

.mk-custom-box.ergebnis-3.box-o2 {
	margin-left: 0px;
	margin-right: 0px;
}

@media only screen and (min-width: 767px) {
	.ergebnis-top-left.vc_col-sm-6, .ergebnis-top-right.vc_col-sm-6, .ergebnis-bottom-left.vc_col-sm-6, .ergebnis-bottom-right.vc_col-sm-6, .ergebnis-3.vc_col-sm-6 {
		min-height: 500px;
		min-width: 545px;
		padding: 20px;
	}

	.ergebnis-top-right, .ergebnis-bottom-right {
		border-left: 2px solid #e3e3e3;
	}

	.ergebnis-bottom-left, .ergebnis-bottom-right {
		border-top: 2px solid #e3e3e3;
	}

	.ergebnis-3.box-tmobile, .ergebnis-3.box-vodafone, .ergebnis-3.box-o2 {
		width: calc(33.33333333% - 30px);
	}
}

@media handheld, only screen and (max-width: 767px) {
	.ergebnis-top-right, .ergebnis-bottom-left, .ergebnis-bottom-right {
		border-top: 2px solid #e3e3e3;
	}

	.ergebnis-3.box-tmobile, .ergebnis-3.box-vodafone, .ergebnis-3.box-o2 {
		width: calc(100% - 30px);
	}
}

.biszuspeedtext {
	text-align: center;
}

.biszuspeedtacho img {
	max-width: 220px;
	width: 100%;
}

.ergebnisextrainfo {
	text-align: center;
}

.ergebnisextramap {
	text-align: center;
}

div.tip { display: none; position: absolute; z-index: 1000; background: none repeat scroll 0 0 #F7F7F7; border-color: #DDDDDD #E9E9E9 #E9E9E9 #DDDDDD; border-style: solid; border-width: 1px; }
.tip p { font-size: 0.8em; padding: 0 4px; margin-bottom: 0; }

.tt4g_affilinet-table-2 .tt4g_filter_laufzeit {
	background: url(images/selectbox-arrow-4g.png) right center no-repeat #fff !important;
}
