* {
	font-family: "lato", sans-serif !important;
	outline: none !important;
}


/*
 * DEFAULT
 */
body {
	background: url(/files/gwhtel2016/images/background.jpg) top left;
	background-size: cover;
}
.invisible {
	height: 0px !important;
	line-height: 5px !important;
	display: none;
}

a {
	color: #933689;
    text-decoration: none;
}

a:focus, 
a:hover {
    color: #933689;
    text-decoration: underline;
}


/*
 * HEADER
 */
#header {
	margin-bottom: 30px;
}

#header .navbar {
	min-height: 150px;
}

#header input.submit {
	display: none;
}

#header .mod_search {
	margin-top: 10px;
	margin-right: 10px;
}

#header .mod_search.headerHelperElement input.text {
	border: none;
	background-color: #e5efee;
	padding: 6px;
	color: #00655c;
}

#header .mod_search.headerHelperElement input.text:after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f002";
	margin-right: 8px;
	margin-top: 2px !important;
	color: #00655c;
}

#header .mod_search.headerHelperElement .submit {
	displaY: none;
}


nav.navbar.shrink {
  min-height: 35px;
}

#header .headSlider {
	margin-top: 152px;
}

nav.navbar {
  background: transparent !important;
  background-image: none;
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
   border-bottom: none;
   margin-bottom: 0px;
}

nav.navbar .collapse.navbar-collapse {
	background-color: #fff;
	min-height: 150px;
}

.navbar-brand {
	margin-left: 15px !important;
}

#headerNav {
	margin-left: 250px;
	margin-top: 70px;
}

#headerNav a,
#headerNav span.navPlaceholder,
.dropdown-menu-sub .dropdown-menu a {
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	color: #00655c;
}

#headerNav span.navPlaceholder {
	margin-top: 20px;
	line-height: 40px;
}

#headerNav span.navPlaceholder span {
	padding: 15px;
}

#headerNav a b.caret {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover,
#headerNav span.navPlaceholder span:hover,
.dropdown-menu-sub .dropdown-menu > a {
    color: #fff;
    background-color: #933689 !important;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover,
#headerNav span.navPlaceholder span:hover {
    background-color: #933689;
    background-image: -webkit-linear-gradient(top,#933689 0,#933689 100%);
    background-image: -o-linear-gradient(top,#933689 0,#933689 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#933689),to(#933689));
    background-image: linear-gradient(to bottom,#933689 0,#933689 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
    color: #fff !important;
}

#headerNav > ul > li {
	margin-right: 10px;
}

#headerNav > ul > li:hover > a,
#headerNav .level_1 > li.kündigen a,
#headerNav > ul > li.active > a,
.navbar-default .navbar-nav > .open > a,
#headerNav span.navPlaceholder span:hover {
	background-image: linear-gradient(to bottom,#933689 0,#933689 100%);
	box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
	color: #ffffff !important;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	border-radius: 10px;
}

.dropdown-menu > li > a {
	padding: 3px 30px 3px 10px;
}


#headerNav li li {
	width: 100%;
}

.dropdown-menu li:hover .caret {
    transform:rotate(-90deg);
    transition:all 0.3s ease-in-out; //for smoothness
}

#headerNav li.placeholder > a {
	background-image: linear-gradient(to bottom,#933689 0,#933689 100%);
	box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
	color: #ffffff !important;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
	border-radius: 0px !important;
	width: 100%;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
	margin-top:0px
}

.dropdown-menu .dropdown-menu {
	position: relative !important;
	width: 100%;
	left: 0%;
	top: 0px;
}

.dropdown-menu-sub .dropdown-menu {
	display: none !important;
}

.dropdown-menu:hover > .dropdown-menu {
	display: block !important;
}

.dropdown-menu-sub .dropdown-menu a {
    font-size: 1em !important;
    line-height: 24px;
}

#headerNav .dropdown-menu {
	padding: 0;
}

#headerNav .nav-pills > li + li {
    margin-left: 0px;
}


.headerHelperElement {
	margin-left: 20px;
	margin-top: 15px;
	font-size: 1em;
}

.pinkLink a {
	color: #933689 !important;
}

.alertLink * {
	color: #00655c !important;
	font-size: 1.3em;
}

.webmailLink a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f0e0";
	margin-right: 8px;
	margin-top: 2px !important;
}

.accountLink a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f007";
	margin-right: 8px;
	margin-top: 2px !important;
}

.alertLink p:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f007";
	margin-right: 8px;
	margin-top: 2px !important;
}

.dropdown-menu .dropdown-menu {
	display: none;
}

/*
 * CONTENT
 */

.ml10 {	margin-left: 10px; }
.ml15 {	margin-left: 15px; }
.ml20 {	margin-left: 20px; }
.ml25 {	margin-left: 25px; }
.ml30 {	margin-left: 30px; }
.ml35 {	margin-left: 35px; }

.whiteBox {
	background-color: #fff;
	margin-right: 0px;
	margin-left: 0px;
	padding: 40px 40px;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.whiteBoxStart {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	background-color: #e9d3e6;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}

.whiteBoxStart .col_1,
.whiteBoxStart > div  {
	background-color: #e9d3e6;
	margin-right: 0px;
	margin-left: 0px;
	padding: 40px 40px;
	height: 100%;
	display: table-cell;

}

.whiteBoxStart .col_1,
.whiteBoxStart > div:not(.ce_bs_gridSeparator)  {
	background-color: #fff;
}

.rsts-slide .carouselelement {
	height: 300px;
	width: 100%;
	display: block;
}

.rsts-slide * {
	color: #fff;
}

.rsts-slide h2 {
	font-size: 2em;
	margin-bottom: 0px;
	max-width: 25%;
}

.rsts-slide h3,
.rsts-slide p {
	font-weight: 300;
	font-size: 1.2em;
	margin: 0px;
	max-width: 25%;
}

.rsts-slide p {
	font-weight: 300;
	font-size: 1.3em;
}

.gwhtel-slide > div,
.gwhtel-slide > a {
	height: 80%;
	width: 100%;
	background: url('../../../files/gwhtel2016/images/emotion-overlay.png') no-repeat;
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute !important;
	bottom: 0;
}

.whiteBox h1,
.whiteBox h2,
.whiteBox h3,
.whiteBoxStart h1,
.whiteBoxStart h2,
.whiteBoxStart h3 {
	font-size: 1.6em;
	font-weight: 700;
	color: #933689;
}

.whiteBox h1 + h2,
.whiteBoxStart h1 + h2 {
	margin-top: -10px;
	color: #00655c;
	font-size: 0.9em;
	font-weight: 400;
}

.whiteBox p,
.whiteBoxStart p,
.gradBox * {
	font-weight: 300;
}

.whiteBox .layout_latest,
.whiteBox .layout_short,
.whiteBoxStart .layout_latest,
.whiteBoxStart .layout_short {
	border-bottom: 1px solid #00655c;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.whiteBox .layout_latest.last,
.whiteBox .layout_short.last,
.whiteBoxStart .layout_latest.last,
.whiteBoxStart .layout_short.last {
	padding-bottom: 0px !important;
}

.whiteBox .layout_latest p.more,
.whiteBoxStart .layout_latest p.more {
	display: none;
	
}

.whiteBox .layout_short p.more,
.whiteBoxStart .layout_short p.more {
	text-align: right;
}

.whiteBox .layout_short p.more::after,
.whiteBoxStart .layout_short p.more::after {
    padding: 0 5px;
    color: #933689;
    content: "\f04b";
    font-family: "Fontawesome" !important;
}


.whiteBox .layout_latest.last,
.whiteBox .layout_short.last,
.whiteBoxStart .layout_latest.last,
.whiteBoxStart .layout_short.last {
	border: 0;
	margin-bottom: 0;
}

.whiteBox .layout_latest .info,
.whiteBox .layout_short .info,
.whiteBoxStart .layout_latest .info,
.whiteBoxStart .layout_short .info {
	color: #00655c;
	margin: 0;
	font-weight: 700 !important;
	font-size: 0.8em;
}

.whiteBox .layout_latest h2,
.whiteBox .layout_latest h2 a,
.whiteBox .layout_short h2,
.whiteBox .layout_short h2 a,
.whiteBoxStart .layout_latest h2,
.whiteBoxStart .layout_latest h2 a,
.whiteBoxStart .layout_short h2,
.whiteBoxStart .layout_short h2 a {
	margin: 0 0 5px 0;
	color: #933689;
	font-weight: bold;
	font-size: 1em;
}

.whiteBox .layout_latest .teaser p,
.whiteBox .layout_short .teaser p,
.whiteBoxStart .layout_latest .ce_text p,
.whiteBoxStart .layout_short .ce_text p {
	font-size: 1.1em;
}

.whiteBox .ce_text p,
.whiteBoxStart .ce_text p {
	font-size: 1.3em;
	font-weight: 300;
}

.breadcrumb {
	font-size: 0.8em;
	background: none;
	padding: 0px;
	font-weight: 700;
	margin-bottom: 30px;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #933689;
    content: "\f04b";
    font-family: "Fontawesome" !important;
}

.breadcrumb a {
	color: #666666;
}

.breadcrumb li.active {
	color: #00655c;
}


.img-responsive img {
    width: 100%;
    height: auto;
}

.teaserImage img {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	width: 100%;
	height: auto;
}

.teaserImage:hover {
	cursor: pointer !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}
 
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradBox {
	background-image: linear-gradient(135deg, #933689 0%, #00655c 100%);
	color: #fff;
	margin: 30px -40px;
	padding: 40px;
	border-radius: 500% 0% 500% 0% / 50% 500% 50% 500%;
	text-align: center;
}

.gradBox h1,
.gradBox h2,
.gradBox h3,
.gradBox h4 {
	text-align: center;
	color: #fff;
	font-weight: 300;
	font-size: 2.5em;
}

.gradBox h4 {
	font-size: 1.5em;
}

.gradBox .col_1,
.gradBox .col_2,
.gradBox .col_3 {
	padding: 0 50px;
}

.gradBox li {
	text-align: left;
}

.gradBox ul {
	list-style: none;
	margin: 0 0 1em 0;
    padding: 0 0 0 1em;
}

.gradBox li {
	position: relative;
    padding-left: 0.4em;
    font-size: 1em;
    margin-bottom: 5px;
}

.gradBox li:before {
	content: "\f00c";
	font-family: "Fontawesome" !important;
	font-weight: 300;
	position: absolute;
    left: -1em; /* same as ul padding-left */
}

.gradBox a {
	color: #ffffff;
	text-decoration: underline;
}

.greyBox {
	background: #f2f2f2;
	color: #3c3c3b;
	margin: 30px -40px;
	padding: 80px 40px;
	border-radius: 500% 0% 500% 0% / 50% 500% 50% 500%;
}

.greyBox .col_1,
.greyBox .col_2,
.greyBox .col_3,
.greyBox .col_4 {
	padding: 20px 40px;
}

.greyBox h1,
.greyBox h2,
.greyBox h3,
.greyBox h4 {
	font-size: 1.4em;
	color: #00655c;
	text-transform: uppercase;
}

.centeredHead {
	text-align: center;
	font-weight: 300 !important;
	font-size: 2.5em !important;
}

.green {
	color: #00655c !important;
}

.footnote {
	font-size: 0.7em;
}

.tarifBox {
	background: #f2f2f2;
	border-radius: 10px;
	margin: 0px 20px 30px 20px;
}

.tarifBox h3 {
	font-weight: 300;
	margin-bottom: 0;
}

.tarifBox h4 {
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #00655c;
	font-size: 0.9em;
}

a.linkedTarifBox:hover {
	text-decoration: none;
}

a.linkedTarifBox:hover h3 {
	text-decoration: underline;
}

a.linkedTarifBox .infoBox p {
	color: #000000;
}

.tarifBox .row {
	margin: 0px;
}

.infoBox {
	padding: 5px 20px;
	border-bottom: 2px solid #fff;
	min-height: 130px;
}

.basePriceBox {
	background: #f4ebf3;
	border-bottom-left-radius: 10px;
	padding: 10px 0 0 0;
	border-right: 1px solid #fff;
}

.singlePriceBox {
	background: #f4ebf3;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 10px 0 1px 0;
}

.reducedPriceBox {
	background: #e5efee;
	border-bottom-right-radius: 10px;
	padding: 10px 0 0 0;
	border-left: 1px solid #fff;
}

.singlePriceBox .headline,
.basePriceBox .headline,
.reducedPriceBox .headline {
	font-weight: 700;
	color: #00655c;
	font-size: 1.2em;
}

.singlePriceBox .price,
.basePriceBox .price,
.reducedPriceBox .price {
	font-weight: 700;
	font-size: 1.5em;
	color: #933689;
}

.tarifBox .tariforderbutton {
	border-top: 2px solid #fff;
}

.tarifBox .tariforderbutton a {
	width: 100%;
	text-align: center;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #933689;
	color: #ffffff;
	transition: all 0.5s ease-out;
}

.tarifBox .tariforderbutton a:hover {
	background-color: rgba(147,54,137,0.7);
	color: #ffffff;
}

.icon-background {
    color: #fff;
    font-family: "Fontawesome" !important;
	opacity: 0.5;
}

.fa {
    font-family: "Fontawesome" !important;
}

.circle-icon-border {
	border: 1px solid #fff;
}

.circle-icon {
   	background: rgba(255, 255, 255, .2);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 170px;
    vertical-align: middle;
    margin-bottom: 40px;
    display: inline-block;
}

strong > em,
em > strong {
	color: #00655c;
}

.produktPage h6 {
	margin-top: -15px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #00655c;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
}

.produktPage h6 + nav ul {
	margin-top: 5px;
}


.pagination-container {
	text-align: center;
}

.pagination-container p.total {
	display: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #933689;
    border-color: #933689;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #933689;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #00655c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.mod_CreatticFailureShow hr {
	border: none;
	border-bottom: 1px solid #a7c8c8;
	margin-bottom: 10px;
}

.mod_CreatticFailureShow label,
.mod_CreatticFailureShow .text {
	margin: 5px 0px 0px 0px;
}

.mod_CreatticFailureShow #results {
	margin: 10px 0px 10px 0px;
}

.mod_CreatticFailureShow .result {
	background-color: #cbdada;
	padding: 3px;
	border: 1px solid #a7c8c8;
	margin-top: 5px;
	cursor: pointer;
	color: #005050;
	font-weight: bold;
}

.mod_CreatticFailureShow .result .state,
.mod_CreatticFailureShow .result .date {
	font-weight: normal;
	color: #000;
}

.mod_CreatticFailureShow .failure_list_info {
	font-weight: bold;
	color: #00655c;
}

.mod_CreatticFailureShow .result .state.green {
	color: #00655c;
}

.mod_CreatticFailureShow .result .state.orange {
	color: #ff9000;
}

.mod_CreatticFailureShow .result .state.red {
	color: #ff0000;
}


.mod_CreatticFailureShow .add {
	font-style: italic;
}

.mod_CreatticFailureShow .adddate {
	font-style: normal;
}

.mod_CreatticFailureShow .addtitle {
	font-weight: bold;
}

.downloadarchivItem {
	margin-bottom: 10px;
}

.downloadarchivItem img {
	display: none;
}

.downloadarchivItem a:before {
	padding: 0 5px;
    color: #933689;
	content:"\f019";
	font-family: "Fontawesome" !important;
}

.downloadarchivItem a {
	font-size: 1.2em;
	font-weight: 300;
}

.downloadarchivItem a span {
	color: #3c3c3b;
}

.ce_accordionSingle {

	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.ui-accordion-header {
	padding: 10px 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #00655c;
	background-color: #f5f5f5;
	border-color: #ddd;
	background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
	background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}
.ui-accordion-content {
	padding: 15px;
}

.ui-accordion-content strong {
	color: #933689;
}

.resultDetails {
	display: none;
}

.result strong {
	color: #00655c;
}


/*
 * FOOTER
 */
#footer {
	background-color: #dddddd;
}

#footer .container > .ce_bs_gridStart {
	padding: 20px;
}

#footer p {
	color: #933689;
}

#footer h4 {
	color: #00655c;
}

#footer h6 {
	color: #00655c;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 3px;
}

#footer nav ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#footer nav a {
	padding: 5px 0;
	color: #00655c;
	line-height: 20px;
}

#footer nav li {
	padding: 3px 0;
	color: #00655c;
	line-height: 14px;
}

#footer .nav > li > a:hover {
	background-color: transparent;
	color: #933689;
}

#footer nav a.submenu {
	color: #555555;
	font-style: italic;
}

#footer nav .level_2 a {
	color: #00655c;
}

#footer .creditBar {
	padding: 20px 30px 0 30px;
	background-color: #ffffff !important;
	display: block;
	min-height: 50px;
	width: 100%;
}

#footer .creditBar * {
	color: #555555;
	font-size: 1em;
}

#footer .creditBar a {
	font-size: 1em;
}

@media print {
	.backstretch {
		display: none;
	}

}

@font-face {
    font-family: 'icomoon';
    src:    url('../../../files/gwhtel2016/fonts/icomoon.eot?bbyd7p');
    src:    url('../../../files/gwhtel2016/fonts/icomoon.eot?bbyd7p#iefix') format('embedded-opentype'),
        url('../../../files/gwhtel2016/fonts/icomoon.ttf?bbyd7p') format('truetype'),
        url('../../../files/gwhtel2016/fonts/icomoon.woff?bbyd7p') format('woff'),
        url('../../../files/gwhtel2016/fonts/icomoon.svg?bbyd7p#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tv:before {
    content: "\e900";
}

.icon-phone:before {
    content: "\e901";
}
.icon-globe:before {
    content: "\e902";
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #882F7E;
	color: #fff !important;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-image: linear-gradient(to bottom, #400066 0px, #882F7E 100%);
}
.scroll-top-wrapper:hover {
	background-color: #994cbf;
	
}

.scroll-top-wrapper i {
	color: #fff !important;
}

.scroll-top-wrapper:hover i {
	color: #CC66FF !important;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i {
	line-height: 45px;
	font-size: 30px;
}

/*
 *	SEARCH 	
 */

#container .mod_search div.odd,
#container .mod_search div.even {
	border-bottom: 1px solid #933689;
	padding-bottom: 10px;
}

#container .mod_search div.last {
	border: 0px;
	padding-bottom: 0px;
}

#container .mod_search span.relevance {
	font-size: 0.8em;
	font-weight: normal;
	color: #00655c;
}

#container .mod_search button {
	background-image: -webkit-linear-gradient(top,#A15097 0,#933689 100%);
	background-image: -o-linear-gradient(top,#A15097 0,#933689 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#A15097),to(#933689));
	background-image: linear-gradient(to bottom,#A15097 0,#933689 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffA15097', endColorstr='#ff933689', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #933689;
}

.mod_CreatticFailureTicker {
	background: #e9d3e6;
	display: block;
	padding: 20px;
	border-radius: 10px;
}

.mod_CreatticFailureTicker h3 {
	margin: 0px;
	font-size: 1.6em;
	font-weight: 700;
	color: #933689;
}

.mod_CreatticFailureTicker ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 0px;
}

.mod_CreatticFailureTicker li {
	
}


/*
 *	Extra small devices (portrait phones, less than 544px)
 *  No media query since this is the default in Bootstrap
 */

/*
 * Small devices (landscape phones, 544px and up)
 */ 
@media (min-width: 544px) {  }

/*
 * Medium devices (tablets, 768px and up)
 */
@media (min-width: 768px) {  
	.dropdown-menu .dropdown-menu {
		position: absolute !important;
		width: 100%;
		left: 100%;
		top: 0px;
	}

	.navbar-toggler {
		display: none;
	}

}

/*
 * Large devices (desktops, 992px and up)
 */
@media (min-width: 992px) {  }

/*
 * Extra large devices (large desktops, 1200px and up)
 */
@media (min-width: 1200px) {  }

/*
 * Extra small devices (portrait phones, less than 544px)
 */
@media (max-width: 543px) {  }

/*
 * Small devices (landscape phones, less than 768px)
 */
@media (max-width: 767px) {
	.navbar-header {
		background: #ffffff;
	}
	  
	nav.navbar .container {
		
		height: 100%;
	}
	
	#header .navbar {
	    min-height: auto;
	    height: auto;
	}
	
	nav.navbar .collapse.navbar-collapse {
		height: 100%;
		min-height: 300px;
	}
	
	.navbar-brand {
	    float: left;
	    height: 50px;
	    padding: 5px;
	    font-size: 18px;
	    line-height: 20px;
	}
	
	.navbar-brand img {
		max-height: 100% !important;
		width: auto;
	}

	#header .headSlider {
		margin-top: 50px;
	}
	
	#header .mod_search {
		width: 100%;
		float: none;
		margin: 10px 0 0 15px;
	}
	
	#header .mod_search input {
		width: 100%;
	}
	
	#header .headerHelperElement {
		float: left !important;
		margin: 10px 10px 0 0;
	}
	
	#header .headerHelperElement.accountLink {
		margin-right: 0;
	}

	#header .alertLink {
		float: none !important;
		display: block;
		clear: both;
		margin-top: 10px;
	}
	
	#header .alertLink p {
		font-size: 1em;
	}
	
	#headerNav {
		margin: 0px !important;
	}
	
	 #headerNav li { 
	 	width:100%; 
	 	border-radius: 0;
	 }
	 
	 #headerNav li a {
	 	border-radius: 0px !important;
	 }
	 
	 .navbar-fixed-top .navbar-collapse {
	    max-height: none;
	    height: auto;
	    
	}
}

/*
 * Medium devices (tablets, less than 992px)
 */
@media (max-width: 991px) {  
	.navbar-brand img {
		max-height: 75px;
		width: auto;
	}	

	#headerNav {
		float: left;
		margin: 25px;
	}
	
	.navbar-nav {
		margin: 0px;
	}

	nav.navbar {
		background: #ffffff !important;
	}

	nav.navbar button {
		float: right;
	}

	.navbar-toggler {
		margin-top: 10px;
		padding: .25rem .75rem;
		font-size: 1.25rem;
		line-height: 1;
		background-color: transparent;
		border: 2px solid transparent;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-radius: .25rem;
	}

	nav.navbar .navbar-toggler {
		border-color: rgba(147, 54, 137, 1);
	}

	.navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		content: "";
		background: no-repeat center center;
		background-image: none;
		background-size: auto;
		background-size: 100% 100%;
	}

	nav.navbar .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(147, 54, 137, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}

	nav .container .navbar-collapse {
		width: 100% !important;
		margin-left: 0px;
	}

	nav .mod_search .input-group {
		width: 100%;
	}

	nav .mod_search .input-group input {
		border-top-right-radius: 4px !important;
		border-bottom-right-radius: 4px !important;
	}
}

.ce_bs_gridStart.row {
	margin-bottom: 30px;
}

/*
 * Large devices (desktops, less than 1200px)
 */
@media (max-width: 1199px) {  }

.image_container.float-right {
	float: right;
}


.cc_container .cc_btn {
	background-color: #933589 !important; /* Farbe des Buttons */
	color: #ffffff !important; /* Textfarbe des Buttons */
}

.cc_container {
	background: #dddddd !important; /* Hintergrundfarbe des gesamten Bereichs */
	color: #555555 !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
	color: #933589 !important; /* Textlink-Farbe "Mehr Infos" */
}

.cc_container .cc_message {
	color: #555555 !important;
}

.mod_creatticContact p.error {
	color: #000000;
	font-weight: bold;
	width: 100%;
	background-color: rgba(147, 54, 137, 0.25);
	padding: 20px;
	display: block;
	border-radius: 20px;
	border: 1px solid rgba(147, 54, 137, 1);
}

form .mandetory {
	color: rgba(147, 54, 137, 1);
}


.euf_overlay__content {
	border-radius: 20px;
	background-color: #e9d3e6;
}

.euf_overlay__content h3 {
	color: rgba(147, 54, 137, 1);
}

#zipcodeInformation {
	display: none;
	height: 100px;
	width: auto;
	border: 1px solid #ccc;
	background: #ffffff;
	padding: 10px;
	border-radius: 5px;

	overflow: scroll;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}

.btn-info {
	background-color: rgba(147, 54, 137, 1);
	border-color: rgba(147, 54, 137, 1);
	transition: all 0.5s;
}

.btn-info:hover {
	background-color: rgba(147, 54, 137, 0.9);
	border-color: rgba(147, 54, 137, 0.9);
}

.whiteBox form h3 {
	font-size: 14px;
	font-weight: bold;
}

#objectInfo,
#contractInfo,
#billrecipient,
#phoneextra,
#transfernumber,
#phonebook,
#propertyowner,
#gnvmessagetrue,
#gnvmessagefalse,
.comfortnumber,
.phonebookcontent,
.phonebookentryselect,
.secondperson,
#transferfrom,
#tvextra,
#tvcancel,
#tvadd,
#hdtvextras,
#energyClientBlock {
	display: none;
}

input.error,
select.error {
	color: #000000;
	width: 100%;
	background-color: rgba(147, 54, 137, 0.25);
	border: 1px solid rgba(147, 54, 137, 1);
}

label.error {
	color: rgba(147, 54, 137, 1);
}


.tooltipicon {
	color: rgba(147, 54, 137, 0.9);
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0px;
}

label {
	margin-top: 6px;
}

#progressbar {
	border: 0px solid #999;
	background: #dddddd;
}

#progressbar .row div {
	padding: 0;
}

#progressbar .row div a,
#progressbar .row div span {
	padding: 10px;
	color: #999;
	border-bottom: 3px solid #999;
	display: block;
	width: 100%;
}

#progressbar .row .done a,
#progressbar .row .done span {
	background-color: #e5efee;
	color: #00655c;
	border-bottom: 3px solid #00655c;
}

#progressbar .row .active a,
#progressbar .row .active span {
	background-color: #e9d3e6;
	color: #933689;
	border-bottom: 3px solid #933689;
}


.common-field {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}