/* Minification failed. Returning unminified contents.
: run-time error CSS1066: Unexpected end of file encountered
 */
html {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	min-width: 320px;
	padding: 0;
}
a {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mobile-nav-opener {
	background-color: #007a81; /* PETROL */
	font-family: 'Raleway', sans-serif;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}
.mobile-nav-opener .navbar-brand {
	max-width: calc(100% - 55px);
}
.navbar-toggle {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.navbar-toggle .icon-bar {
	background-color: white;
    border-radius: 0; 
    display: block;
    height: 6px;
    width: 32px;
}
.navbar-collapse {
	padding: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: relative;
}
.navbar {
	margin-bottom: 0;
}
.navbar.pre-header {
	background-color: #e2e2e2; /* GRAU 2 */
	border-bottom: 5px solid white;
	color: #666666; /* GRAU 4 */
	font-weight: bold;
	min-height: auto;
	padding: 10px 15px;
}
.navbar.header {
	background-color: #007a81; /* PETROL */
	border: 0;
	color: white;
	font-family: 'Raleway', sans-serif;
}
.navbar.header a {
	color: inherit;
}
.navbar.header .container {
	padding: 15px;
}
.navbar.header .navbar-brand {
	display: none;
}
.navbar-brand {
	color: white;
	font-size: 2.5em;
	height: auto;
	line-height: 1;
	padding: 5px 15px 10px;
}
.navbar-brand:hover {
	color: white;
}
.navbar-brand span.logo {
	background-image: url('../images/ReNoSmart-Logo.png'), none;
	background-image: url('../images/ReNoSmart-Logo.svg'), none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 56px;
    left: -40px;
    margin-bottom: 10px;
	position: relative;
	width: 274px;
}
.navbar-brand span.logo-subline {
	display: block;
	font-size: .4em;
	margin: 2px 0 0 0;
}
.navbar-header {
	max-width: calc(100% - 55px);
}
.navbar-nav ul {
	list-style: none;
	padding: 0;
}
.navbar-inverse.pre-header .navbar-nav li > a {
	color: #666666; /* GRAU 4 */
	display: inline-block;
	padding: 0;
}
.navbar-inverse.pre-header .navbar-nav li > a:hover {
	color: black;
	text-decoration: underline;
}
.navbar-inverse.header .navbar-nav > li {
	display: inline-block;
    margin-top: 8px;
}
.navbar-inverse.header .navbar-nav > li > a {
	color: white;
	font-size: 1.75em;
	font-weight: bold;
	padding: 18px 15px;
	text-transform: uppercase;
}
.cta a, .cta input {
	background-color: #ff007b; /* PINK */
	border: 1px solid;
	border-radius: 5px;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 15px;
	padding: 18px 15px;
	text-transform: uppercase;
}
.cta input {
	background-image: url('../images/pfeile.png');
	background-image: url('../images/pfeile.svg'), none;
	background-position: top 24px right 25px;
	background-repeat: no-repeat;
	background-size: 18px 14px;
	float: right;
	margin: 0;
	padding: 18px 55px 18px 25px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cta .btn-primary:hover,
.cta .btn-primary:active,
.cta .btn-primary:focus {
    background-color: #ff007b; /* PINK */
	background-image: url('../images/pfeile.png');
	background-image: url('../images/pfeile.svg'), none;
    border-color: currentColor;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.cta a:after {
	background-image: url('../images/pfeile.png');
	background-image: url('../images/pfeile.svg'), none;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 11px;
	margin-left: 10px;
	width: 12px;
}
.navbar-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.navbar-flex > li {
	border-bottom: 1px solid;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	padding-bottom: 10px;
}
.navbar-flex > li:last-child {
	border: 0;
}
.navbar-flex li.cta {
	border: 0;
}

.submenu {
	font-size: 1.25em;
}
.submenu a {
	display: inline-block;
	padding: 0 15px 10px;
}
.submenu h1 {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 15px 20px;
}
.submenu h1:nth-of-type(1) {
	margin-top: 0;
}

section {
	font-size: .85em;
    margin: 10px auto;
    overflow: hidden;
	padding: 25px 15px;
    position: relative;
}
section h1, h3, h3, p {
    margin-bottom: 20px;
}
section h1, section h2, section h3 {
    color: #007a81; /* PETROL */
	font-family: 'Raleway', sans-serif;
	font-size: 2.25em;
}
section p,
section li {
    font-size: 1.2em;
    line-height: 1.75;
}
section a {
	color: #007a81; /* PETROL */
	text-decoration: underline;
}
section a:hover {
	color: #ff007b; /* PINK */
}
section.first {
	padding-top: 0;
}
section.section__longtop {
	margin-top: 20px;
}
section.section__longtop--form {
	padding: 25px 0;
}
section.light-grey {
	background-color: #f5f5f5; /* GRAU 1 */
	margin: 10px 0 25px;
	padding: 25px 0;
	width: 100%;
}
section.light-grey > * {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
	/*width: 1170px;*/
}
.content-centered {
	text-align: center;
}
.fullwidth-image {
	width: 100%;
}
.row__highlights {
	margin-bottom: 35px;
}
.row__highlights .highlight {
	margin-bottom: 35px;
}
.row__highlights .highlight:last-child {
	margin-bottom: 0;
}
.btn__highlight {
	color: #adb5bd;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
    margin: 0 auto;
    max-width: 180px;
	text-align: center;
}
.btn__highlight:before {
	background-color: #f5f5f5; /* GRAU 1 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #adb5bd;
	border-radius: 50%;
	content: '';
	display: block;
	height: 0;
	margin: 25px auto 10px;
    max-width: 224px;
    padding-bottom: 90%;
	width: 90%;
}
.btn__highlight.aktuell:before {
	background-image: url('../images/start/ReNoSmart-Highlight-Icons-aktuell.gif');
}
.btn__highlight.gratis:before {
	background-image: url('../images/start/ReNoSmart-Highlight-Icons-gratis.gif');
}
.btn__highlight.wissen:before {
	background-image: url('../images/start/ReNoSmart-Highlight-Icons-Wissen.gif');
}
.btn__highlight.suche:before {
	background-image: url('../images/start/ReNoSmart-Highlight-Icons-Suche.gif');
}
.row__highlights .cta a {
	border: 0;
	border-radius: 0 0 5px 5px;
	margin: 0;
	text-align: center;
	width: 100%;
}
.tile__highlight {
	border: 2px solid #8e8e8e; /* GRAU 3 */
	height: calc(100% - 84px);
	margin-bottom: 4px;
}
.tile__highlight h1 {
	font-size: 2em;
	font-weight: bold;
	padding: 5px 25px;
}
.tile__highlight p {
	padding: 0 25px 5px;
}


.row__modules {
	color: black;
	line-height: 1;
	margin: 120px 0 40px;
	position: relative;
}
.row__modules .cta a {
	border: 0;
	border-radius: 0 0 5px 5px;
	margin: 0;
	padding: 25px;
	text-align: center;
	width: 100%;
}
.row__modules .best-choice:before {
    background-color: #007a81; /* PETROL */
    color: white;
    content: 'Bestes Angebot';
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 1.75em;
    padding: 10px 10px 3px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: -5px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 220px;
    z-index: 99;
}
.row__modules .best-choice:after {
    border: 110px solid transparent;
    border-bottom: 0;
    border-top: 30px solid #007a81; /* PETROL */
    top: -5px;
    content: '';
    display: block;
    height: 0px;
    /*left: 15px;*/
    position: absolute;
    right: 15px;
    z-index: 88;
}
.row__modules .module {
	margin-bottom: 50px;
}
.row__modules header {
	background-color: #e2e2e2; /* GRAU 2 */
	margin-bottom: 4px;
	padding: 25px 10px;
	position: relative;
}
.row__modules .best-choice header:before {
    border: 110px solid transparent;
    border-bottom: 0;
    border-top: 30px solid #f5f5f5; /* GRAU 1 */
    top: 0;
    content: '';
    display: block;
    height: 0px;
    /*left: 0;*/
    position: absolute;
    right: 0;
}
.row__modules header h1 {
	color: black;
	font-size: 2em;
	margin-bottom: 10px;
	margin-top: 10px;
}
.row__modules header h2 {
	color: #ff007b; /* PINK */
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}
.row__modules .module--details {
	background-color: #e2e2e2; /* GRAU 2 */
	margin-bottom: 4px;
	padding: 25px 10px;
	position: relative;
    min-height: 250px;
}
.row__modules .module--details li {
	line-height: 1.4;
}
.row__modules .module--details li:before {
    top: 0.6em;
}

.row__modules .module--price p {
	line-height: 1.2;
}

.margin-top-big {
	margin-top: 50px;
}
.hero-cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 50px 0;
	/*max-height: 400px;*/
	min-width: 290px;
	position: relative;
}
.hero-cta .image {
	overflow: hidden;
}
.hero-cta .image img {
	width: 100%;
}
.hero-cta .image.rechts img {
	float: right;
	height: 492px;
	min-width: 100%;
	width: auto;
}
.hero-cta .cta {
	background-color: rgba(0, 122, 129, .3); /* PETROL */
    width: 100%;
    padding: 25px;
    margin-top: 4px;
}
.hero-cta.seitentausch .cta {
	background-color: #007a81; /* PETROL */
}
.hero-cta .cta a {
	margin: 0;
	text-align: center;
	width: 100%;
}
.hero-cta .cta p {
    /*padding: 15px;*/
    color: white;
    font-weight: bold;
}

iframe.youtube {
	height: calc((100vw - 30px) * .5625);
	margin: 50px 0;
	min-height: 163px;
	min-width: 290px;
	width: 100%;
}
section .cta a {
	display: inline-block;
	padding: 25px 35px;
	text-decoration: none;
}
section .cta a:hover {
	color: white;
	text-decoration: none;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
section .cta a span {
	display: inline-block;
	margin-left: 5px;
}
section ul {
	list-style: none;
	padding: 0;
}
section ul li {
	margin-bottom: 15px;
	padding-left: 15px;
	position: relative;
}
section ul li:before {
	background-color: black;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 5px;
	float: left;
	margin-left: -12px;
	position: relative;
	top: 0.8em;
	width: 5px;
}

.swiper-slide img {
	height: 45vw;
	min-height: 144px;
}
.slider-text {
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 1.5em;
	left: 20px;
	line-height: 1.2;
	position: absolute;
	top: 20px;
}
.swiper .cta a {
	font-size: .75em;
	margin: 15px 0;
	padding: 15px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
}
.swiper-pagination-bullet {
	background: none;
	border: 2px solid #007a81; /* PETROL */
	bottom: 5px;
    height: 12px;
    opacity: 1;
	width: 12px;
}
.swiper-pagination-bullet-active {
	background-color: #007a81; /* PETROL */
}


footer {
	background-color: #8e8e8e; /* GRAU 3 */
	color: rgba(255, 255, 255, .8);
    font-size: 1.1em;
    line-height: 1.7;
    margin-top: 25px;
    padding: 25px 0 0;
}
footer .row div {
	margin-bottom: 20px;
}
footer h1 {
	font-size: inherit;
	font-weight: bold;
	margin: 0 0 4px;
}
footer h1:not(:first-child) {
	margin-top: 19px;
}
footer ul {
	list-style: none;
	padding: 0;
}
footer li {
	margin: 0;
}
footer a {
	color: inherit;
}
footer a:hover {
	color: white;
}
footer strong {
	display: inline-block;
	line-height: 1.4;
}

footer form {
	margin: 10px 0;
	overflow: hidden;
}
footer input {
	border: 0;
	border-radius: 0;
	color: black;
	display: inline-block;
	float: left;
	font-family: inherit;
	max-width: calc(100% - 105px);
	padding: 5px 8px;
	text-align: center;
	width: calc(100% - 105px);
}
footer input[type=submit], button.btn-default {
	background-color: #007a81; /* PETROL */
	color: white;
	margin-left: 5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	width: 100px;
}
footer input[type=submit]:hover {
	background-color: #ff007b; /* PINK */
}
button.btn-default {
	border: 0;
	border-radius: 0;
	margin: 0;
	width: auto;
}
button.btn-default:hover,
button.btn-default:active,
button.btn-default:focus {
	background-color: #ff007b !important; /* PINK */
	color: white !important;
}


/* Modul 4-Auswahl */
.module-4-counter-container {
	min-height: 49px;
	margin: 60px 0 20px;
}
.module-4-counter {
	background-color: #ff007b; /* PINK */
	border-top: 3px solid white;
	color: white;
	font-family: 'Raleway', sans-serif;
	padding: 3px 15px;
	text-align: center;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
	width: 100%;
	z-index: 99;
}
.module-4-counter.fixed {
	border-radius: 0 0 5px 5px;
	min-width: 290px;
	position: fixed;
	top: 0;
	width: calc(100% - 30px);
}
.module-4-counter.max-modules {
	background-color: limegreen;
}

table.module-4-selection tbody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	max-width: 100%;
}
table.module-4-selection tbody tr {
	display: inline-block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 100%;
	        flex: 0 0 100%;
	margin: 0 0 12px 0;
	overflow: hidden;
	position: relative;
}
table.module-4-selection tbody tr td {
	border: 0 !important;
	display: inline-block;
	float: left;
	padding: 6px 17px;
	width: 60%;
}
table.module-4-selection .table-element-hidden {
	display: none;
}
table.module-4-selection tbody tr td.pub-author {
	padding: 17px 17px 0;
}
table.module-4-selection tbody tr td.pub-cover-image {
	display: inline-block;
	max-width: 149px;
	padding: 17px 0 17px 17px;
	width: 40%;
}
table.module-4-selection tbody tr td.pub-cover-image img {
	border: 1px solid #f5f5f5;
	width: 100%;
}
table.module-4-selection tbody tr td.pub-title {
    width: 100%;
	font-weight: bold;
	padding-top: 0;
}
table.module-4-selection tbody tr td.pub-desc, table.module-4-selection tbody tr td.pub-categories {
	width: 100%;
}
.custom-checkbox input {
    display: none;
}
.custom-checkbox label, .frame span {
    border: 5px solid #f5f5f5; /* GRAU 1 */
    border-radius: 5px;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.custom-checkbox label {
    cursor: pointer;
}
.custom-checkbox input[type=checkbox]:hover + label {
	border-color: #e2e2e2; /* GRAU 2 */
}
.custom-checkbox input[type=checkbox]:checked + label {
	border-color: #007a81; /* PETROL */
}
/* END Modul 4-Auswahl */

.Controller-Order input.form-control, .Controller-Order textarea.form-control, .Controller-Order select.form-control, 
.modernform input.form-control, .modernform textarea.form-control, .modernform select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #666666; /* GRAU 4 */
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: black;
    display: block;
    font-size: inherit;
    font-family: 'Open Sans', sans-serif;
    /*line-height: 1;*/
    max-width: 100%;
    padding: 10px 15px;
    resize: none;
    width: 100%;
}
.Controller-Order .form-horizontal .control-label, 
.modernform .form-horizontal .control-label {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 0;
}
.Controller-Order .custom-select, 
.modernform .custom-select {
    border: 1px solid #666666; /* GRAU 4 */
    overflow: hidden;
    position: relative;
    width: 100%;
}
.Controller-Order .custom-select select, 
.modernform .custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1;
    /*max-width: 110%;*/
    max-width: calc(100% + 50px);
    padding: 0 15px;
    text-indent: 0.01px !important;
    text-overflow: "" !important;
    position: relative;
    /*width: 110%;*/
    width: calc(100% + 50px);
    z-index: 88;
}
.Controller-Order .custom-select select > option, 
.modernform .custom-select select > option {
    padding: 0;
}
.Controller-Order .custom-select::after, 
.modernform .custom-select::after {
    color: #007a81; /* PETROL */
    content: '▾';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.text-danger {
  color: #ff007b; /* PINK */
}
.text-danger.field-validation-error:before {
  background-color: #ff007b; /* PINK */
  border-radius: 0 0 5px 5px;
  color: white;
  content: '!';
  display: inline-block;
  font-weight: bold;
  margin-right: 6px;
  padding: 3px 11px;
}


.features {
	max-width: 100%;
	overflow-x: scroll;
	margin: 40px 0;
}
.features__container {
	position: relative;
}
.features__container.scrollable {
	background-color: white;
}
.features__container:before,
.features__container:after {
	background-color: #8e8e8e; /* GRAU 3 */
	background-image: url('../images/scroll-left-pfeil.png');
	background-image: url('../images/scroll-left-pfeil.png'), none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	content: '';
	display: block;
	height: 30px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -1px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	width: 28px;
	z-index: 99;
}
.features__container:after {
	background-image: url('../images/scroll-right-pfeil.png');
	background-image: url('../images/scroll-right-pfeil.png'), none;
	left: auto;
	right: 0;
}
.features__container.show-left-scroll:before,
.features__container.show-right-scroll:after {
	opacity: 1;
}
.features small {
	font-size: .75em;
}
.features__table {
	font-size: 1.5em;
    margin: 20px 0;
	width: 100%;
}
.features__table th {
	background: #ff007b; /* PINK */
	color: white;
	font-weight: normal;
	border: 10px solid #f5f5f5; /* GRAU 1 */
	border-bottom-width: 20px;
	padding: 15px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 15%;
}
.features__container.scrollable .features__table th {
	border-color: white;
}
.features__table label {
	background: #007a81; /* PETROL */
	border-radius: 0 0 5px 5px;
	color: white;
	cursor: pointer;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	padding: 15px;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	width: 100%;
}
.features__table input[type=radio].radio__module:checked + label {
	background: #ff007b; /* PINK */
}
.features__table input[type=radio].radio__module {
	display: none;
}
.features__table td {
	border-bottom: 2px solid #e2e2e2; /* GRAU 2 */
	padding: 10px 15px;
	position: relative;
	text-align: center;
}
.features__table th:first-child {
	background: none;
	width: 19%;
}
.features__table td:first-child {
	font-size: .75em;
	padding-left: 0;
	text-align: left;
}
.features__table tr:last-child td {
	border: 0;
}
.features__cta {
	margin: 40px 0 30px 0;
}
.cta.content-centered input {
	float: none;
}
span.v {
	background-color: limegreen;
	background-image: url('../images/v.png');
	background-image: url('../images/v.svg'), none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px 20px;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	width: 30px;
}
span.x {
	background-color: darkred;
	background-image: url('../images/x.png');
	background-image: url('../images/x.svg'), none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.module__cell {
	opacity: .25;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: .25;
}

.container__filterfunktion {
	background-color: #f5f5f5; /* GRAU 1 */
    line-height: 1;
	margin-bottom: 15px;
	/*overflow-x: hidden;*/
	padding: 5px 5px 0;
}
.filterfunktion {
	background-color: #007a81; /* PETROL */
    display: inline-block;
    line-height: 0;
    margin-bottom: 5px;
    max-width: 260px;
    width: 100%;
}
.filterfunktion .custom-select {
    border-color: #007a81;
    z-index: 77;
}
.filterfunktion .custom-select select {
    color: white;
    padding: 0 15px 0 30px;
}
.filterfunktion .custom-select option {
    color: #007a81; /* PETROL */
}
.filterfunktion .custom-select::after {
	color: white;
}
.filterfunktion .custom-select::before {
    content: '';
    background-image: url('../images/iconmonstr-filter-2.png');
    background-image: url('../images/iconmonstr-filter-2.svg'), none;
    display: block;
    position: absolute;
    top: 50%;
    height: 16px;
    width: 16px;
    background-size: cover;
    left: 8px;
    margin-top: -8px;
}

.agoBox {
    margin-bottom: 5em;
    width: 640px;
    max-width: 100%;
    background-color: lightgray;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1em;
}

.agoBox .agoPoint {
    margin-bottom: 0.2em;
    padding-left: 2em;
}

.agoBox .v {
    margin-left: -1.7em;
    margin-right: 0.2em;
    height: 1.3em;
    width: 1.3em;
    vertical-align: middle;
}

.agoBox input {
    max-width: initial;
}

.agoBox #ago_no {
    font-size: 1em;
    color: #666666; /* GRAU 4 */
    text-decoration: underline;
    white-space: normal;
}

.agoBox h1 {
    font-weight: bold;
    font-size: 1.9em;
}

.agoBox #ago_check {
    display: none;
}

.agoBox #ago_yes {
    font-size: 1em;
    padding-left: 18px;
    padding-right: 18px;
    background: #ff007b; /* PINK * /
}

/* Falls nicht direkt submit:
.agoBox #ago_yes {
    background: #007a81; /* PETROL * /
}

#ago_check:checked + #ago_yes {
    background: #ff007b; /* PINK * /
}
*/
