@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
} 
	
.mobile {
	display: none !important;
}

.animate {
	-webkit-transition: all 0.35s linear 0.1s;
	transition: all 0.35s linear 0.1s;
	-moz-transition: all 0.35s linear 0.1s;
	-ms-transition: all 0.35s linear 0.1s;
	-o-transition: all 0.35s linear 0.1s;
}

.animate_slow {
	-webkit-transition: all 1s linear 0.5s;
	transition: all 1s linear 0.1s;
	-moz-transition: all 1s linear 0.5s;
	-ms-transition: all 1s linear 0.5s;
	-o-transition: all 1s linear 0.5s;
}

html {
	font-size: 100%;
	min-height: 100%;
	background-image: url(/media/buehne/stage_1920x800px_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
	
body {
	background-color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	width: 100%;
	overflow: scroll;
}

strong {
	font-weight: 1000;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
	position: fixed;
	background-color: #424242;
	height: 120px;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 500;
}

#logo {
	background-image: url("../img/logo_1000x200px.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 200px 40px;
	width: 200px;
	height: 40px;
	position: fixed;
	left: calc(50% - 100px);
	top: 20px;
	z-index: 1000;
}

#menu {
	background-image: url("../img/menue_icon_100x70px.png");
	background-repeat: no-repeat;
	background-size: 21px 15px;
	background-position: center;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 50px;
	top: 15px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

.netzwerk_status {
	background-repeat: no-repeat;
	background-size: 70px 100px;
	width: 70px;
	height: 100px;
	position: absolute;
	left: 20px;
	top: 0px;
	z-index: 900;
	cursor: pointer;
	background-color: #666;
	display: block;
}

.netzwerk_status_green {
	background-image: url("../img/netzwerk_status_green.png");
}

.netzwerk_status_green .tooltiptext {
	background-color: #96c11f;
	color: white;	
}

.netzwerk_status_yellow .tooltiptext {
	background-color: #e2a000;
	color: white;
}

.netzwerk_status_red .tooltiptext {
	background-color: #ed0031;
	color: white;	
}

.netzwerk_status_yellow {
	background-image: url("../img/netzwerk_status_yellow.png");
}

.netzwerk_status_red {
	background-image: url("../img/netzwerk_status_red.png");
}

.netzwerk_status:hover {
	background-color: #878787;
}

.tooltip .tooltiptext {
	visibility: hidden;
	opacity: 0;
	width: 450px;
	text-align: center;
	padding: 20px;
	border-radius: 0px;
	z-index: 1;
	position: absolute;
	top: 120px;
	left: -20px;
	font-size: 1rem;
	transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
}

.tooltip:hover .tooltiptext {
	opacity: 1;
	visibility: visible;
}

nav {
	list-style: none;
	padding-top: 80px;
	transition: all 1s ease-in-out;
}

nav ul {
	margin-left: auto;
	margin-right: auto;
	width: 890px !important;
}

nav li {
	float: left;
	list-style-type: none;
	font-weight: 300;
	font-size: 0.9rem;
	color: #c6c6c6;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 12px;
	cursor: pointer;
}

nav a {
	text-decoration: none;
	color: #c6c6c6;
	display: block;
	line-height: 28px;
	padding-left: 30px;
	padding-right: 30px;
}

nav li.hover_underline_effect a {
	text-decoration: none;
	display: inline-block;
}

nav li.hover_underline_effect a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-webkit-transition: width 0.4s ease-in-out;
}

nav li.hover_underline_effect a:hover::after {
    width: 100%;
}

nav ul.subnav a:hover::after {
    width: 0%;
}

nav li:hover {
	color: #fff;
}

nav a:hover {
	color: #fff;
}

nav ul.subnav {
	position: absolute;
	top: 100%;
	z-index: 1000;
	text-transform: none;
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 10px;
	width: auto !important;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.4s ease-in-out;
	-o-transition: visibility 0s, opacity 0.4s ease-in-out;
	-moz-transition: visibility 0s, opacity 0.4s ease-in-out;
	-webkit-transition: visibility 0s, opacity 0.4s ease-in-out;
}

nav > ul > li:hover ul.subnav {
	visibility: visible;
	opacity: 1;
}

nav > ul > li:hover ul.subnav li a {
	display: block;
}

ul.subnav li {
	display: block;
	float: none;
	line-heigth: 30px !important;
	padding-left: 0px !important;
}

div.subnav_image_left {
	width: 30%;
	height: 300px;
	float: left;
	margin-right: 5%;
	background-image: url("../img/grafiken/grafik_netz_bestand_1000x1000px_01.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.subnav:hover div.subnav_image_left {
	background-image: url("../img/grafiken/grafik_netz_bestand_1000x1000px_03.png");
}

div.subnav_image_right {
	width: 40%;
	height: 300px;
	float: left;
	background-image: url("../img/images/subnav_image.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

div.subnav_li_box {
	width: 20%;
	margin-right: 5%;
	float: left;
}

ul.subnav li a {
	color: #c6c6c6;
}

ul.subnav li a:hover {
	color: #fff;
	border-bottom: none !important;
}

ul.subnav li.selected a {
	color: #95c11f;
}

#content {
	position: absolute;
	left: 0px;
	top: 120px;
	width: 100%;
	bottom: 100px;
}

.content {
	min-height: 80%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.content p {
	padding-bottom: 30px;
	width: 100%;
    color: #333;
    margin-bottom: 0px !important;
}

.content ul {
	padding-bottom: 30px;
}

.content a {
    color: #333;
}

.content > .data_policy > p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    margin-bottom: 0px !important;
}

.content > .imprint > p {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    margin-bottom: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.content h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	color: rgba(149,193,31,1);
}

.content h2 {
    margin-bottom: 20px;
}

.content h2.green {
	margin-top: 50px;
	margin-bottom: 0px;
	color: rgba(149,193,31,1);
}

.content h4 {
    margin-bottom: 20px;
}

.content ul {
    color: #333;
}

li.list_style_arrow {
	list-style-image: url(../img/list_style_image_50x16px.png);
	line-height: 40px;
	margin-left: 40px;
}

#content ul {
	margin-left: 20px;
	line-height: 30px;
}

hr {
    height: 4px; 
    background: #99ba56;
    color: #99ba56;
    border: none;
}

h0 {
	font-weight: 700;
	font-size: 2.6rem;
	text-transform: uppercase;
	color: #fff;
}

h1, h2.green {
	font-weight: 700;
	font-size: 1.8rem;
	color: #424242;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-weight: 700;
	font-size: 1.4rem;
	color: #424242;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

h2.plus {
	background-image: url(../img/plus_100x100px.png);
	padding-left: 60px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	height: 40px;
	line-height: normal;
	padding-top: 7px;
}

h3 {
	font-weight: 500;
	font-size: 1rem;
	color: #424242;
	letter-spacing: 0.5px;
}

h4 {
	font-weight: 700;
	font-size: 1rem;
	color: #424242;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.gallery_image {
	margin-right: 5px;
}

p {
	text-align: justify;
	font-weight: 200;
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 26px;
}

#check_availability {
	clear: both;
	background: rgb(149,193,31);
	background: -moz-linear-gradient(left, rgba(149,193,31,1) 0%, rgba(207,224,155,1) 100%);
	background: -webkit-linear-gradient(left, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
	background: linear-gradient(to right, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
	width: 100%;
	height: 100px;
	position: relative;
}

.left_text {
	padding-left: 0px;
	padding-right: 0px;
	width: 40%;
	line-height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.left_text h2 {
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-left: 120px;
}

.content .left_text h2 {
	padding-left: 20px;
}

.right_box {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60%;
	line-height: 100px;
}

.content .left_text {
	width: 40%;
}

.content .right_box {
	width: 60%;
}

.right_box input {
	width: 25%;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none !important;
	line-height: 20px;
	font-size: 1rem;
	font-weight: 400;
	color: black;
	display: inline-block;
	margin-right: 10px;
}

input.search_button_availability {
	background-color: #424242;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 22px 11px 22px;
	letter-spacing: 1px;
	font-size: 0.8rem;
	font-weight: 300;
	height: 40px;
	cursor: pointer;
	line-height: normal;
	margin: 0px;
	width: auto;
}

.search_button_availability:hover {
	background-color: #333;
}

#content_footer {
	height: 38px;
	padding-top: 12px;
	background-color: #424242;
	font-size: 0.8rem;
}

#content_footer ul {
	position: absolute;
	margin-left: 120px;
}

#content_footer li {
	float: left;
	list-style-type: none;
	font-weight: 300;
	font-size: 0.8rem;
	margin-right: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content_footer a {
	text-decoration: none;
	color: #c6c6c6;
}

#content_footer li.hover_underline_effect a {
	text-decoration: none;
	display: inline-block;
}

#content_footer li.hover_underline_effect a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-webkit-transition: width 0.4s ease-in-out;
}

#content_footer li.hover_underline_effect a:hover::after {
    width: 100%;
}

#content_footer a:hover {
	color: #fff;
}

.footer_logo_container {
	background-color: #333;
	width: auto;
	height: 70px;
	clear: both;
}

.footer_logo {
	background-image: url("../img/logo_1000x200px.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 150px 30px;
	margin-left: 150px;
	z-index: 100;
	width: 150px;
	height: 30px;
	padding-top: 20px;
}

footer {
	height: 260px;
	padding-left: 150px;
	padding-right: 150px;
	padding-top: 50px;
	background-color: #424242;
	font-size: 0.9rem;
}

.footer_container_left {
	width: 30%;
	float: left;
}

.footer_container_left ul {
	
}

.footer_container_left li {
	display: block;
	margin-right: 0px !important;
	cursor: pointer;
	width: 100%;
	line-height: 30px;
}

.footer_container_left li:hover {
	border-bottom: none;
}

.footer_container_left li a {
	font-weight: 400;
	font-size: 0.9rem;
}

.footer_container_left li a:hover {
	color: #fff;
}
			
.footer_container_center {
	width: 30%;
	float: left;
	margin-left: 5%;
}

.social_media_title {
	text-align: center;
}

.social_media_title span {
	font-weight: 400;
	font-size: 0.9rem;
	color: #878787;
	text-transform: uppercase;
	letter-spacing: 1px;
}
	
.social_media_container {
	height: 40px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.sm {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
	z-index: 100;
	width: 40px;
	height: 40px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

a.sm_twitter {
	background-image: url("../img/twitter_icon_100x100px.png");
}

a.sm_twitter:hover {
	background-image: url("../img/twitter_icon_100x100px_hover.png");
}

a.sm_facebook {
	background-image: url("../img/facebook_icon_100x100px.png");
}

a.sm_facebook:hover {
	background-image: url("../img/facebook_icon_100x100px_hover.png");
}

a.sm_instagram {
	background-image: url("../img/instagram_icon_100x100px.png");
}

a.sm_instagram:hover {
	background-image: url("../img/instagram_icon_100x100px_hover.png");
}
			
.footer_container_right {
	width: 20%;
	float: left;
	margin-left: 15%;
}

.footer_container_right ul {
	margin-left: 50px !important;
	line-height: 30px !important;
}

.footer_container_right li {
	color: #c6c6c6;
	width: 100%;
	margin-right: 0px;
	line-height: 30px;
	text-transform: none;
	font-size: 0.9rem;
	list-style-image: url(../img/list_style_image_check.png);
	padding-left: 15px;
	text-align: left;
}

.footer_container_right li:hover {
	border-bottom: none;
}

.footer_bottom {
	margin-top: 50px;
	border-top: solid 1px #c6c6c6;
	float: left;
	width: 100%;
	padding-top: 10px;
}

.copyright {
	width: 50%;
	float: left;
	color: #c6c6c6;
	line-height: 22px;
	font-size: 0.9rem;
}

footer ul {
	margin-left: 0px !important;
}

footer li {
	float: right;
	list-style-type: none;
	font-weight: 300;
	font-size: 0.8rem;
	margin-left: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 22px;
}

footer a {
	text-decoration: none;
	color: #c6c6c6;
	line-height: 22px;
}

footer a:hover {
	color: #fff;
}

footer li.hover_underline_effect a {
	text-decoration: none;
	display: inline-block;
}

footer li.hover_underline_effect a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-webkit-transition: width 0.4s ease-in-out;
}

footer li.hover_underline_effect a:hover::after {
    width: 100%;
}


/******* STAGE **********/

div#stage {
	height: 100%;
}

div.stage {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.stage .stage_item {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	color: white;
	width: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-color: #fff;
}

.stage_content > h2 {
	position: absolute;
	right: 50px;
	z-index: 20;
	display: block;
	font-weight: 400;
	font-size: 2.2rem;
	text-transform: uppercase;
	color: #fff !important;
	top: 100px;
}

.stage_content > h3 {
	position: absolute;
	right: 50px;
	top: 160px;
	z-index: 20;
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: #fff !important;
	margin: 0 !important;
	border: solid 1px #fff;
}

.stage_content > h3 > a {
	color: white !important;
	text-decoration: none;
}

.betterslider_prev {
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0px;
	z-index: 10;
	cursor: pointer;
}

.betterslider_next {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0px;
	z-index: 10;
	cursor: pointer;
}

.betterslider_pagination {
	position: absolute;
	bottom: 20px;
	width: 91px;
	left: calc(50% - 45px);
	display: block;
}

.betterslider_pagination a {
	border: solid 1px #fff;
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.betterslider_pagination a.current {
	background-color: #fff;
}

.image_text {
    position: absolute;
    top: 290px;
    left: 40px;
    z-index: 20;
    display: inline-block;
    padding: 10px 20px 8px;
    background: rgba(0, 0, 0, 0.5)
}

.imagetext p {
	text-align: right;
}

/******* STAGE ENDE **********/

/******* ANFANG SEARCHFIELD *******/
 
#searchfield_icon {
	background-image: url("../img/search_icon_100x100px.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
	width: 20px;
	height: 20px;
	position: fixed;
	right: 50px;
	top: 83px;
	z-index: 100;
	cursor: pointer;
	display: block;
	float: left;
}
 
.search_wrapper {
	top: 83px;
	overflow: hidden;
	z-index: 110;
	height: 20px;
	position: fixed;
	right: 30px;
	background-color: #424242;
	color: #c6c6c6;
	display: none;
}
 
.search_field {
	z-index: 110;
	width: 170px !important;
	margin: 0px !important;
	border: none !important;
	border-radius: 0px !important;
	font-size: 0.9rem !important;
	font-weight: 300;
	float: left;
	height: 20px;
	background-color: transparent;
}

input.search_field {
	textarea: focus;
	input: focus;
	outline: none;
}
 
.search_button {
	background-image: url("../img/img2017/search_icon_go_100x100px.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
	width: 50px;
	height: 50px;
	z-index: 100;
	cursor: pointer;
	display: block;
	float: left;
}
 
input.search_field {
	background-color: transparent;
	color: #c6c6c6;
}
 
form > input:first-child:hover {
	cursor: text !important;
}

.searchresults {
	clear: both;
}

input.searchresult {
	z-index: 90;
	width: 400px !important;
	margin: 0px !important;
	border: none !important;
	border-radius: 0px !important;
	font-size: 1rem !important;
	font-weight: 500;
	float: left;
	background-color: #fff !important;
	border: solid 1px #ddd !important;
	color: #000 !important;
	font-family: 'Lato', sans-serif;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 20px !important;
	margin-right: 10px !important;
}

input.searchresults_submit {
	float: left;
	display: block;
    background-color: rgba(0, 90, 158, 1);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none !important;
    cursor: pointer;
}

input.searchresults_submit:hover {
	text-decoration: none !important;
	background-color: rgba(149,193,31,1);
}
 
input.formbutton, a.actionbutton {
	display: block;
    color: rgba(149,193,31,1);;
    font-size: 0.8rem;
    font-weight: 500 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px rgba(149,193,31,1);
    cursor: pointer;
    float: left;
    margin-top: 20px;
	margin-bottom: 20px;
}

a.actionbutton {
	line-height: 18px;
}
 
input.formbutton:hover, a.actionbutton:hover {
	text-decoration: none !important;
	background-color: rgba(149,193,31,1);
	color: #fff;
}

input.search_field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
}

input.search_field::-moz-placeholder { /* Firefox 19+ */
	color: #999;
}

input.search_field:-ms-input-placeholder { /* IE 10+ */
	color: #999;
}

input.search_field:-moz-placeholder { /* Firefox 18- */
	color: #999;
}

input::placeholder {
	color: #999;
}

.noresult {
	clear: both;
}
 
/******* ENDE SEARCHFIELD *******/

/******* LOGIN *********/

#login3 {
	margin-left: auto;
	margin-top: 220px;
	margin-right: auto;
	margin-bottom: 6%;
}

div.ls_loginform {
	clear: both;
	width: 560px;
	background-color: #e7e9ea;
	text-align: left;
	border: solid 1px #317286;
	padding: 20px;
}

.logintable {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

div.ls_loginform p {

}

div.ls_loginform a {
	color: #222;
	text-decoration: underline;
}

div.ls_loginform a:hover {
	color: #317286;
	text-decoration: underline;
}

input.ls_formelement {
	width: calc(100% - 10px);
	font-size: 0.8rem;
	background-color: #fff;
	border: none;
	padding: 5px;	
}

input.ls_button {
	font-size: 0.8rem;
	background-color: #333;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: none;
	border: none;
	padding: 5px;
}

.logout {
	background-image: url("../img/logout_icon_100x100px.png");
	background-position: 110px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 10px !important;
	padding-right: 35px !important;
	font-size: 0.7rem !important;
	min-width: 140px !important;
	float: right;
	cursor: pointer;
}

input.ls_button:hover {
	background-color: #424242;
}

td.ls_error {
	color: #AC0917;
	font-weight: bold;
	font-size: 0.8rem;
}

td.ls_ok {
	color: #2CAC09;
	font-weight: bold;
	font-size: 0.8rem;
}

td.label {
	width: 130px;
}

/******* ENDE LOGIN *********/

/******* DASHBOARD *********/

.dashboard {
	width: 100%;
	height: 300px;
	margin-bottom: 100px;
	clear: both;
}

.dashboard_head {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}

.dashboard_title span {
	text-align: left;
	color: #424242;
	font-size: 1rem;
	font-weight: 300;
	float: left;
	letter-spacing: 0.5px;
	margin-right: 40px;
}

.dashboard_customer_id span {
	text-align: left;
	color: #424242;
	font-size: 1rem;
	font-weight: 300;
	float: left;
	letter-spacing: 0.5px;
}

.dashboard_logout {
	float: right;
	padding-top: 12px;
}

div.dashboard > a {
	width: 18%;
	height: 200px;
	float: left;
	background-color: #424242;
	margin-right: 2.5%;
	text-decoration: none !important;
}

div.dashboard > a:last-child {
	margin-right: 0px;
}

div.dashboard > a:hover {
	background-color: #333;
}

.dashboard_icon {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
	display: block;
	transition: background-size 0.5s ease-in-out;
	-o-transition: background-size 0.5s ease-in-out;
	-moz-transition: background-size 0.5s ease-in-out;
	-webkit-transition: background-size 0.5s ease-in-out;
}

div.dashboard > a:hover .dashboard_icon {
	background-size: 60px 60px;
}

.volumenabfrage {
	background-image: url("../img/dashboard/volumenabfrage_icon_200x200px.png");
}

.rechnungen {
	background-image: url("../img/dashboard/rechnung_icon_200x200px.png");
}

.vertragsstand {
	background-image: url("../img/dashboard/vertrag_icon_200x200px.png");
}

.potentielle_produkte {
	background-image: url("../img/dashboard/produkt_icon_200x200px.png");
}

.einzelverbindungsnachweis {
	background-image: url("../img/dashboard/einzelverbindungsnachweis_icon_200x200px.png");
}

.dashboard_text {
	text-align: center;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.dashboard_text span {
	font-size: 0.8rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
}

.dashboard_line {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background-color: rgba(149,193,31,1);
	margin-top: 30px;
}

.line_animation {
    transform: rotate(0deg) scale(0.5) skew(1deg) translate(10px);
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg) translate(10px);
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg) translate(10px);
    -o-transform: rotate(0deg) scale(0.5) skew(1deg) translate(10px);
    -ms-transform: rotate(0deg) scale(0.5) skew(1deg) translate(10px);
    
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    }
 
div.dashboard > a:hover .line_animation {
    transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
    -ms-transform: rotate(360deg) scale(1) skew(0deg) translate(0px);
}

/******* ENDE DASHBOARD *********/

/******* TABLE *******/

div.table {
	margin-top: 30px;
}

div.header {
	font-weight: 400;
	background-color: rgba(149,193,31,1);
}

div.header .col {
	color: #fff !important;
	font-size: 1rem !important;
}

div.row {
	border-bottom: 1px solid #c6c6c6;
	height: 50px;
	position: relative;
	width: 100%;
	overflow: hidden;
	font-size: 0.9rem;
	display: table;
}

div.row1 {
	background-color: #fff;
}

div.row2 {
	background-color: #f3f3f3;
}

div.row_clickable:hover {
	background-color: rgba(149,193,31,0.2);
	cursor: pointer;
}

div.row:last-child {
	border-bottom: none;
}

div.row > div {
	display: table-cell;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	height: 50px;
	vertical-align: middle;
}

div.col {
	padding-left: 2%;
	padding-right: 2%;
}

div.col_50 {
	width: 46%;
}

div.col_25 {
	width: 21%;
}

div.col_20 {
	width: 16%;
}

.position {
	width: 3%;
}

.datum {
	width: 15%;
}

.leistungen {
	width: 23%;
}

.produkt {
	width: 18%;
}

.einheiten {
	width: 10%;
}

.preis {
	width: 12%;
}

.mwst {
	width: 5%;
}

/******* ENDE TABLE *******/

/******* FORMULAR ANFANG *******/

.form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
}

.form_row {
	width: 100%;
	line-height: 50px;
}

.form_label {
	color: #878787;
	width: 12%;
	display: inline-block;
	vertical-align: middle;
}

.form_field {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.form_field > label {
	line-height: 30px !important;
}

.form_field > input, input.text {
	padding: 1%;
	color: #878787;
	font-size: 1rem;
	width: calc(98% - 2px);
	font-family: Roboto, sans-serif;
	font-weight: 300;
	border: solid 1px #ccc;
}

.form_field > .checkbox {
	padding: 5px;
	color: #878787;
	font-size: 1rem;
	width: 40px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	cursor: pointer;
}

input.checkbox_large
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

.form_field > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: solid 1px #ccc;
	border-radius: 0px;
	font-size: 1rem;
	width: 100%;
	padding: 1%;
	color: #878787;
	font-family: Roboto, sans-serif;
	font-weight: 300;
	background-image: url("../img/arrow_select.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 20px;
	background-color: #fff;
	padding-right: 30px;
}

table.form_errordata {
	margin-bottom: 15px;
}

table.form_errordata th {
	text-align: left;
	font-size: 1.6rem;
	color: #ed0031 !important;
}

ul.form_errors {
	padding: 5px;
	padding-left: 30px;
	border: solid 2px #c03;
	margin-top: 5px;
}

ul.form_errors li {
	color: #ed0031 !important;
	font-size: 1.0em !important;
	line-height: 25px !important;
	list-style-image: none !important;
}

div.form_success {
	background-color: rgba(149,193,31,1); 
	color: white; 
	padding: 15px;
	font-size: 1.2rem;
}


select > option {
	padding-left: 5px;
}

select:hover {
	cursor: pointer;
}

.form_field > textarea {
	padding: 7px;
	color: #878787;
	font-size: 1rem;
	width: calc(100% - 14px);
	font-family: Roboto, sans-serif;
	font-weight: 300;
	margin-top: 8px;
	min-height: 100px;
	border: solid 1px #ccc;
}

.form_submitbutton {
	margin-left: 12%;
}

.formbutton {
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: rgba(149, 193, 31, 1);
	border: solid 1px rgba(149, 193, 31, 1);
	cursor: pointer;
	background-color: #fff;
}

.form_row .formbutton {
	margin-left: 4px;
}

.formbutton:hover {
	background-color: rgba(149, 193, 31, 1);
	color: #fff;
}

/******* FORMULAR ENDE **********/

/******* TARIFE *******/

.rate_container {
	width: 100%;
	margin-top: 20px;
}

.rate_teaser_container {
	min-height: 435px;
	margin-bottom: 50px;
}
	
.rates, div.teaser_contacts {
	width: 22%;
	min-width: 260px;
	background-color: rgba(149,193,31,1);
	color: #fff;
	display: inline-block;
	float: left;
	margin-right: 4%;
	min-height: 400px;
	padding-top: 10px;
	text-decoration: none;
	margin-bottom: 40px;
}

.rates {
	cursor: pointer;
}

.rates:hover {
	background-color: #333;
}

div.teaser_contacts {
	background-color: #333;
	margin-right: 0px;
	min-height: 410px;
}

div.teaser_contacts .rate_line_center {
	background-color: rgba(149,193,31,1);
	height: 3px;
}

div.teaser_contact {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100px 100px;
	position: relative;
}

div.teaser_contact a {
	color: white;
	text-decoration: none;
}

div.teaser_contact_title {
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: solid 1px rgba(149,193,31,1);
	margin-bottom: 10px;
}

div.teaser_contact_image {
	height: 90px;
}

div.teaser_contact_phone {
	margin-top: 5px;
	font-size: 0.9rem;
	background-position: right center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-image: url(../img/icon_contact_phone.png);
	line-height: 20px;
}

div.teaser_contact_mail {
	margin-top: 5px;
	font-size: 0.9rem;
	background-position: right center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-image: url(../img/icon_contact_mail.png);
	line-height: 20px;
}

.rates:last-child {
	margin-right: 0px;
}

.rate_line_top {
	height: 1px;
	background-color: #fff;
}

.rate_title_container {
	display: table;
	text-align: center;
	width: 100%;
	height: 40px;
	font-weight: 700;
}

.rate_title_container span {
	display: table-cell;
	vertical-align: middle;
}


.rate_title {
	background-image: url("../img/allgaeu_dsl_icon_100x100px.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 20px 20px;
	display: block;
	text-align: center;
	padding: 15px;
	padding-top: 22px;
	padding-bottom: 7px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.rate_line_center {
	height: 1px;
	background-color: #fff;
} 

.rate_price_container {
	padding: 20px;
	position: relative;
}

.rate_price {
	font-size: 4rem;
	font-weight: 700;
	padding-left: 22%;
}

.rate_price span {
	font-size: 2rem;
	font-weight: 700;
	position: absolute;
	right: 30%;
	top: 27px;
}

.rate_price_text {
	position: absolute;
	right: 27%;
	font-size: 0.8rem;
	bottom: 30px;
	letter-spacing: 1px;
}

.rate_line_bottom {
	height: 1px;
	background-color: #fff;
}

.rate_description_container {
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	line-height: 20px;
	padding-top: 20px;
	font-weight: 700;
	padding-bottom: 20px;
}

.rate_description_internet {
	background-image: url("../img/internet_icon_100x100px.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 35% center;
	padding: 10px;
	padding-left: 45%;
}

.rate_description_phone {
	background-image: url("../img/phone_icon_100x100px.png");
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 35% center;
	padding: 10px;
	padding-left: 45%;
}

.rate_description_download_title {
	padding: 10px;
	padding-left: 12%;
}

.rate_description_download_title span {
	font-size: 0.8rem;
	padding-right: 20px;
	text-transform: uppercase;
}

.rate_description_upload_title {
	padding: 10px;
	padding-left: 20%;
}

.rate_description_upload_title span {
	font-size: 0.8rem;
	padding-right: 20px;
	text-transform: uppercase;
}

.rate_description_text {
	padding: 5px;
	padding-left: 45%;
	font-weight: 200;
	font-size: 1rem;
}

.rates_tabs_container {
	background-color: #424242;
	padding: 20px;
}

.rates_tabs_container a {
	margin-right: 40px;
	font-size: 0.9rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c6c6c6;
	text-decoration: none;
	display: inline-block;
}

.rates_tabs_container a:hover {
	color: #fff;
}

.rates_tabs_container a:selected {
	color: rgba(149,193,31,1);
}

.rates_tabs_container a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	-moz-transition: width 0.4s ease-in-out;
	-webkit-transition: width 0.4s ease-in-out;
}

.rates_tabs_container a:hover::after {
    width: 100%;
}

.rates_tab_headline h3 {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content_tab {
	width: clac(100% - 40px);
	height: 200px;
	margin-bottom: 50px;
	padding: 20px;
	background-color: rgba(149,193,31,1);
}

.rates_tab_text p {
	color: #fff;
	padding: 0px;
	padding-top: 10px;
	width: 100%
}

.ratebutton {
	width: 100%;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
	height: 44px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 44px;
}

input.conversionbutton {
	font-size: 1.1rem;
	margin: 0px;
	font-weight: 1000;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: #95c11f;
	color: white;
	max-width: 415px;
	min-width: 315px;
	height: 48px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	border: none;
}

input.conversionbutton:hover {
	background-color: #84b00f;
	color: white;
}


/******* TARIFE ENDE *******/

/******* APP DOWNLOAD *******/

.app_download_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 1100px;
}

.app_download_teaser {
	position: relative;
	height: 550px;
}

.app_download_background {
	background-image: url("../img/images/stage_1920x800px_17.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 350px;
}

.app_download_logo {
	background-image: url("../img/app_logo_200x200px.png");
	background-size: 100px 100px;
	background-repeat: no-repeat;
	position: absolute;
	top: 125px;
	width: 100px;
	height: 100px;
	left: 10%;
}

.app_download_image {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 75px;
	width: 200px;
	height: 400px;
	right: 10%;
	transition: right 0.5s ease-in-out;
	-o-transition: right 0.5s ease-in-out;
	-moz-transition: right 0.5s ease-in-out;
	-webkit-transition: right 0.5s ease-in-out;
}

.app_download_teaser:hover .app_download_image {
	right: 20%;
}

.app_download_title {
	position: absolute;
	top: 400px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #878787;
	font-size: 2.6rem;
	font-weight: 700;
}

a.app_download_button h3 {
	position: absolute;
	top: 150px;
	left: 30%;
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: #fff;
	margin: 0 !important;
	border: solid 1px #fff;
}

a.app_download_button:hover h3 {
	background-color: rgba(255, 255, 255, 1);
	color: rgba(149, 193, 31, 1);
}

/******* APP DOWNLOAD ENDE *******/

/******* NEWSTEASER ANFANG **********/

.newsteaser_container {
	width: 100%;
	margin-bottom: 100px;
}

.newsteaser {
	display: block;
	position: relative;
	height: 150px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
	background-color: #424242;
}

.newsteaser:hover {
	background-color: #333;
}

.newsteaser_date_block:hover {
	background-color: #999;
}

.newsteaser_date_block {
	background-color: #95c11f;
	color: white;
	width: 110px;
	height: 150px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.newsteaser_date_day {
	font-size: 2rem;
	margin-bottom: 0px;
	margin-top: 25px;
	letter-spacing: 1px;
	font-weight: 500;
}

.newsteaser_date_month {
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.newsteaser_date_year {
	border-top: solid 2px #fff;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 40px;
}

.newsteaser_image {
	width: 300px;
	float: left;
}

.newsteaser_text_block {
	position: absolute;
	left: 450px;
	right: 0px;
	float: left;
	padding: 30px;
}

.newsteaser_text_title {
	font-size: 1.2rem;
	margin-top: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #95c11f;
}

.newsteaser_text_textarea {
	padding-top: 10px;
	font-size: 1rem;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: -0.25px;
	color: #aaa;
}

/******* NEWSTEASER ENDE **********/

/******* NEWSTEASER DETAIL ANFANG *******/

.newsteaser_detail {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.newsteaser_detail_text_block {
	display: block;
	width: 100%;
	color: #878787;
}

.newsteaser_detail_text_title h1 {
	padding: 0px !important;
}

.newsteaser_detail_text_textarea {
	margin-top: 30px;
  	line-height: 26px;
}

.newsteaser_detail_galerie_title h2 {
	padding-left: 0px !important;
	padding-top: 40px;
}

.gallery_image {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery_image:hover {
	opacity: 0.7;
}

/******* NEWSTEASER DETAIL ENDE *******/


/******* PARTNER *******/

.references_container {
	width: 100%;
	margin-bottom: 50px;
}

div.reference {
	float: none;
	display: inline-block;
	min-width: 200px;
	width: 18%;
	height: 140px;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 1px 1px #ddd;
	cursor: pointer;
}

div.reference:nth-child(5n+5) {
	margin-right: 0px;
}

div.reference:hover {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 1px 1px #ddd;
}

a.reference {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

/******* PARTNER ENDE *******/

/******* WIRELESS *******/

.wireless_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 1600px;
}

.wireless_teaser {
	position: relative;
	height: 400px;
	margin-bottom: 50px;
	background-color: #333;
}

.wireless_image {
	background-size: 60%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45%;
	height: 400px;
	margin-left: 5%;
	float: left;
}

div.wireless_teaser .wireless_image {
	background-position: center;
	transition: background-position 0.5s ease-in-out;
	-o-transition: background-position 0.5s ease-in-out;
	-moz-transition: background-position 0.5s ease-in-out;
	-webkit-transition: background-position 0.5s ease-in-out;
}

div.wireless_teaser:hover .wireless_image {
	background-position: left center;
}

.wireless_title {
	position: absolute;
	top: 40px;
	left: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #888;
	font-size: 1.8rem;
	font-weight: 700;
	width: 50%;
	float: left;
}

.wireless_button h3 {
	position: absolute;
	top: 140px;
	left: 40px;
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: rgba(149, 193, 31, 1);
	margin: 0 !important;
	border: solid 1px rgba(149, 193, 31, 1);
}

.wireless_button:hover h3 {
	background-color: rgba(149, 193, 31, 1);
	color: rgba(255, 255, 255, 1);
}

.wireless_text {
	color: #878787;
	line-height: 26px;
	width: 50%;
	float: left;
	position: absolute;
	top: 220px;
	left: 40px;
}

/******* WIRELESS ENDE *******/

/******* WIRELESS *******/

.products_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 2000px;
}

.products_teaser {
	position: relative;
	height: 300px;
	margin-bottom: 100px;
	background-color: #333;
	padding: 30px;
}

.products_image {
	background-size: 60%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40%;
	height: 360px;
	margin-left: 5%;
	float: left;
}

div.products_teaser .products_image {
	background-position: center;
	transition: background-position 0.5s ease-in-out;
	-o-transition: background-position 0.5s ease-in-out;
	-moz-transition: background-position 0.5s ease-in-out;
	-webkit-transition: background-position 0.5s ease-in-out;
}

div.products_teaser:hover .products_image {
	background-position: left center;
}

.products_title {
	position: absolute;
	top: 40px;
	left: 40px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #878787;
	font-size: 2rem;
	font-weight: 700;
	width: 55%;
	float: left;
}

.products_button h3 {
	position: absolute;
	top: 270px;
	left: 40px;
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: rgba(149, 193, 31, 1);
	margin: 0 !important;
	border: solid 1px rgba(149, 193, 31, 1);
	cursor: pointer;
}

.products_button:hover h3 {
	background-color: rgba(149, 193, 31, 1);
	color: rgba(255, 255, 255, 1);
}

.products_text {
	color: #878787;
	line-height: 26px;
	width: 55%;
	float: left;
	position: absolute;
	top: 140px;
	left: 40px;
}

.products_price {
	color: rgba(149, 193, 31, 1);
	font-size: 1.8rem;
	font-weight: 700;
	width: 55%;
	float: left;
	position: absolute;
	top: 80px;
	left: 40px;
}

/******* WIRELESS ENDE *******/

/******* DOWNLOADS *******/

.download_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.download_teaser {
	position: relative;
	height: 200px;
	margin-bottom: 50px;
	background-color: #424242;
}

.download_teaser:hover {
	background-color: #333;
}

.download_image {
	position: absolute;
	left: 0px;
	margin-right: 5%;
	height: 200px;
}

.download_image img {
	padding: 15px;
	padding-left: 30px;
	transition: padding-left 0.5s ease-in-out;
	-o-transition: padding-left 0.5s ease-in-out;
	-moz-transition: padding-left 0.5s ease-in-out;
	-webkit-transition: padding-left 0.5s ease-in-out;	
}

.download_teaser:hover .download_image img {
	padding-left: 150px;
}

.download_desc {
	position: absolute;
	left: 30%;
	top: 40px;
	right: 0px
}

.download_desc h3 {
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #95c11f;
}

.download_desc p {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 40px;
	color: #c6c6c6;
	width: 100%;
}

.download_desc a {
	color: #c6c6c6;
	font-size: 0.8rem;
}

/******* DOWNLOADS ENDE *******/

/******* GEMEINDEN *******/

.community_container {
	width: 100%;
	margin-bottom: 50px;
}

a.community_teaser {
	float: none;
	display: inline-block;
	width: 18%;
	min-width: 200px;
	height: 200px;
	margin-right: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 1px 1px #ddd;
	cursor: pointer;
	text-decoration: none;
}

a.community_teaser:nth-child(5n+5) {
	margin-right: 0px;
	
}

a.community_teaser:hover {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: 0 1px 1px #ddd;
}

a.community_teaser .community_title h3 {
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 5px;
	color: #333;
}

a.community_teaser .community_street {
	text-align: center;
	font-size: 0.8rem;
	font-weight: 300;
	color: #878787;
}

a.community_teaser .community_city {
	text-align: center;
	font-size: 0.8rem;
	font-weight: 300;
	color: #878787;
}

div.community_image {
	display: block;
	width: 100%;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;
	transition: background-size 0.3s ease-in-out;
	-o-transition: background-size 0.3s ease-in-out;
	-moz-transition: background-size 0.3s ease-in-out;
	-webkit-transition: background-size 0.3s ease-in-out;
}

a.community_teaser:hover .community_image {
	background-size: 50%;
}

/******* GEMEINDEN ENDE *******/

/******* GEMEINDEN DETAIL *******/

.communities_teaser_detail {
	width: 100%;
}

.communities_teaser_detail_text_title h1 {
	padding-left: 0px;
	padding-right: 0px;
}

/******* GEMEINDEN DETAIL ENDE *******/

/******* REFERENZ PERSONEN *******/

.people_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 1200px;
}

.people_teaser {
	position: relative;
	height: 300px;
	margin-bottom: 100px;
}

.people_image {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40%;
	height: 300px;
	margin-left: 5%;
	float: left;
}

div.people_teaser .people_image {
	background-position: center;
	transition: background-position 0.5s ease-in-out;
	-o-transition: background-position 0.5s ease-in-out;
	-moz-transition: background-position 0.5s ease-in-out;
	-webkit-transition: background-position 0.5s ease-in-out;
}

div.people_teaser:hover .people_image {
	background-position: left center;
}

.people_title {
	position: absolute;
	top: 50px;
	left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #878787;
	font-size: 2rem;
	font-weight: 700;
	width: 55%;
	float: left;
}

.people_button h3 {
	position: absolute;
	top: 250px;
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: rgba(149, 193, 31, 1);
	margin: 0 !important;
	border: solid 1px rgba(149, 193, 31, 1);
	cursor: pointer;
}

.people_button:hover h3 {
	background-color: rgba(149, 193, 31, 1);
	color: rgba(255, 255, 255, 1);
}

.people_text {
	color: #878787;
	line-height: 26px;
	width: 55%;
	float: left;
	position: absolute;
	top: 150px;
	left: 0px;
}

.people_name {
	color: rgba(149, 193, 31, 1);
	font-size: 1.4rem;
	font-weight: 700;
	width: 55%;
	float: left;
	position: absolute;
	top: 90px;
	left: 0px;
}

/******* REFERENZ PERSONEN ENDE *******/

/******* GRAPHICS *******/

.graphics_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 600px;
}

.graphics_teaser {
	position: relative;
	height: 600px;
	margin-bottom: 100px;
}

.graphics_image {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55%;
	margin-left: 5%;
	height: 600px;
	float: left;
	display: block;
}

.graphics_title {
	position: absolute;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #878787;
	font-size: 2rem;
	font-weight: 700;
	width: 40%;
	float: left;
}

.graphics_text {
	color: #878787;
	line-height: 26px;
	width: 35%;
	float: left;
	position: absolute;
	top: 100px;
	left: 0px;
	text-align: justify;
}

/******* GRAPHICS ENDE *******/

/******* VERFÜGBARKEIT *******/

.availability_container {
	width: 100%;
}

.availability_left {
	float: left;
	width: 50%;
	height: 250px;
	background-color: #fff;
}

.availability_logo {
	background-image: url("../img/logo_grey_1000x200px.png");
	background-position: center;
	background-size: 20%;
	background-repeat: no-repeat;
}

.availability_right {
	background: rgb(149,193,31);
	background: -moz-linear-gradient(left, rgba(149,193,31,1) 0%, rgba(207,224,155,1) 100%);
	background: -webkit-linear-gradient(left, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
	background: linear-gradient(to right, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
	width: 50%;
	float: left;
	height: 250px;
}

.availability_right h2 {
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 0px;
}

.availability_right input {
	width: 32%;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none !important;
	font-size: 0.9rem;
	font-weight: 300;
	color: #878787;
	display: inline-block;
	margin-right: 10px;
}

.availability_green, .availability_red {
	background-repeat: no-repeat;
	background-size: 50px 50px;
	background-position: left top;
	padding-left: 70px;
	min-height: 50px;
	line-height: 22px;
	padding-top: 3px;
}

.availability_green {
	background-image: url(../img/availability_green.png);
}

.availability_red {
	color: #ed0031 !important;
	background-image: url(../img/availability_red.png);
}

.availability_address {
	font-weight: 700;
	font-size: 1.4rem;
	color: #424242;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/******* VERFÜGBARKEIT ENDE *******/

.telefonie_image {
	width: 100%;
	height: auto;
}

.internet_tv_images {
	height: 120px;
	margin-bottom: 100px;
}

.internet_tv_image {
	width: 10%;
	height: auto;
	float: left;
	margin-right: 1%;
}

.internet_tv_image:last-child {
	margin-right: 0px;
}

.ci_text {
	width: 60%;
	float: left;
	height: 450px;
}

.corporate_responsibility_image {
	width: 30%;
	height: auto;
	float: right;
}

.internet_image {
	width: 50%;
	height: auto;
}

.imagegallery {
	clear: both;
	text-align: center;
}

.image {
	background-color: rgba(255, 255, 255, 0.8);
	float: left;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	height: 270px;
}

.image:hover {
	background-color: rgba(255, 255, 255, 1);
}

.imagegallery_image {
	background-size: cover;
	height: 130px;
}

.image_content {
	padding: 10px;
}

.image_content h4 {
	margin: 0px;
	margin-bottom: 5px;
	line-height: normal;
	height: 40px;
	text-align: center;
	width: 100%;
	display: table;
	overflow: hidden;
	text-overflow: ellipsis;
}

.image_content h4 span {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.image_content p {
	margin: 0px;
	line-height: normal;
	font-size: 0.9rem;
	text-align: center;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0px;
}


@CHARSET "UTF-8";

/******* REFERENZ PERSONEN *******/

.people_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 1200px;
}

.people_teaser {
	position: relative;
	height: 300px;
	margin-bottom: 100px;
}

.people_image {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 40%;
	height: 300px;
	margin-left: 5%;
	float: left;
}

div.people_teaser .people_image {
	background-position: center;
	transition: background-position 0.5s ease-in-out;
	-o-transition: background-position 0.5s ease-in-out;
	-moz-transition: background-position 0.5s ease-in-out;
	-webkit-transition: background-position 0.5s ease-in-out;
}

div.people_teaser:hover .people_image {
	background-position: left center;
}

.people_title {
	position: absolute;
	top: 50px;
	left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #878787;
	font-size: 2rem;
	font-weight: 700;
	width: 55%;
	float: left;
}

.people_button h3 {
	position: absolute;
	top: 250px;
	display: block;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: 300;
	font-size: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.5px;
	color: rgba(149, 193, 31, 1);
	margin: 0 !important;
	border: solid 1px rgba(149, 193, 31, 1);
	cursor: pointer;
}

.people_button:hover h3 {
	background-color: rgba(149, 193, 31, 1);
	color: rgba(255, 255, 255, 1);
}

.people_text {
	color: #878787;
	line-height: 26px;
	width: 55%;
	float: left;
	position: absolute;
	top: 150px;
	left: 0px;
}

.people_name {
	color: rgba(149, 193, 31, 1);
	font-size: 1.4rem;
	font-weight: 700;
	width: 55%;
	float: left;
	position: absolute;
	top: 90px;
	left: 0px;
}

/******* REFERENZ PERSONEN ENDE *******/

/******* GRAPHICS *******/

.graphics_container {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 600px;
}

.graphics_teaser {
	position: relative;
	height: 600px;
	margin-bottom: 100px;
}

.graphics_image {
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 55%;
	margin-left: 5%;
	height: 600px;
	float: left;
	display: block;
}

.graphics_title {
	position: absolute;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #878787;
	font-size: 2rem;
	font-weight: 700;
	width: 40%;
	float: left;
}

.graphics_text {
	color: #878787;
	line-height: 26px;
	width: 35%;
	float: left;
	position: absolute;
	top: 100px;
	left: 0px;
	text-align: justify;
}

/******* GRAPHICS ENDE *******/

/******* VERFÜGBARKEIT *******/

.availability_container {
	width: 100%;
	height: 300px;
	margin-top: 30px;
	margin-bottom: 70px;
	box-shadow: 2px 2px 5px 2px #ccc;
}

.availability_container:hover {
	box-shadow: 4px 4px 10px 4px #878787;
}

.availability_left {
	float: left;
	width: 50%;
	height: 300px;
	background-color: #fff;
	display: block;
	background-image: url("../img/logo_grey_1000x200px.png");
	background-position: center;
	background-size: 50%;
	background-repeat: no-repeat;
}

.availability_right {
	background: rgb(149,193,31);
	background: -moz-linear-gradient(left, rgba(149,193,31,1) 0%, rgba(207,224,155,1) 100%);
	background: -webkit-linear-gradient(left, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
	background: linear-gradient(to right, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
	width: 50%;
	float: left;
	height: 300px;
}

.availability_right h2 {
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-left: 50px;
	padding-right: 50px;
}

.availability_right input {
    width: calc(100% - 140px);
    height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none !important;
    font-size: 0.9rem;
    font-weight: 300;
    color: #878787;
    display: block;
    margin-bottom: 20px;
    margin-left: 50px;
}

.availability_button {
	display: inline-block;
	margin-left: 50px;
}

/******* VERFÜGBARKEIT ENDE *******/

/******* BUSINESS TARIFE *******/

.business_rate_container {
	margin-top: 20px;
}

.business_rates {
	padding-top: 10px !important;
}

.business_rate_title {
	background-position: top center !important;
	min-height: 40px;
	padding-top: 25px;
}

.business_rate_price {
	padding-left: 12% !important;
}

.business_rate_price span {
    right: 25% !important;
}

.business_rate_price_text {
	right: 22% !important;
}

/******* BUSINESS TARIFE ENDE *******/

/******* NETZWERK STATUS *******/

.network_status_container {
	width: 100%;
	height: 200px;
	margin-top: 30px;
	margin-bottom: 70px;
	box-shadow: 2px 2px 5px 2px #ccc;
	display: inline-block;
}

.network_status_container:hover {
	box-shadow: 4px 4px 10px 4px #878787;
}

.network_status_left {
	float: left;
	width: 50%;
	height: 200px;
	background-color: #fff;
	display: block;
	background-position: center;
	background-size: 20%;
	background-repeat: no-repeat;
}

.network_status_left_green {
	background-image: url("../img/network_status_icon_green.png");
}
.network_status_left_yellow {
	background-image: url("../img/network_status_icon_yellow.png");
}
.network_status_left_red {
	background-image: url("../img/network_status_icon_red.png");
}

.network_status_right {
	width: 50%;
	float: left;
	height: 200px;
}

.network_status_right_green {
	background: rgb(149,193,31);
	background: -moz-linear-gradient(left, rgba(149,193,31,1) 0%, rgba(207,224,155,1) 100%);
	background: -webkit-linear-gradient(left, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
	background: linear-gradient(to right, rgba(149,193,31,1) 0%,rgba(207,224,155,1) 100%);
}
.network_status_right_yellow {
	background: rgb(194,159,36);
	background: -moz-linear-gradient(left, rgba(194,159,36,1) 0%, rgba(225,192,133,1) 100%);
	background: -webkit-linear-gradient(left, rgba(194,159,36,1) 0%,rgba(225,192,133,1) 100%);
	background: linear-gradient(to right, rgba(194,159,36,1) 0%,rgba(225,192,133,1) 100%);
}
.network_status_right_red {
	background: rgb(196,41,50);
	background: -moz-linear-gradient(left, rgba(196,41,50,1) 0%, rgba(225,134,151,1) 100%);
	background: -webkit-linear-gradient(left, rgba(196,41,50,1) 0%,rgba(225,134,151,1) 100%);
	background: linear-gradient(to right, rgba(196,41,50,1) 0%,rgba(225,134,151,1) 100%);
}

.network_status_right h2 {
	color: #fff !important;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 40px;
	padding-left: 50px;
}

.network_status_right p {
	padding: 0px;
	padding-left: 50px;
	padding-right: 50px;
	color: #fff;
	width: calc(100% - 100px);
	text-align: left;
}

/******* NETZWERK STATUS ENDE *******/

/******* WIRELESS GRFIK *******/

.wireless_graphic_container {
	width: calc(100% - 300px);
	margin-left: 150px;
	margin-right: 150px;
	height: 400px;
	margin-top: 0px;
	margin-bottom: 70px;
}

.wireless_graphic_teaser {
	background-image: url("../img/wireless_graphic_1000x1000px.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 400px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.wireless_graphic_circle {
	background-color: rgba(0, 0, 0, 0.3);
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	border-radius: 50px;
	cursor: pointer;
}

.wireless_graphic_circle:hover {
	background-color: rgba(0, 0, 0, 0);
}

.wireless_graphic_top {
	left: calc(50% - 50px);
	top: 5px;
}

.wireless_graphic_top .tooltiptext_wireless_graphic {
	left: 140px;
}

.wireless_graphic_right {
	right: 0px;
	top: calc(46% - 50px);
}

.wireless_graphic_right .tooltiptext_wireless_graphic {
	left: 140px;
}

.wireless_graphic_right_bottom {
	right: 50px;
	bottom: 5px;
}

.wireless_graphic_right_bottom .tooltiptext_wireless_graphic {
	left: 140px;
}

.wireless_graphic_left_bottom {
	left: 50px;
	bottom: 5px;
}

.wireless_graphic_left_bottom .tooltiptext_wireless_graphic {
	left: -380px;
}

.wireless_graphic_left {
	left: 0px;
	top: calc(46% - 50px);
}

.wireless_graphic_left .tooltiptext_wireless_graphic {
	left: -380px;
}

.tooltip .tooltiptext_wireless_graphic {
	visibility: hidden;
	opacity: 0;
	background-color: rgba(149,193,31,1);
	color: #fff;
	text-align: center;
	padding: 20px;
	border-radius: 0px;
	z-index: 1;
	font-size: 1rem;
	transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-webkit-transition: opacity 0.5s ease-in-out;
	width: 300px;
    position: absolute;
    text-align: left;
    height: 56px;
}

.tooltip:hover .tooltiptext_wireless_graphic {
	opacity: 1;
	visibility: visible;
}

/******* WIRELESS GRFIK ENDE *******/


.rate_detail_teaser {
	width: 100%;
	height: 400px;
	background-color: #333;
	margin-bottom: 40px;
}

.rate_detail_container_data {
	width: 500px;
	margin-left: 40px;
	padding-top: 30px;
	margin-right: 60px;
	height: 320px;
	float: left;
}

.key_value {
	border-bottom: solid 1px #888;
	height: 38px;
	padding-top: 10px;
}

.key_value:last-child {
	border: none;
}

.key {
	font-size: 1.5rem;
	font-weight: 300;
	color: #fff;
	width: 75%;
	float: left;
}

.value {
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	width: 25%;
	float: right;
}

.value span {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}

.rate_detail_container_hardware {
	width: 320px;
	float: left;
	padding-top: 45px;
}

.hardware_title {
	font-size: 1.2rem;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
	border-bottom: solid 1px #888;
	padding-bottom: 16px;
}

.hardware_product {
	width: 100%;
	height: 60px;
	border: solid 1px #95c11f;
	margin-bottom: 27px;
	position: relative;
}

.hardware_produkt_title {
	font-size: 1rem;
	color: #888;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 10px;
}

.hardware_produkt_price {
	font-size: 1.2rem;
	font-weight: 500;
	color: #95c11f;
	padding-left: 10px;
}

.hardware_produkt_image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	height: 50px;
	width: 100px;
	display: block;
	position: absolute;
	right: 10px;
	top: 5px;
	bottom: 5px;
}
		
.rate_detail_container_datasheet {
	width: 170px;
	height: 320px;
	float: right;
	padding-top: 45px;
	padding-right: 40px;
}

.datasheet {
	display: block;
	width: 170px;
	height: 240px;
	background-color: #fff;
	background-size: contain;
	background-position: center;
}

