 html, body{
	height:100%;
}
*{
	margin:0;
	padding:0;
}
body {
    background-color:white;
}
/* Font */
body, h1, p, div, ul, li{
    font-family: Calibri, Arial, sans-serif;
    font-size: 16.5px;
    line-height: 1.2em;
    color: #555555;
    letter-spacing: 0.4px;
/*    text-shadow:
            -1px -1px 0px #FFF,
            0px -1px 0px #FFF,
            1px -1px 0px #FFF,
            -1px  0px 0px #FFF,
            1px  0px 0px #FFF,
            -1px  1px 0px #FFF,
            0px  1px 0px #FFF,
            1px  1px 0px #FFF;
    -moz-text-shadow:
            -1px -1px 0px #FFF,
            0px -1px 0px #FFF,
            1px -1px 0px #FFF,
            -1px  0px 0px #FFF,
            1px  0px 0px #FFF,
            -1px  1px 0px #FFF,
            0px  1px 0px #FFF,
            1px  1px 0px #FFF;
    -webkit-text-shadow:
            -1px -1px 0px #FFF,
            0px -1px 0px #FFF,
            1px -1px 0px #FFF,
            -1px  0px 0px #FFF,
            1px  0px 0px #FFF,
            -1px  1px 0px #FFF,
            0px  1px 0px #FFF,
            1px  1px 0px #FFF;*/
}
/* page build with sticky footer*/
.body-wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -12em;       /* Höhe von Footer als -margin */
}
.footer, .push-footer {
    height: 12em;               /* Höhe von Footer */
}
/* Content-wrapper */
.body-wrapper {
    width: 100%;
}
.body-head {
    width: 19em;            /*!! Breite der Contentspalte */
    margin: 0 auto;
    /*background-color: beige;*/
    padding-top: 0.5em;
}
.langswitch{color: #555555;float: right;text-decoration: none;font-size: 0.9em;}
.body-content {
    width: 19em;            /*!! Breite der Contentspalte */
    margin: 0 auto;
    /*background-color: beige;*/
    padding-top: 4em;
}
/* Logo */
.logo-img {
    width: 100%;
    max-width: 100%;
}
/* Content */
.content {
    width: 100%;
    max-width: 100%;
    padding-top: 2em;
}
.content-top {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2em;
}
/* content-top rating */
.content-top-rating {
    height: 250px;
    margin-bottom: 0px;
}
.content-middle {
    width: 100%;
    max-width: 100%;
    margin-bottom: 3em;
}
/* content-middle-rating */
.content-middle-rating{
    height: 40px;
}
.content-bottom {
    min-height: 4em;
    width: 100%;
    max-width: 100%;
    margin-bottom: 2em;
}
.content-bottom-textbox {
    height: 2.4em;
}
.content-text-center {
    text-align: center;
}

/* Footer */
.footer-content {
    width: 19em;            /*!! Breite des Footers = Content! */
    margin: 0 auto;
}
.footer-line {
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: #888;
}
.footer-text {
    font-size: 1em;
    /*text-align: justify;*/
}
.footer-text-top {
    padding-top: 1.1em;
}
.footer-content span {
    display: inline-block;
    margin-top: 0.6em;
    width: 60px;
    height: 60px;
    background-image:url(/img/Icon_Mail.png);
    background-size: contain;
    float: left;
}
.footer-help {
    letter-spacing: 0;
    width: 100%;
    height: 60px;
    line-height: 1.4em;
    /*text-align: right;*/
    padding-top: 25px;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.langtr{
    padding-top: 17px!important;
}
.footer-help p {

}
.footer-AGB{
    padding-top: 2em;
    padding-bottom: 0.2em;
    text-align: center;
    word-spacing: 1em;
}
.footer-AGB a {
    font-size: 0.8em;
    text-decoration: none;
    text-shadow: none;
    color: #AAA;
}
.footer-dummy {
    height: 8em;
    width: 100%;
}
/********************/
/****** Module ******/
/********************/
/* Abfrage */
.invis {
    display: none;
}
.abfrage-row {
    margin-top: 1em;
    margin-bottom: 1em;
}
.abfrage-input {
    margin-right: 0.5em;
}
.abfrage-email {
    margin-bottom: 2em;
}
.block {
    display: block;
}
.textarea-abfrage {
    height: 6em;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #b5c6d6;
    background-color: white;
    border-radius: 5px;
    outline: none;
    resize: none;
    width: 100%;
    margin: 15px auto;
    padding:0.5em;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 1.2em;
    color: #555555;
    letter-spacing: 0.4px;
}
/* Login fields */
#main {
    width: 420px;
    padding-top: 2em;
    padding-bottom: 2em;
}
.main-login {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-300px;
    margin-left:-210px;

}
.main-content{
    margin: 0 auto;
}
footer{
}
#logo{
    margin-bottom: 20px;
}
.logo {
    display: block;
    height: 100px;
    width: 420px;
    background-size: contain;
    background-image: url("/img/logo.jpg");
    background-repeat: no-repeat;
    text-indent: 100%;
    overflow: hidden;
    padding-right: -150px;
    margin-bottom: 20px;
}
/* Text settings*/
.paragraph-middle{
    margin-bottom: 0.6em;
    padding-left: 1em;
}
.paragraph-first {
    margin-bottom: 0.6em;
}
.trennung {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
/* Login */
.login-block {
    width: 17em;
    height:4.2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 4px 13px 1px rgba(0,0,0,0.15);
    box-shadow: 4px 4px 13px 1px rgba(0,0,0,0.15);


}

.login-block input {
    width: 230px; /* width + padding-left + 2xborder = width .login-block */
    height: 27px;
    padding-left: 48px;
    border:none;
    background-color:transparent;
    border-left:1px solid white;

}

.login-username {
    position: relative;
    margin-bottom: 13px;
    -webkit-box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    border: 1px solid white;
    border-radius: 5px;
}
.login-username i {
    position: absolute;
    pointer-events: none;
    border-right:1px solid #e5e5e5;
    height:1.5em;
}
.login-username i span{
    margin-top:0px;
}

.login-password {
    position: relative;
    -webkit-box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    border: 1px solid white;
    border-radius: 5px;
}
.login-password i {
    position: absolute;
    height:1.5em;
    pointer-events: none;
    border-right:1px solid #e5e5e5;
}
.login-password i span{
    margin-top:0px;
    margin-left:0px;
}

.login-block .submit{
    position:relative;
    right:-260px;
    top:-60px;
    color:white;
    font-size:1em;
    background-color:white;
    height:50px;
    width:50px;
    padding:0px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
    border:1px solid white;
    -webkit-box-shadow: -6px 6px 21px -5px rgba(0,0,0,0.15);
    -moz-box-shadow: -6px 6px 21px -5px rgba(0,0,0,0.15);
    box-shadow: -6px 6px 21px -5px rgba(0,0,0,0.15);
}

.login-block .submit input{
    position:relative;
    left:5px;
    top:5px;
    color:white;
    font-size:1em;
    height:40px;
    width:40px;
    padding:0px;
    border:1px solid transparent;
    background-image:url('/img/login.png');
    background-size:contain;
    background-repeat:no-repeat;
    cursor: pointer;
}
/*.login-block .submit .dummy_border{
    position:relative;
    left:20px;
    top:2px;
    width:10px;
    height:16px;
    background-color:rgb(255,255,255);
}*/
.login-help {
    margin-top: 2em;
    padding-left: 1em; 
}
@supports (-ms-accelerator:true) {


}
.login-help-text {
    padding-top: 2em;
    /*text-align: justify;*/
}
.login-help-text p{
    margin-bottom: 1.7em;
}
#cookies-no {
    color: #04B431;
    display: none;
}
#cookies-no a{
    color: #04B431;
}
.login-fail p{
    color: #04B431;
    display: block;
}
.login-fail p:first-child {
    margin-bottom: 1.7em;
}
/* Willkommen */
.p_first {
    margin-bottom: 0.6em;
}
/* Error */
.p_error {
    margin-top: 1em;
    font-weight: 600;
    color: #a7160d;
    margin-bottom: 1.5em;
}
/* Spender-content */
.content-bottom-spender{
   height: 4em;   
}

/* List */
.list-block{
    width: 100%;
    max-width: 100%;
    margin-top: 2em;
}
.list {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    height: 4em;
}
.list-item{
    display: inline-block;
    width: 75%;
    max-width: 75%;
    box-sizing: border-box;
    vertical-align: middle;
    height: 100%;
}
.onecoltext{
    margin-top:0;
    line-height: 4em;
    box-sizing: border-box;
}
.twocoltext{
    padding-top: 0.8em;
}
.list-switch{
    width: 22%;
    max-width: 22%;
    box-sizing: border-box;
    padding-top: 1.2em;
    height: 100%;
    
}
.left{
    float: left;
    padding-right: 1em;
}
.right{
    float: right;
}
/* Button */
.weiter-button {
    float: right;
}
.zurueck-button {
    float: left;
}
.los-button {
    margin-top: 5em;
    margin-bottom:5em;
    text-align: center;
}
.sziel{
    text-align: right;
    font-weight:bold;
    font-style: italic;
    margin-top:10px;
}
.button {
    /*-moz-box-shadow:inset 0px 3px 0px -26px #276873;
    -webkit-box-shadow:inset 0px 3px 0px -26px #276873;
    box-shadow:inset 0px 3px 0px -26px #276873;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66bdff), color-stop(1, #19aade));
    background:-moz-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:-webkit-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:-o-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:-ms-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:linear-gradient(to bottom, #66bdff 5%, #19aade 100%);*/
    background-color:#00ade9;
    border:none;
    -webkit-border-radius: 16px / 80% 80% 80% 80%;
    -moz-border-radius: 16px / 80% 80% 80% 80%;
    border-radius: 16px / 80% 80% 80% 80%;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    padding:10px 30px;
    text-decoration: none;
}
.button-navigate {
    /*-moz-box-shadow:inset 0px 3px 0px -26px #276873;
    -webkit-box-shadow:inset 0px 3px 0px -26px #276873;
    box-shadow:inset 0px 3px 0px -26px #276873;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66bdff), color-stop(1, #19aade));
    background:-moz-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:-webkit-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:-o-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:-ms-linear-gradient(top, #66bdff 5%, #19aade 100%);
    background:linear-gradient(to bottom, #66bdff 5%, #19aade 100%);*/
    background-color:#00ade9;
    border:none;
    -webkit-border-radius: 16px / 80% 80% 80% 80%;
    -moz-border-radius: 16px / 80% 80% 80% 80%;
    border-radius: 16px / 80% 80% 80% 80%;
    display: block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    text-decoration: none;
    line-height: 1.6em;
    text-align: center;
    padding:8px 35px;
}
.button3{
    background-color:#00ade9;
    border:none;
    -webkit-border-radius: 16px / 80% 80% 80% 80%;
    -moz-border-radius: 16px / 80% 80% 80% 80%;
    border-radius: 16px / 80% 80% 80% 80%;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    text-decoration: none;
    line-height: 1.4em;
    text-align: center;
    padding:8px 20px;
}

/*.button:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #19aade), color-stop(1, #66bdff));
    background:-moz-linear-gradient(top, #19aade 5%, #66bdff 100%);
    background:-webkit-linear-gradient(top, #19aade 5%, #66bdff 100%);
    background:-o-linear-gradient(top, #19aade 5%, #66bdff 100%);
    background:-ms-linear-gradient(top, #19aade 5%, #66bdff 100%);
    background:linear-gradient(to bottom, #19aade 5%, #66bdff 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#19aade', endColorstr='#66bdff',GradientType=0);
    background-color:#19aade;
}
.button:active {
    position:relative;
    top:1px;
}
*/
/* Cookie Help Page */
.cookie-help p {
    margin-bottom: 1.6em;
}
.cookie-help ul {
    padding-left: 1em;
    list-style-type: decimal;
}
.cookie-help li {
    margin-bottom: 0.4em;
}
.cookie-help li:last-child {
    margin-bottom: 0;
}
/* rating */
.rating {
    position: relative;
    /*margin-left: 0;*/
    margin-top: 25px;
    width: 208px;
    height: 40px;
    padding: 40px 50px;
    border: 1px solid #CCCCCC;
    border-bottom: 2px solid #AAAAAA;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
}
.rating label {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.rating label:not(:first-of-type) {
    padding-right: 2px;
}
.rating label:before {
    content: "\2605";
    font-size: 42px;
    color: #CCCCCC;
    line-height: 1;
    text-shadow: 1px 1px 3px rgba(255,255,255,.9), -1px -1px 2px rgba(0,0,0,.3);
}
.rating input {
    display: none;
}
.rating input:checked ~ label:before, .rating:not(:checked) > label:hover:before, .rating:not(:checked) > label:hover ~ label:before {
    color: #19aade;
}
#rating-text{
    position: relative;
    width: 420px;
    height:30px;
    text-align:center;
    top: 60px;
    left:-100px;
    line-height:27px;
}

.rating input[type="radio"][value*="1"]:checked ~ #rating-text:before{
    content: "„Ich bin nicht zufrieden.“";
}
.rating label:nth-of-type(5):hover ~ #rating-text:before{
    content: "„Ich bin nicht zufrieden.“";
}

.rating input[type="radio"][value*="2"]:checked ~ #rating-text:before{
    content: "„Eher weniger zufrieden.“";
}
.rating label:nth-of-type(4):hover ~ #rating-text:before{
    content: "„Eher weniger zufrieden.“";
}
.rating input[type="radio"][value*="3"]:checked ~ #rating-text:before{
    content: "„Weder zufrieden noch unzufrieden.“";
}
.rating label:nth-of-type(3):hover ~ #rating-text:before{
    content: "„Weder zufrieden noch unzufrieden.“";
}
.rating input[type="radio"][value*="4"]:checked ~ #rating-text:before{
    content: "„Ich bin zufrieden.“";
}
.rating label:nth-of-type(2):hover ~ #rating-text:before{
    content: "„Ich bin zufrieden.“";
}
.rating input[type="radio"][value*="5"]:checked ~ #rating-text:before{
    content: "„Ich bin sehr zufrieden.“";
}
.rating label:nth-of-type(1):hover ~ #rating-text:before{
    content: "„Ich bin sehr zufrieden.“";
}

.spenden-button{
    display:none;
}

.rating input[type="radio"]:checked ~ .spenden-button{
    display:block;
}


/* rating bubble */
.arrow-down {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #AAAAAA;
    bottom: -20px;
    left: 133.5px;
}
.arrow-down:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #dbdbdb;
    left: -20px;
    bottom: 2px;
    content: "";
}
/* Switch */


.list-switch input label {
    margin: 1.5em auto;
}

.list-switch input {
    position: absolute;
    left: -9999px;
}
input:checked + .switch::before {
    background: #19aade;
}
.switch {
    position: relative;
    display: inline-block;
    width: 65px;
    height: 25px;
    cursor: pointer;
    border-radius: 25px;
    transition: 350ms;
    background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.75) 0%, rgba(241,241,241,0.75) 50%, rgba(225,225,225,0.75) 51%, rgba(246,246,246,0.75) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.75) 0%,rgba(241,241,241,0.75) 50%,rgba(225,225,225,0.75) 51%,rgba(246,246,246,0.75) 100%);
    background: linear-gradient(135deg,  rgba(255,255,255,0.75) 0%,rgba(241,241,241,0.75) 50%,rgba(225,225,225,0.75) 51%,rgba(246,246,246,0.75) 100%);
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 -1px rgba(255, 255, 255, 0.7);
}

.switch::before {
    position: absolute;
    content: '';
    width: 57px;
    height: 17px;
    top: 4px;
    left: 4px;
    border-radius: 15px;
    transition: 250ms ease-in-out;
    background: linear-gradient(rgba(55, 55, 55, 0.95), rgba(155, 155, 155, 0.3)), black;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5) inset, 0 1px 1px -1px rgba(255, 255, 255, 0.7);
}

input:checked + .switch::before {
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 2px 0px rgba(0, 0, 0, 0.13) inset;
}

.switch::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    transition: 250ms ease-in-out;
    background: linear-gradient(#f1f1f1 40%, #d3d3d3);
    background-image: url('/img/button.png');
    background-size: 22px 22px;
    background-position: -1px -1px;
    box-shadow: 0 1px 1px -2px rgba(255, 255, 255, 0.9) inset, 0 2px 2px -2px rgba(0, 0, 0, 0.5);
}

input:checked + .switch::after {
    left: 45px;
}


/* Textbox */
textarea {
    height: 12em;
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #b5c6d6;
    background-color: white;
    border-radius: 5px;
    outline: none;
    resize: none;
    width: 100%;
    margin: 15px auto;
    padding:0.5em;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size: 16.5px;
    font-weight: 300;
    line-height: 1.2em;
    color: #555555;
    letter-spacing: 0.4px;
}
/* Behandler */
.behandler-column {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.behandler_item{
    float: left;
    width: 50%;
    max-width: 50%;
    height: 165px;
    box-sizing: border-box;
    text-align: center;
}

.behandler-fieldset {
    border: 0;
}
/* clear radio button */
.behandler-column [type="radio"] {
  border: 0; 
  clip: rect(0 0 0 0); 
  height: 1px; margin: -1px; 
  overflow: hidden; 
  padding: 0; 
  position: absolute; 
  width: 1px;
}
.behandler-column [type="radio"] + label {
    margin: 0 auto;
    display: block;
    cursor: pointer;
    background-color: white;
    width: 6em;
    height: 4em;
    border-radius: 1em;
}
/* unchecked style */
.behandler-column [type="radio"] + label {
    position: relative;
    border: 2px solid #6e6d6e;
    margin-top: 16px;
    margin-bottom: 16px; /* abstand kompensiert dickeren rand wenn checked */
    background-clip: padding-box;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('//images.denticheck.de/icon_man.png');
}

/*checked style */
.behandler-column [type="radio"]:checked + label {
    border: 4px solid #00ade9; 
    margin-top: 14px;         /* 0.005 mehr als bottom (?)*/
    margin-bottom: 14px;    /* kompensiert dickeren rand wenn checked */
}
/* Behandler buttons */

/* Email Input */
.email-block {
    width: 90%;
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 4px 4px 13px 1px rgba(0,0,0,0.10);
    -moz-box-shadow: 4px 4px 13px 1px rgba(0,0,0,0.10);
    box-shadow: 4px 4px 13px 1px rgba(0,0,0,0.10);
    padding-top: 0.6em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-bottom: 0.6em;
}
.email-input {
    width: 100%;
    height: 2.5em;
    -webkit-box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    box-shadow: inset 0px 5px 21px -10px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0.2em;
}
.email-button {
    margin-top: 2em;
    float: right;
}
.email-button-left {
    margin-top: 2em;
    float: left;
}
/* Google+ Button */
.google-button {
    float: left;
}
.google-no-button {
    float: right;
}
/* Home Button (Startseite) */
.home-button {
    text-align: center;
}
/* Button 2 */
.button2 {
    /*-moz-box-shadow:inset 0px 3px 0px -26px #276873;
    -webkit-box-shadow:inset 0px 3px 0px -26px #276873;
    box-shadow:inset 0px 3px 0px -26px #276873;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00ade9), color-stop(1, #19aade));
    background:-moz-linear-gradient(top, #00ade9 5%, #19aade 100%);
    background:-webkit-linear-gradient(top, #00ade9 5%, #19aade 100%);
    background:-o-linear-gradient(top, #00ade9 5%, #19aade 100%);
    background:-ms-linear-gradient(top, #00ade9 5%, #19aade 100%);
    background:linear-gradient(to bottom, #00ade9 5%, #19aade 100%);*/
    background-color:#00ade9;
    border:none;
    -webkit-border-radius: 25px / 80% 80% 80% 80%;
    -moz-border-radius: 25px / 80% 80% 80% 80%;
    border-radius: 25px / 80% 80% 80% 80%;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    line-height: 1.2em;
    text-align: center;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    font-size:14px;
    font-weight:600;
    text-decoration: none;
    padding:10px 0px;
    width: 10em;
}
/* Redirect Site */
.redirect p {
    margin-bottom: 1.6em;
}
.redirect p:last-child {
    color: #555555;
    margin-top: 1.6em;
    margin-bottom: 0;
}
.countdown-button {
    text-align: center;
}
.countdown-button:after{
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
.countdown-button input {
    padding: 10px 0px;
    width: 150px;
}
/* Footer Link Login */
#footer{
    height: 2em;
    text-align: center;
    position: absolute;
    bottom: 0;
    width:100%;
    margin: auto 0;
}
.footer-link {
    margin: auto 0;
    font-size: 0.5em;
    text-decoration: none;
    text-shadow: none;
    color: #AAA;
}
/* Smartphone-help button */
.normal-hide {
    display: none;
}
/* Smartphone Style */
@media only screen and (max-width: 480px) {
    .body-wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -12em;       /* Höhe von Footer als -margin */
    }
    .footer, .push-footer {
        height: 12em;               /* Höhe von Footer */
    }
    /* Content-wrapper */
    .body-wrapper {
        width: 100%;
    }
    .body-content {
        width: 100%;            /*!! Breite der Contentspalte */
        max-width: 21em;
        margin: 0 auto;
        /*background-color: beige;*/
        padding-top: 4em;
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
    }
    .footer-content {
        max-width: 21em;
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
        box-sizing: border-box;
    }
    /* Smartphone-help-button */
    .smartphone-help {
        font-family: Arial,sans-serif;
        margin-right: -0.6em;
        margin-bottom: -0.2em;
        margin-top: -1.4em;
        text-align: center;
        line-height: 1.4em;
        height: 1.4em;
        width: 1.4em;
        font-size: 1.5em;
        font-weight: 600;
        float: right;
        background-color: deepskyblue;
        color: white;
        text-decoration: none;
        border-radius: 1.4em;
    }
    .normal-hide {
        display: block;
    }
    /* Google+ Button */
    .google-button {
        text-align: center;
        float: none;
        margin-bottom: 1.5em;
    }
    .google-no-button {
        text-align: center;
        float: none;
    }
    
}
@media only screen and (max-width: 480px) {
    
}
.form-revote{
     padding: 15px 0 15px 10px;
 }
.form-p+.form-p{
    margin-top: 15px;
}
.form-p label{
    margin-left: 5px;
}
.question-portal-select{
    margin-top: 15px;
    margin-bottom: 25px;
    width: 60%;
    min-width: 200px;
    padding: 4px 4px;
}
.question-portal-select option[data-default]{
    color: red;
    display: none;
}
.close-session-x{
    color: #555555;
    float: right;
    text-decoration: none;
    /*cursor: pointer;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;

    padding-left: 1px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #555;
    border-radius: 50%;*/
}
.close-session-x:hover{
    color: #c81614;
}