﻿@charset "utf-8";
/* CSS Document */

* {margin: 0px; padding: 0px; outline: none;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


html, body {width: 100%; margin: 0px; padding: 0px; height: 100%;}
body {
    font-family: Verdana, Geneva, sans-serif, Tahoma;
	font-size:12px;
	color: #000;	
	line-height: 1.5em;
	height:100%;  width:100%; 
}

hr {border: none; background-color: #ccc; color: #ccc; height: 1px; margin: 40px 0px;}
.Margin5 {margin: 5px 0px;}

img {display:block; margin:0px; padding:0px; border: none;}

.primary-bg-color {
	/*background-color:#4FA438;*/
	background-color: #054346;
}
.primary-color {
	color: #4FA438;
}
.hide {
	display: none;
}
.bar {
	width: 100%;
	height: 40px;
}
#phContent_page1 {
	text-align: center;
	/*padding-top: 50px;*/
}
.formtable {
	margin: 0 auto;
}
input, select {
	font-size: 14px;
	border: 1px solid #ccc;
	height: 28px;
	left: -1px;
	top: -1px;
	padding: 5px;
	text-align: left;
     margin-top: 6px;
        margin-bottom: 6px;
	}

    input[type="radio"] {
        height: auto;
        margin-right: 4px;
       
    }
.reasonElement {
	display: block;
	height: auto;
	width: 100%;	
}

        .texttable td {
            vertical-align: top;
        }

        .formtable td {
            vertical-align: top;
            height: 38px;
        }

        .formtable input {
            margin-top: -4px;
        }

        .txtFaktura {
            width: 140px;
        }

        .txtKunde {
            width: 140px;
        }

h2.headline {
	text-transform: uppercase;
	padding-bottom: 5px;
}
.logo {
	width: 200px;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px;
}
.container {
	min-height: 100%;
	margin-bottom: -345px;
}
.content {
	display: flex;
	flex-direction:row;
}
.leftColumn {
	padding: 50px 100px 100px 150px;
	border-right: 2px solid #4FA438;
	flex-grow: 0;
	flex-basis: 580px;
}
.mainContent {
	padding: 50px 100px 100px 75px;
	flex-grow: 1;
}
.leftColumnPay {
	width: 25%;
	padding: 100px 0px;
	border-right: 2px solid #4FA438;
}
.mainContentPay {
	width: 50%;
	padding: 0px 220px 0px 200px;
}
.subHeader {
	text-transform: uppercase;
	font-weight: bold;
	color: #908F8F;
	line-height: 13px;
	margin-bottom: 20px;
}
.infoHeadlines {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.infoHeadlines p {
	
}
.infoText {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.infoText p {
	
}
.infoContainer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.callUs {
	position: relative;
	margin-top:30px;
	font-size: 1.4em;
	text-transform: uppercase;
	color:#A6A5A5;
	font-weight: bold;
}
.callUs p {
	padding-top: 7px;
	margin-left: 30px;
}
.callUs i {
	position: absolute;
	margin-right: 10px;
	font-size: 1.7em;
}
.wellvitaInfo {
	margin-top: 40px;
}
.tellUsMore {
	margin-top: 30px;
}

select#phContent_ProductDDL1 {
	border-radius: 10px;
	border: none;
	padding: 5px;
	height: 40px;
	line-height: 40px;
	background-color: #F8F8F8;
	color: #908F8F;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}

input[type="submit"] {width: auto; text-align:center; height: 40px; padding:0px 30px;} /*
input[type="submit"]:hover {background-color:#666; color: #ffffff;}
input[type="text"].SpamPass {text-align: left; margin: 0px; padding: 5px; width:110px;height: 40px;text-align:center;}	*/
#Tilmeldingsbox p {font-family:Verdana, Geneva, sans-serif; font-size:16px;}
#Tilmeldingsbox h1 {font-size: 48px; font-weight:bold; font-family:Verdana, Geneva, sans-serif; color: #ffffff; line-height:normal;}	

.submitbutton {
	background: #4FA438;
	color: #fff;
	border-radius: 10px;
}
.submitbutton:hover {
	background: #64bf40;
	color: #fff;
}
.submitbutton:disabled, .submitbutton:disabled:hover {
	background: #dddddd;
	color: #808080;
}

.productSelectValidator span {
    font-weight: bold;
    color: red;
}

.muted {
    color: gray;
}

.small {
    font-size: 11px;
    
}

.log {
    display: block;    
    color: gray;
    text-transform: uppercase;
    text-align: left;
    padding: 4px;
}

.btn{color:#fff;border-radius:5px;padding:5px 20px;
background: #64ba40; /* Old browsers */
background: -moz-linear-gradient(top,  #64ba40 0%, #3a9e09 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #64ba40 0%,#3a9e09 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #64ba40 0%,#3a9e09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64ba40', endColorstr='#3a9e09',GradientType=0 ); /* IE6-9 */
text-decoration: none;
text-align: center;
}

.btn:hover{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3a9e09+0,64ba40+100 */

background: #3a9e09; /* Old browsers */

background: -moz-linear-gradient(top,  #3a9e09 0%, #64ba40 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  #3a9e09 0%,#64ba40 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  #3a9e09 0%,#64ba40 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9e09', endColorstr='#64ba40',GradientType=0 ); /* IE6-9 */

}

#unsubscribe .formtable,
#unsubscribe .submitbutton {
    width: 380px;
}
#unsubscribe .formtable input {
    width: 100%;
}
footer.footer , .push {
	height: 345px;
}
footer.footer {
	border-top: 8px solid #054346;
	width: 100%;
}
.footerContainer {
	background-color: #F8F8F8;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 20px 130px;
}
.footerColumn {
	width: 33%;
	padding:0px 20px;
}
.footerColumn ul {
	list-style: none;
}
a.footerLink {
	text-decoration: none;
	color: #000;
	transition: all ease 0.2s
}
a.footerLink:hover {
	color: #4FA438;
}
.footerImage {
	float: left;
	width: auto;
	height: 85px;
	margin-right: 10px;
}
.footerSocial {
	padding: 10px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.socialLink {
	padding: 0px 5px;
}
.footerButtom {
	text-align: center;
	color:#707070;
	font-size: 1.3em;
}
.footerButtom a {
	text-decoration: none;
}
.containerCancel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;	
}
@media screen and (max-width: 1445px) {
	.leftColumn {
		padding: 50px 50px 0px 50px;
	}
	.mainContent {
		padding: 50px 50px 0px 50px
	}
	.leftColumnPay {
		
	}
	.mainContentPay {
		width:75%;
		padding: 0px 50px;
	}
}
@media screen and (max-width: 768px) {
	.content {
		flex-direction: column!important;
		padding: 0px 20px;
	}
	.leftColumn {
		padding: 30px 0px;
		border: none;
		flex-basis: 500px;
	}
	.customerInfo {
		width: 250px;
	}
	.mainContent {
		padding: 0px;
	}
	.footerContainer {
		padding:20px 20px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footerColumn {
		padding: 20px;
		width: 100%;
	}
	.footerImage {
		float: none;
		display: inline-block;
	}
}