/****************
	MAIN STYLES
****************/

@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/ubuntu-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
       url('../../fonts/ubuntu-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/ubuntu-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/ubuntu-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/ubuntu-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/ubuntu-v14-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/ubuntu-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
       url('../../fonts/ubuntu-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/ubuntu-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/ubuntu-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/ubuntu-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/ubuntu-v14-latin-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html {
	height:100%;
}
body{
	font-family: "Ubuntu", sans-serif;
	height: 100%;
}
a {
	outline: none;
}
.main-wrapper {
	min-height: calc(100vh - 374px); /* minus px value = height of the footer */
}
.logo-image {
	text-align: left;
}
.logo img {
	width: 100%;
	max-width: 200px;
	height: auto;
}

.navbar-nav li a {
	padding: 10px;
}
@media all and (min-width: 768px) {
	.logo img {
		width: 100%;
		height: auto;
	}
}
@media all and (min-width: 1080px) {

	.navbar-nav li a {
		padding: 10px 15px;
	}
}

.module-title {
  padding: 10px;
}


.rsform-block-e-mail, .rsform-block-zipcode {

    position: absolute;
    left: -999999px !important;

}
/**********************
	Navbar Hintergrundleiste

**********************/
.t3-header {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	background: #3590c9;
	background: -moz-linear-gradient(left, #2972b0 0%, #3590c9 25%, #3590c9 75%, #2972b0 100%);
	background: -webkit-linear-gradient(left, #2972b0 0%,#3590c9 25%,#3590c9 75%,#2972b0 100%);
	background: linear-gradient(to right, #2972b0 0%,#3590c9 25%,#3590c9 75%,#2972b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2972b0', endColorstr='#2972b0',GradientType=1 );
}

.navbar-default {
	background: none;
	border: none;
}

.navbar-default .navbar-brand {
  color: #FEFEFE;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #FEFEFE;
}
.navbar-default .navbar-nav > li > a {
  color: #FEFEFE;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #B0C6DA;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > .nav-header {
  color: #FEFEFE;
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #FFFFFF;
  background-color: #3590c9;
}
.fa-bars {
	color: white;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-toggle {
	line-height: 1!important;
}
.navbar-default .navbar-toggle {
  border-color: white;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #3590c9;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #3590c9;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #B0C6DA;
  border-bottom-color: #B0C6DA;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #3590c9;
  color: #FFFFFF;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #FEFEFE;
  border-bottom-color: #FEFEFE;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FEFEFE;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #B0C6DA;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFFFF;
    background-color: #3590c9;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #FEFEFE;
}
.navbar-default .navbar-link:hover {
  color: #B0C6DA;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li {
	text-align: center;
}
#t3-mainnav ul li ul li {
	text-align: left;
}
.navbar-nav > li:nth-child(1) {
	display: none;
}

.t3-module .module-inner {
  padding: 10px;
}

	
/*	
h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 22px;
}
.home h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 14px;
}*/

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,1);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,1);
	box-shadow: 0 1px 2px rgba(0,0,0,1);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 14px;
	padding: 10px 20px;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange1 {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange1:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange1:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red1 {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red1:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red1:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue1 {
	color: #fff;
	border: solid 1px #2972b0;
	background: #44a3d5;
	background: -webkit-gradient(linear, left top, left bottom, from(#44a3d5), to(#2972b0));
	background: -moz-linear-gradient(top,  #44a3d5,  #2972b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#44a3d5', endColorstr='#2972b0');
}
.blue1:hover {
	background: #3590c9;
	border: solid 1px #1f5f9f;
	background: -webkit-gradient(linear, left top, left bottom, from(#3590c9), to(#1f5f9f));
	background: -moz-linear-gradient(top,  #3590c9,  #1f5f9f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3590c9', endColorstr='#1f5f9f');
}
.blue1:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#3590c9), to(#1f5f9f));
	background: -moz-linear-gradient(top,  #3590c9,  #1f5f9f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3590c9', endColorstr='#1f5f9f');
}

/* rosy */
.rosy1 {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy1:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy1:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green1 {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green1:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.green1:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink1 {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink1:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink1:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}


/*table verschönerung*/
.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
/* 	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; */
}
.datagrid table td, .datagrid table th {
	padding: 8px 7px;
}
.datagrid table thead th {
	
	background: #3590c9; /* Old browsers */
	background: -moz-linear-gradient(top, #3590c9 5%, #1c7cc0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3590c9 5%, #1c7cc0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3590c9 5%, #1c7cc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3590c9', endColorstr='#1c7cc0',GradientType=0 ); /* IE6-9 */

	color:#FFFFFF;
	font-size: 15px;
	font-weight: bold;
	border-left: 1px solid #0070A8;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #00557F;
	border-left: 1px solid #E1EEF4;
	font-size: 12px;
	font-weight: normal;
}
.datagrid table tbody .alt td {
	background: #E1EEf4;
	color: #00557F;
	

}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}

/*table design*/

@media only screen and (min-width : 480px) and (max-width : 768px) {
    .price_block {width: 10%;}
    .price_block:nth-child(odd) {border-right: 1px solid transparent;}
    .price_block:nth-child(3) {clear: both;}
     
    .price_block:nth-child(odd):hover {border: 0 none;}
}
@media only screen and (min-width : 768px){
    .price_block {width: 25%;}
    .price_block {border-right: 1px solid transparent; border-bottom: 0 none;}
    .price_block:last-child {border-right: 0 none;}
     
    .price_block:hover {border: 0 none;}
}

.pricing_table {
    line-height: 150%; 
    font-size: 12px; 
    margin: 0 auto; 
    width: 33%; 
    max-width: 800px; 
    padding-top: 10px;
    margin-top: 100px;
}
 
.price_block {
    width: 100%; 
    color: #fff; 
    float: left; 
    list-style-type: none; 
    transition: all 0.25s; 
    position: relative; 
    box-sizing: border-box;
     
    margin-bottom: 10px; 
    border-bottom: 1px solid transparent; 
}
.pricing_table h3 {
    text-transform: uppercase; 
    padding: 5px 0; 
    background: #333; 
    margin: -10px 0 1px 0;
}
.price {
    display: table; 
    background: #444; 
    width: 100%; 
    height: 70px; 
}
.price_figure {
    font-size: 24px; 
    text-transform: uppercase; 
    vertical-align: middle; 
    display: table-cell;
}
.price_number {
    font-weight: bold; 
    display: block;
}
.price_tenure {
    font-size: 11px; 
}

.features {
    background: #DEF0F4; 
    color: #000;
}
.features li {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc; 
    font-size: 11px; 
    list-style-type: none;
}



.action_button {
    text-decoration: none; 
    color: #fff; 
    font-weight: bold; 
    border-radius: 5px; 
    background: linear-gradient(#666, #333); 
    padding: 5px 20px; 
    font-size: 11px; 
    text-transform: uppercase;
}

.price_block:hover {
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.5); 
    transform: scale(1.04) translateY(-5px); 
    z-index: 1; 
    border-bottom: 0 none;
}
.price_block:hover .price {
    background:linear-gradient(#DB7224, #F9B84A); 
    box-shadow: inset 0 0 45px 1px #DB7224;
}
.price_block:hover h3 {
    background: #222;
}
.price_block:hover .action_button {
    background: linear-gradient(#F9B84A, #DB7224); 
}

.custom p img {
	width: 100%;
	height: auto;
}
.table-container {
	overflow:auto;
}
.table-container tr th,
.table-container tr td {
	text-align: center;
}
.table-container tr td img {
	display: inline-block;
}
.button .medium. blue1 {
	
}

/****************
	FOOTER
****************/

.t3-footnav .t3-module ul,
.t3-footnav .t3-module,
#t3-footer .module-title {
  	background:none;
}
#t3-footer .module-title {
	padding: 0;
	margin: 0;
}

.t3-footnav {
	padding: 40px 0 0 0;
}
.footer {
    padding: 15px; 
}

.t3-footer {
/* 	position: absolute;
	bottom: 0; 
	height: 374px;*/
	background: #404040;
	width: 100%;
}
.copyright {
	color: #888;
	padding-top: 10px;
	position: relative;
	text-align: center;
}
.copyright:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  margin: 0 auto !important;
  background-color: #888;
}
#t3-footer #Mod126 .module-title,
#t3-footer #Mod127 .module-title{
	display: none;
}
#t3-footer .module-title {
	color: #fff;
}
#t3-footer .module-ct {
	background:none;
}
.logo-footer img {
	width: 70%;
	height: auto;
	margin-bottom: 25px;
}
#t3-footer a {
	color: #fff;
}
table.acymailing_form {
	margin: 0 !important;
}
.acysubbuttons {
	padding-top: 10px;
}


/********************************
	HOMEPAGE-NEW
********************************/
.homepage-new .main-wrapper {
	min-height: calc(100vh - 374px);
}
.homepage-new .article-header {
	text-align: center;
	padding-top: 20px;
}
.homepage-new .t3-header {
	background: none;
	position: relative;
	z-index: 200;
	box-shadow: none;
	height: 105px;
}
.homepage-new .home {
	position: relative;
	top: -105px;
	width: 100%;
}
.homepage-new .t3-mainbody {
	width: 100%;
	padding: 0;
}
.homepage-new .page-header {
	display:none;
}
.homep {
	margin: 50px auto;
}
.homepage-text {
	margin: 0 60px 40px 40px;
	font-size: 16px;
}
@media (min-width: 760px) {
	.homepage-text > p,
	.homepage-text > ul {
		margin-left: 300px;
	}
}
.homepage-new .t3-sidebar {
	display: none;
}
.homepage-new .col-md-9 {
	width: 100%;
}
.homepage-new .col-md-push-3 {
	left: 0;
}
.homepage-new #t3-content {
	padding: 0;
}
.homepage-new .row {
	margin: 0;
}
.homepage-new .width75 {
	float: right;
}
.clear:after {
	content:"";
	display: table;
	clear: both;
}
.homepage-new h2 {
	margin-top: 0;
	margin-bottom: 20px;
}
#home-news {
	margin: 0 40px 20px 0;
}
#home-news .moduletable {
	border: solid 1px #2222;
	background: #ececec;
	color: inherit;
	padding: 10px;
	margin-bottom: 20px;
}
#home-news h3 {
	padding: 10px;
	background: #3590c9;
	background: -moz-linear-gradient(top, #3590c9 50%, #2972b0 100%);
	background: -webkit-linear-gradient(top, #3590c9 50%,#2972b0 100%);
	background: linear-gradient(to bottom, #3590c9 50%,#2972b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3590c9', endColorstr='#2972b0',GradientType=0 );  color: #ffffff;
	font-size: 18px;
	margin: 0 0 10px 0;
	text-shadow: 2px 1px 1px rgba(150, 150, 150, 1);
}
.width300 {
	width: 300px;
	float: left;
}

/**************************
	SLIDER
**************************/
.flex-direction-nav .flex-prev {
	left: 50px!important;
}
.flex-direction-nav .flex-next {
	right: 50px!important;
}
#flexslider-129 {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

/**************************
	HOSTING-BOXES
*************************/
	
.moduletablehosting-boxes h3 {
	display: none;
}
.moduletablehosting-boxes {
  padding: 0px 0 0;
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehosting-boxes {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes {
    margin-bottom: 0px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehosting-boxes {
    padding-top: 20px;
    margin-bottom: 0px;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul {
  padding: 0;
  margin: 0 0px 0px;
  list-style: none;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehosting-boxes .mod_bannersblock ul {
    margin: 0 0px 0px;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li {
  position: relative;
  margin: 0;
  padding: 0 0px;
  background: #333;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehosting-boxes .mod_bannersblock ul li {
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .mod_bannersblock ul li {
    margin-bottom: 0px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletablehosting-boxes .mod_bannersblock ul li {
    width: 100%!important;
    margin-bottom: 0px;
    padding: 0 0;
    min-height: 200px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletablehosting-boxes .mod_bannersblock ul li {
    width: 100%!important;
    margin-bottom: 0px;
    padding: 0 0;
    min-height: 200px;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li.animated {
  animation-fill-mode: inherit;
}
.moduletablehosting-boxes .mod_bannersblock ul li:before {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.moduletablehosting-boxes .mod_bannersblock ul li.item-3 .caption .txt1 strong {
  color: #9bc00e;
}
.moduletablehosting-boxes .mod_bannersblock ul li.item-3 .caption .txt2 {
  color: #333;
}
.moduletablehosting-boxes .mod_bannersblock ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: right;
  height: 100%;
}
.moduletablehosting-boxes .mod_bannersblock ul li a .banner_img {
  text-align: right;
  display: block;
}
.moduletablehosting-boxes .mod_bannersblock ul li a .banner_img img {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .banner_img img {
    width: 100%;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li a .caption {
  top: 0;
  display: block;
  font-size: 0;
  left: 0;
  line-height: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption {
    min-height: 0px;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption {
    min-height: 0px;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 {
  font-size: 31px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 26px 0px 0px 40px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 30px;
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 26px;
    min-height: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0px 0px 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 {
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0px 0px 20px;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 strong {
  font-size: 121px;
  line-height: 122px;
  display: block;
  color: #fff;
  float: none;
  position: relative;
  top: 0px;
  font-weight: bold;
  letter-spacing: -6px;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 strong {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -2px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 strong {
    font-size: 80px;
    line-height: 88px;
    letter-spacing: 0px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt1 strong {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 0px;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt2 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
  text-transform: none;
  display: block;
  padding: 20px 0 0 40px;
  max-width: 400px;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt2 {
    padding: 10px 0 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt2 {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt2 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt2 {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0 0 20px;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt3 {
  display: inline-block;
  text-transform: uppercase;
  border: none;
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
  padding: 25px 40px;
  color: #fff;
  background: #9bc00e;
  position: absolute;
  left: 40px;
  bottom: 40px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 1200px) and (max-width: 1750px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt3 {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt3 {
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt3 {
    bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt3 {
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 20px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .moduletablehosting-boxes .mod_bannersblock ul li a .caption .txt3 {
    display: none;
  }
}
.moduletablehosting-boxes .mod_bannersblock ul li:hover .caption .txt3 {
  background: #333;
}
.moduletablehosting-boxes .mod_bannersblock ul li:hover img {
  opacity: 0.8!important;
}
.moduletablehosting-boxes .list-box-price {
  margin: 0;
  padding: 0;
  list-style: none;
}
.moduletablehosting-boxes .list-box-price li {
  list-style: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehosting-boxes .list-box-price li {
    margin-bottom: 20px;
  }
}
.moduletablehosting-boxes .list-box-price li .header-box {
  padding: 28px;
  background: #3590c9;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.moduletablehosting-boxes .list-box-price li .header-box .txt1 {
  font-size: 34px;
  line-height: 36px;
  color: #fff;
  font-weight: 500;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .list-box-price li .header-box .txt1 {
    font-size: 24px;
    line-height: 26px;
  }
}
.moduletablehosting-boxes .list-box-price li .header-box .txt2 {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
  display: block;
}
.moduletablehosting-boxes .list-box-price li .header-box .txt3,
.webhosting-tabelle .txt3 {
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  font-weight: 900;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .list-box-price li .header-box .txt3 {
    font-size: 36px;
    line-height: 36px;
  }
}
.moduletablehosting-boxes .list-box-price li .header-box .txt3 i {
  text-transform: lowercase;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  position: relative;
  left: -26px;
}
.moduletablehosting-boxes .list-box-price li .header-box .txt3 em,
.webhosting-tabelle .txt3 em {
  text-transform: lowercase;
  font-size: 23px;
  line-height: 24px;
  font-style: normal;
  font-weight: 900;
  position: relative;
  top: -26px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .list-box-price li .header-box .txt3 em {
    top: -14px;
  }
}
.moduletablehosting-boxes .list-box-price li .header-box .sale {
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  background: #feea3a;
  width: 66px;
  height: 66px;
  border-radius: 66px;
  position: absolute;
  right: 28px;
  bottom: 28px;
  padding-top: 10px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .list-box-price li .header-box .sale {
    right: 10px;
    bottom: 30px;
  }
}
.moduletablehosting-boxes .list-box-price li ol {
  list-style: none;
  margin: 0;
  padding: 20px 28px 28px;
  background: #efefef;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .list-box-price li ol {
    padding: 20px 18px 18px;
  }
}
.moduletablehosting-boxes .list-box-price li ol li {
  color: #888;
  font-size: 14px;
  line-height: 35px;
}
.moduletablehosting-boxes .list-box-price li ol li strong {
  text-transform: uppercase;
  color: #3590c9;
  font-weight: 900;
}
.moduletablehosting-boxes .list-box-price li ol .txt4 {
  display: block;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 17px;
  line-height: 54px;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 20px;
  color: #333;
  height: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes .list-box-price li ol .txt4 {
    font-size: 14px;
    padding: 0 8px;
  }
}
.moduletablehosting-boxes .list-box-price li ol .txt4 i {
  margin-left: 10px;
  font-size: 29px;
  line-height: 50px;
  position: relative;
  top: 4px;
  display: inline-block;
  color: #3590c9;
}
.moduletablehosting-boxes .list-box-price li ol .txt4:hover {
  background: #333;
  color: #fff;
}
.moduletablehosting-boxes2 {
  padding: 50px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehosting-boxes2 {
    padding: 20px 0 0;
  }
}
.moduletablehosting-boxes2 ul {
  margin: 0 -15px;
  overflow: hidden;
  width: auto;
  list-style: none;
  padding: 0;
}
.moduletablehosting-boxes2 ul li {
  float: left;
  padding: 0 15px;
  width: 570px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .moduletablehosting-boxes2 ul li {
    width: 485px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .moduletablehosting-boxes2 ul li {
    width: 375px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .moduletablehosting-boxes2 ul li {
    margin-bottom: 30px;
    width: 100%;
  }
}
.moduletablehosting-boxes2 ul li .txt1 {
  font-size: 22px;
  line-height: 34px;
  color: #474747;
  text-transform: lowercase;
  display: block;
  padding-bottom: 30px;
}
.moduletablehosting-boxes2 ul li .txt2 {
  font-size: 16px;
  line-height: 26px;
  color: #8c8c8c;
  text-transform: lowercase;
  display: block;
  padding-bottom: 25px;
}
.moduletablehosting-boxes2 ul li .txt2 strong {
  color: #222;
  font-weight: 600;
  display: block;
}
.moduletablehosting-boxes2 ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #313131;
  text-transform: lowercase;
  display: inline-block;
  border: 1px solid #b8b8b8;
  padding: 13px 24px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.moduletablehosting-boxes2 ul li a:hover {
  background: #fff;
}

.hosting-details {
	min-height: 210px;
}
.customhosting-boxes {
	padding-top: 20px;
}
.customhosting-boxes ul > li {
	margin-bottom: 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.customhosting-boxes ul > li:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
a.hosting-box-link {
	text-decoration: none;
}




/*************************
	DOMAIN CHECK
**************************/
.domain-type-check {
	display: inline-block;
	margin-right: 8px;
}
.domain-type-check input {
	margin-right: 2px;
}
#home-domaincheck .nn_tabs {
	position: relative;
}
#home-domaincheck #set-nn_tabs-1 {
	position: absolute;
	top: 45px;
	left: 10%;
	transform: scale(0.8);
	z-index: 2000;
}
#home-domaincheck .nn_tabs.outline_content > .tab-content {
	border: none;
}
#home-domaincheck .nn_tabs.outline_content > .tab-content > .tab-pane {
	padding: 0;
}
#home-domaincheck .nn_tabs.top > ul.nav-tabs > li.red > a, .nn_tabs.top > ul.nav-tabs > li > a {
	background: #fff;
}
#home-domaincheck h3,
#home-domaincheck #pretext {
	display: none;
}
#home-domaincheck .moduletable {
/* 	margin: 0 0 40px; */
/* 	background-color: #333333; */
	color: #333333;
	padding: 0 50px;
	text-align: center;
}
#home-domaincheck .moduletable form {
	max-width: 850px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#home-domaincheck .moduletable form > span {
	font-size: 20px;
	float: left;
	font-weight: 400!important;
	position: relative;
	top: -40px;
}
#home-domaincheck form > div:nth-of-type(2) {
	clear: both;
	padding-top: 10px!important;
}
#home-domaincheck form > div:nth-of-type(1) {
	width: 100%;
	margin-top: 50px !important;
}
#home-domaincheck #domainname {
	height: 50px;
	width: 100%;
}
#home-domaincheck .domaincheck-button {
	margin: 0 auto;
	width: 30%;	
	margin-bottom: 20px;
}
#home-domaincheck .moduletable .button {
	padding: 1em 0;
	max-width: 100%;
	min-width: 80%;
}
#home-domaincheck #caption {
	display: none;
}
#home-domaincheck .datagrid {
	overflow: visible;
	background: none;
	max-width: 730px;
	margin: 0 auto;
}
#home-domaincheck .datagrid tr td {
	vertical-align: middle;
	text-align: center;
}

@media all and (min-width: 880px) {

	#home-domaincheck form > div:nth-of-type(1) {
		float: left;
		width: calc(100% - 240px);
		padding-right: 10px;
	}
	#home-domaincheck .domaincheck-button {
		position: absolute;
		top: 78px;
		margin: 0;
		right: 0;
	}
	#home-domaincheck form > div:nth-of-type(1)::after,
	#home-domaincheck .moduletable form input.orange1::after {
		content: "";
		display: table;
		clear: both;
	}
	#home-domaincheck .moduletable form > span {
		top: 0;
	}
}
@media all and (min-width: 1000px) {
	#home-domaincheck #set-nn_tabs-1 {
		top: 40px;
		left: 30%;
		transform: scale(1);
	}
}
@media all and (max-width: 490px) {
	#home-domaincheck .moduletable {
		padding:20px;}
	#home-domaincheck .datagrid {
		-ms-transform: scale(0.9); /* IE 9 */
		-webkit-transform: scale(0.9); /* Safari */
		transform: scale(0.9);
		position: relative;
		left: -30px;
		width: 115%;
	}
	#home-domaincheck #set-nn_tabs-1 {
		top: 64px;
	}
}




@media (min-width: 768px) and (max-width: 991px) {
	#Mod102 {
		width: 58%;
		margin-right: 3%;
		float: left;
	}
	#Mod122 {
		width: 39%;
		float: left;
	}
}

@media (max-width: 950px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .homepage-new .collapse.in {
	  position: absolute;
	  width: 95%;
	  background-color: #3590c9;
	}
	.dropdown-menu {
		right:50%;
	}
}

/*************************
	WEBHOSTING TABELLE
**************************/
.webhosting-tabelle {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.webhosting-tabelle ul {
	float: left;
	list-style: none;
	padding: 0;
	cursor: default;
	margin: 0;
}
.webhosting-tabelle ul li {
	padding: 10px;
}
.width25 {
	width: 25%;
	position: relative;
}
.width75 {
	/*width: calc(100% - 300px);*/
	width: 75%;

	float: right;
}
.width33 {
	width: 33.333333%;
}
.ausstattung {
	font-weight: 600;
}
.titel {
	height: 57px;
	color: #fff;
	text-transform: lowercase;
	font-size: 25px;
}
.preis {
	height: 100px;
	color: #fff;
}
.webhosting-tabelle .txt3 em.monatlich {
	font-size: 15px;
	font-weight: 400;
	margin-left: -15px;
	top: -35px;
}
.spalte-normal {
	height: 40px;
}
.grau { background-color: #e5e5e5; }
.weiss { background-color: #fff; }
.standard .titel { background-color: #3590c9; }
.standard .preis { background-color: #44a3d5; }
.designer .titel { background-color: #1f5f9f; }
.designer .preis { background-color: #2972b0; }
.business .titel { background-color: #1a3e7b; }
.business .preis { background-color: #234e8e; }
.ausstattung::before,
.designer::before {
	content:"";
	display: block;
	height: 280px;
	width: 100%;
	background-color: rgba(0,0,0,0.05);
	position: absolute;
	top: 157px;
}
.hosting-details-button,
#hostingDetails {
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
}
#hostingDetails {
	padding-bottom: 15px;
}
.hosting-details-button a {
	outline: 0;
	padding: 10px;
	display:block;
}
.bestellen {
	position: relative;
	height: 60px;
	margin-bottom: 30px;
}
.dunkelgrau {
	background-color: #dadada;
}

/************************
	OTHER STYLES
*************************/

#Mod125 {
	display: none;
}
.newsflash {
	padding: 0 10px;
}
.formResponsive input[type="submit"] {
	color: #fff;
	border: solid 1px #2972b0;
	background: #44a3d5;
	background: -webkit-gradient(linear, left top, left bottom, from(#44a3d5), to(#2972b0));
	background: -moz-linear-gradient(top,  #44a3d5,  #2972b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#44a3d5', endColorstr='#2972b0');
	padding: 10px 20px;
}
.formResponsive input[type="submit"]:hover {
	background: #3590c9;
	border: solid 1px #1f5f9f;
	background: -webkit-gradient(linear, left top, left bottom, from(#3590c9), to(#1f5f9f));
	background: -moz-linear-gradient(top,  #3590c9,  #1f5f9f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3590c9', endColorstr='#1f5f9f');
}
.btn-info {
	color: #fff;
	border: solid 1px #2972b0;
	background: #44a3d5;
	background: -webkit-gradient(linear, left top, left bottom, from(#44a3d5), to(#2972b0));
	background: -moz-linear-gradient(top,  #44a3d5,  #2972b0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#44a3d5', endColorstr='#2972b0');
	padding: 8px 14px;	
}
.btn-info:hover {
	background: #3590c9;
	border: solid 1px #1f5f9f;
	background: -webkit-gradient(linear, left top, left bottom, from(#3590c9), to(#1f5f9f));
	background: -moz-linear-gradient(top,  #3590c9,  #1f5f9f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3590c9', endColorstr='#1f5f9f');
}
.btn-success {
	background: #5cb85c;
	border: solid 1px #317538;
	background: -moz-linear-gradient(top, #5cb85c 0%, #317538 100%);
	background: -webkit-linear-gradient(top, #5cb85c 0%,#317538 100%);
	background: linear-gradient(to bottom, #5cb85c 0%,#317538 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb85c', endColorstr='#317538',GradientType=0 );
	padding: 8px 14px;
}
.btn-success:hover {
	background: #47a447;
	border: solid 1px #265b2a;
	background: -moz-linear-gradient(top, #47a447 0%, #265b2a 100%);
	background: -webkit-linear-gradient(top, #47a447 0%,#265b2a 100%);
	background: linear-gradient(to bottom, #47a447 0%,#265b2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47a447', endColorstr='#265b2a',GradientType=0 );
}
table.dataTable tbody th, table.dataTable tbody td {
	vertical-align: middle;
}
#example tbody tr td form {
	height: 34px;
}
.partner-heading {
	width: 668px; 
	background: #44a3d5;
	background: -moz-linear-gradient(left, #44a3d5 50%, #2972b0 100%);
	background: -webkit-linear-gradient(left, #44a3d5 50%,#2972b0 100%);
	background: linear-gradient(to right, #44a3d5 50%,#2972b0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44a3d5', endColorstr='#2972b0',GradientType=1 ); 
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

/*************************
	DOMAIN LIST
**************************/
.hover-info-parent {
	position: relative;
}
.hover-info {
	display: none;
	background-color: #ffffff;
	border: 1px solid #adadad;
	border-radius: 4px;
	position: absolute;
	bottom: 38px;
	right: -60px;
	width: 300px;
	white-space: normal;
}
.hover-info-parent:hover .hover-info {
	display: block;
}