@import 'share_social.css';

/* =========================================================
   GLOBAL
   ========================================================= */

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

body {
    width: 100%;
    min-width: 800px;
    margin: 0;
    padding: 0;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

blockquote {
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 4px solid #ccc;
    color: #555;
}

select {
    outline: none;
    border-color: #999;
}

summary:focus {
    outline: none;
}

.viewport_wide {
    display: block;
}

.viewport_small {
    display: none;
}

.center {
    display: block;
    text-align: center;
}

.justify {
    display: block;
    text-align: justify !important;
}

.text_align {
    text-align: left;
}


/* =========================================================
   LAYOUT
   ========================================================= */

.navigation_wrap {
    background-color: #3886cb;
}

.footer_wrap {
    width: 100%;
    border-top: 1px solid #3886cb;
    background-color: #555;
}

.header,
.nav_top,
.content,
.footer {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.header {
    background-color: #fff;
    line-height: 1;
}

.content {
    min-height: 700px;
    padding: 10px 30px 5px;
    background-color: #fff;
}


/* =========================================================
   HEADER / LOGO
   ========================================================= */

.logo {
    display: block;
    padding: 30px 0 25px 30px;
    background-color: #fff;
}

.logo .slogan {
    margin: 5px 0 10px 8px;
    color: #111;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: -1px;
    text-transform: uppercase;
}


/* =========================================================
   NAVIGATION
   ========================================================= */

.nav_top {
    background-color: #3886cb;
    line-height: 1;
}

.nav_top ul {
    height: 55px;
    margin: 0;
    padding: 0;
}

.nav_top ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.nav_top a {
    display: inline;
    float: left;
    padding: 20px 12px;
    color: #fff;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: -1px;
    text-decoration: none;
}

.nav_top a:hover {
    background-color: #356ba7;
}

.mnu_beispiele a {
    background-color: #e54f47;
}

.mnu_editor a,
.mnu_login a {
    background-color: #e97038;
}

.mnu_editor a:hover,
.mnu_login a:hover {
    background-color: #f98048;
}

.mnu_faq a {
    margin-right: 15px;
}

.btn_account_add {
    padding: 0 0 15px 10px;
    background: url(/templates/default/buttons/arrow_blue_right.gif) no-repeat 0 4px;
    font-weight: bold;
}


/* =========================================================
   FOOTER
   ========================================================= */

.footer {
    padding: 15px 20px 40px;
    color: #ddd;
}

.footer .c1 {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.footer .c2 {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.footer span {
    display: block;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 900;
}

.footer a {
    display: block;
    color: #ddd;
    font-weight: 100;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer_bottom {
    margin-top: 30px;
    padding: 20px 20px 0;
    border-top: 1px solid #aaa;
    color: #aaa;
    font-size: 95%;
    text-align: center;
}


/* =========================================================
   BASIC HEADINGS / ELEMENTS
   ========================================================= */

h1 {
    margin: 15px 0 10px;
    color: #111;
    font-size: 28px;
    letter-spacing: -1px;
}

h2 {
    color: #111;
    font-size: 24px;
}

h4 {
    color: #111;
    font-size: 18px;
}

h5 {
    margin: 20px 0 10px;
    color: #111;
    font-size: 18px;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
}

a {
    border: none;
    color: #207cc1;
}

a:hover {
    text-decoration: none;
}

.headline {
    margin: 15px 0 10px;
    color: #111;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -1px;
}

form {
    margin: 0;
    padding: 0;
}

.list ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.list li {
    margin: 0;
    padding: 2px 0;
}

.border {
    border: 2px solid #ddd;
}

.border_radius {
    border-radius: 9px;
}

.border_top {
    padding-top: 10px !important;
    border-top: 1px solid #eee;
}

.impressum {
    font-size: 18px;
    letter-spacing: -2px;
}


/* =========================================================
   GENERAL BOXES / COLUMNS
   ========================================================= */

.box_25 {
    float: left;
    width: 26%;
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: top;
}

.box_25 h2 {
    margin: 15px 0 0;
    padding: 0;
    font-size: 20px;
    letter-spacing: 0;
}

.box_75 {
    float: left;
    width: 74%;
    padding: 0 0 20px;
    vertical-align: top;
}

.box_33 {
    float: left;
    width: 33.33%;
    padding: 15px 30px 30px;
    text-align: left;
    vertical-align: top;
}

.box_33 img {
    width: 100%;
    height: auto;
}

.box_33 h2 {
    margin-left: 0;
    padding-left: 0;
}

.box_50 {
    float: left;
    width: 49%;
    padding: 0 20px 0 10px;
    text-align: left;
}

.box_50_end {
    float: left;
    width: 49%;
    padding: 0 5px 0 25px;
    text-align: left;
}

.box_66 {
    float: left;
    width: 60%;
    padding: 15px 15px 0 40px;
    vertical-align: top;
}

.box_66 ul {
    padding-left: 15px;
}

.formular_login {
    float: left;
    width: 75%;
}


.box_info_50 {
	display: flex;
	flex-wrap: wrap;
	xgap: 30px;
	background-color: #f0f8ff;
}

.box_info50_content {
	flex: 1 1 calc(50% - 15px);
	box-sizing: border-box;
	padding:10px 30px 10px 30px;
	text-align: justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
}

.box_info50_content ul{
	padding: 0 0 0 20px;}

@media (max-width: 700px) {
	.box_info50_content {
		flex: 1 1 100%;
	}
}


.formular_content {
    float: left;
    width: 25%;
    padding: 0 20px 0 10px;
}


/* =========================================================
   LANDINGPAGE
   ========================================================= */

.landingpage {
    padding-right: 20px;
    padding-left: 20px;
}

.landingpage video,
.landingpage .examples {
    margin-top: 20px;
}

.landingpage .box_75 {
    text-align: justify;
    hyphens: auto;
}

.landingpage .box_33 {
    padding-left: 5px;
}

.landingpage .box_33 h2 {
    margin-top: 15px;
    padding-top: 0;
    font-size: 30px;
    line-height: 1.2;
}

.landingpage .box_66 {
    width: 66%;
    padding-right: 5px;
    hyphens: auto;
}

.landingpage .link {
    padding: 10px 0;
}

.landingpage .thre_steps {
    margin-bottom: 20px;
    padding: 20px 30px 10px;
    font-size: 95%;
}


/* =========================================================
   THREE STEPS
   ========================================================= */

.thre_steps2 {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 40px 20px;
    overflow: hidden;
    background: #e9f0f7;
}

.thre_steps2 > a:has(.steps_image) {
    float: right;
    width: 25%;
    margin: 0 0 20px 35px;
}

.thre_steps2 .steps_image {
    display: block;
    width: 100%;
    height: auto;
}

.thre_steps2 figure {
    margin: 0;
}

.thre_steps2 > strong,
.thre_steps2 > h1 {
    display: block;
    margin: 0 0 18px;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
}

.thre_steps2 ol {
    margin: 20px 0 15px;
    padding: 5px 0 0 40px;
    counter-reset: my-awesome-counter;
    list-style: none;
}

.thre_steps2 ol li {
    position: relative;
    margin: 0 0 1.1rem;
    padding-top: 5px;
    font-size: 18px;
    line-height: 1.5;
    counter-increment: my-awesome-counter;
}

.thre_steps2 ol li::before {
    --size: 32px;

    position: absolute;
    top: 0;
    left: calc(-1 * var(--size) - 10px);
    width: var(--size);
    height: var(--size);
    color: #fff;
    background: #4e85c6;
    border-radius: 50%;
    content: counter(my-awesome-counter);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: var(--size);
    text-align: center;
}

.thre_steps2 .steps_link {
    display: inline-flex;
    margin: 20px 0 0 40px;
}

.thre_steps {
    margin-top: 10px;
    padding: 30px;
    background-color: #e9f3fb;
    font-size: 95%;
    text-align: left;
}

.thre_steps .steps_link {
    display: block;
    margin-left: 40px;
}

.thre_steps figure {
    float: right;
    display: block;
    width: 25%;
    height: auto;
    margin: 0 0 0 40px;
    padding: 5px;
}

.thre_steps figcaption {
    color: #333;
    font-size: 70%;
    text-align: center;
}

.thre_steps img {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
}

.thre_steps h1,
.thre_steps strong {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -1px;
}

.thre_steps ol {
    display: block;
    float: left;
    width: 70%;
    margin-top: 25px;
}

ol {
    padding: 5px 0 0 40px;
    counter-reset: my-awesome-counter;
    list-style: none;
}

ol li {
    position: relative;
    margin: 0 0 1.1rem;
    padding-top: 5px;
    font-size: 18px;
    counter-increment: my-awesome-counter;
}

ol li::before {
    --size: 32px;

    position: absolute;
    top: 0;
    left: calc(-1 * var(--size) - 10px);
    width: var(--size);
    height: var(--size);
    color: #fff;
    background: #4e85c6;
    border-radius: 50%;
    content: counter(my-awesome-counter);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: var(--size);
    text-align: center;
}

.thre_steps_index {
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.thre_steps_index img {
    float: left;
    width: 25%;
    margin-right: 30px;
}

.thre_steps_index ol li::before {
    padding-top: 0;
    margin-top: 9px;
}


/* =========================================================
   MESSAGES / INFORMATION
   ========================================================= */

.msg_error,
.my_message_error {
    width: 550px;
    margin: 40px auto 150px;
    padding: 20px;
    color: #111;
    background-color: #e1f1f8;
    border-radius: 9px;
    font-size: 99%;
}

.msg_error h4,
.my_message_error h4 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #111;
    font-size: 20px;
}

.msg_error span,
.my_message_error span {
    font-weight: bold;
}

.msg_error p,
.my_message_error p {
    margin: 0;
    padding: 1px;
}

.msg_error .btn_back,
.my_message_error .btn_back {
    padding-top: 10px;
}

.msg_error .btn_back a,
.my_message_error .btn_back a {
    display: block;
    width: 150px;
    margin: auto;
    padding: 10px;
    color: #fff;
    background-color: #188ccb;
    border-radius: 5px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.msg_error .btn_back a:hover,
.my_message_error .btn_back a:hover {
    background-color: #fa6720;
}

.box_info {
    margin: 20px 0;
    padding: 20px 30px 10px;
    background-color: #f0f8ff;
}

.box_info h2,
.box_linklist h2 {
    color: #3672a4;
}

.box_info h3,
.box_linklist h3 {
    color: #3672a4;
    text-align: center;
}

.box_info h4,
.box_linklist h4 {
    margin: 0 0 15px;
    padding: 0;
    color: #111;
    font-size: 18px;
}

.box_info img,
.box_linklist img {
    float: left;
    width: 24%;
    height: auto;
    margin-right: 30px;
}

.box_linklist {
    margin: 20px 0;
    padding: 20px 30px 10px;
    background-color: #e9f3fb;
}

.box_linklist ul {
    margin: 20px 0 0;
    padding: 0 15px 15px 0;
}

.box_linklist li {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.box_linklist li a {
    text-decoration: none;
}

.box_linklist li a:hover {
    text-decoration: underline;
}

.box_center h3 {
    text-align: center !important;
}

.info {
    margin-top: 20px;
    padding: 10px 0 0 19px;
    border-top: 1px solid #aaa;
    color: #444;
    font-size: 14px;
}

.info li {
    padding: 5px 0;
}

.tipp {
    margin: 15px 0 10px;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    color: #666;
}


/* =========================================================
   BANNER
   ========================================================= */

.banner_190 {
    margin-top: 40px;
    text-align: center;
}

.banner_730 {
    display: block;
    margin: 20px 0;
    padding: 10px;
    background-color: #eee;
    text-align: center;
}

.banner_footer {
    display: block;
    margin: 40px -20px 15px;
    padding: 10px 10px 5px;
    background-color: #eee;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}

.banner_footer small {
    color: #aaa;
    font-size: 12px;
}


/* =========================================================
   FAQ
   ========================================================= */

.faq {
    margin: 20px 0;
    padding: 30px 30px 10px;
    background-color: #f2f2f2;
    text-align: left;
}

.faq h2 {
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 130% !important;
}

.faq details {
    border-top: 1px solid #ddd;
}

.faq summary {
    position: relative;
    padding: 16px 40px 16px 0;
    cursor: pointer;
    font-weight: bold;
    list-style: none;
}

.faq summary::-webkit-details-marker {
    display: none;
}

.faq summary::after {
    position: absolute;
    top: 50%;
    right: 10px;
    content: "+";
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: normal;
}

.faq details[open] summary::after {
    content: "−";
}

.faq-answer {
    padding: 0 40px 18px 0;
    line-height: 1.6;
}


/* =========================================================
   CATEGORIES / PARTNER
   ========================================================= */

.box_partner {
    float: left;
    width: 265px;
    height: 90px;
    margin: 10px;
    padding: 10px 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.box_category {
    float: left;
    width: 31%;
    margin: 10px;
    padding: 10px 5px;
    border: 1px solid #ccc;
    text-align: center;
}

.box_category img {
    width: 100%;
    height: auto;
}

.category {
    float: left;
    width: 47.5%;
    min-height: 470px;
    margin: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px 2px #ddd;
    text-align: center;
}

.start_category_wrap {
    margin: 0 -10px 20px;
}

.start_category {
    float: left;
    display: block;
    width: 23%;
    margin: 1% 1% 2%;
    padding: 7px 10px;
    border: 1px solid #fff;
    background-color: #e9f3fb;
    text-align: center !important;
}

.start_category a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.start_category a .btn:hover {
    background-color: #e77038;
}

.start_category img {
    width: 100%;
    height: auto;
}

.start_category .btn {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #4e85c6;
    font-size: 75%;
}

.start_category figure {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
}

.start_category figcaption {
    min-height: 45px;
    font-size: 80%;
}

.image_list {
    float: left;
    display: block;
    width: 24.7%;
    margin: 2px 1px 5px;
    padding: 5px;
    border: 1px solid #fff;
    background-color: #e9f3fb;
    text-align: center !important;
}

.image_list a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.image_list img {
    width: 100%;
    height: auto;
    padding: 5px 5px 0;
}

.image_list figure {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    text-decoration: none;
}

.image_list figcaption {
    min-height: 58px;
    max-height: 58px;
    padding: 0 3px 0 5px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
}


/* =========================================================
   CONTENT START
   ========================================================= */

.content_start {
    float: left;
}

.content_start h2 {
    margin: 0;
    padding: 0;
    color: #0f6cae;
    font-size: 22px;
}

.start_category_info ul {
    float: left;
    min-width: 480px;
    margin: 0 0 10px 15px;
    padding: 0;
    line-height: 1.4;
}

.start_category_info a {
    display: block;
}

.content_start_top {
    min-height: 250px;
    margin: -7px -20px 10px;
    background: #e9f1f8 url('/templates/default/img/header_blue10.png') no-repeat right bottom;
    line-height: 1.2;
}

.content_start_top_content_box {
    float: left;
    width: 675px;
}

.content_start_top_content {
    padding: 10px 20px 10px 45px;
}

.content_start_top_content h1 {
    width: 520px;
    margin-top: 20px;
    color: #3988cb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -1px;
}

.content_start_top_content span {
    display: block;
    margin-top: 30px;
    color: #444;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 0;
    text-align: left;
}

.content_start_top_content strong {
    font-weight: 900;
}

.content_start_footer {
    margin-bottom: 10px;
}

.start_footer {
    margin-top: 30px;
    text-align: left;
}

.start_footer h3 {
    margin: 0 0 20px 30px;
    padding: 0;
    color: #0f6cae;
    font-size: 32px;
    letter-spacing: -1px;
    text-align: left;
}

.start_footer h2 {
    margin: 0 0 20px 30px;
    padding: 0;
    font-size: 32px;
    letter-spacing: -1px;
    text-align: center;
}

.start_footer strong {
    text-align: center;
}

.start_footer li {
    margin: 0 0 10px 30px;
    padding: 0 0 0 27px;
    background: url('/templates/default/icons/checkmark-blue-16.png') no-repeat 0 1px;
}

.start_footer p {
    padding: 5px 20px;
    text-align: center;
}

.start_footer span {
    display: block;
    padding: 13px;
    color: #555;
    font-size: 96%;
    text-align: justify;
}


/* =========================================================
   CONTENT COLUMNS
   ========================================================= */

.content_2_left {
    float: left;
    width: 870px;
    min-height: 690px;
    margin-top: 20px;
    padding: 0 20px 20px 0;
    border-right: 1px solid #eee;
}

.content_2_left img {
    margin-right: 30px;
    padding: 2px;
}

.content_2_left h1,
.content_3_left h1 {
    margin: 0 0 10px;
    font-size: 25px;
}

.content_2_right {
    float: left;
    width: 190px;
    margin: 20px 0 0 20px;
}

.content_2_right h4,
.content_2_right h5,
.content_3_right h4,
.content_3_right h5 {
    margin: 0 0 10px;
    font-size: 16px;
}

.content_2_right ul,
.content_3_right ul {
    margin: 0;
    padding: 0;
}

.content_2_right li,
.content_3_right li {
    padding: 4px 0;
    list-style: none;
}

.content_3_left {
    float: right;
    width: 890px;
    min-height: 690px;
    padding: 0 20px 20px 30px;
    border-left: 1px solid #eee;
}

.content_3_left img {
    margin-right: 30px;
    padding: 2px;
}

.content_3_right {
    float: left;
    width: 190px;
    margin: 20px 0 0 20px;
}


/* =========================================================
   LOGIN
   ========================================================= */

#login_box {
    float: left;
    width: 225px;
    height: 215px;
    margin: 15px 0 0 20px;
    background-color: #eee;
    border: 2px solid #fff;
    border-radius: 9px;
    opacity: 0.86;
}

#login {
    padding: 10px 20px 0;
}

#login span {
    display: block;
    margin: 3px 0 10px;
    padding: 0;
    color: #666;
    font-size: 16px;
    font-weight: 900;
}

#login a {
    font-size: 12px;
}

#login label {
    display: block;
    color: #555;
    font-size: 12px;
}

.loginfield {
    width: 185px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 12px;
}

.loginfield:focus {
    background-color: #fef198;
}

#login input[type=submit] {
    width: 185px;
    height: 35px;
    background-color: #aaa;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
}

#login input[type=submit]:hover {
    background-color: #fa6720;
}

.link_wrapper {
    margin: 7px 0 9px;
    text-align: center;
}


/* =========================================================
   FORMULAR
   ========================================================= */

.formular {
    margin: 0;
    border-radius: 5px;
    font-size: 99%;
}

.formular fieldset {
    margin: 0 0 10px;
    padding: 5px 20px 10px;
    border: none;
    background-color: #f6f6f6;
}

.formular h3 {
    margin: 10px 0 10px -5px;
    padding-bottom: 3px;
    color: #333;
    font-size: 18px;
}

.formular .text {
    width: 100%;
    padding: 5px;
    border: 2px solid #ddd;
}

.formular label {
    padding: 6px 0 0;
    font-size: 12px;
}

.formular input {
    margin-bottom: 10px;
    padding: 3px;
    border: none;
    font-size: 15px;
}

.formular input:focus,
.formular textarea:focus {
    background-color: #fef198;
}

.formular textarea {
    display: block;
    margin-bottom: 10px;
    padding: 3px;
    border: none;
    font-size: 12px;
}

.formular .checkbox {
    display: inline;
    float: left;
    width: 20px;
    margin-right: 5px;
}

.formular .radio {
    display: inline;
    width: 20px;
}

.formular select {
    display: block;
    margin-bottom: 10px;
    padding: 3px;
    border: none;
    font-size: 12px;
}

.formular hr {
    border: none;
    border-top: 1px solid #ccc;
}

.formular input[type=submit] {
    display: block;
    width: 100%;
    margin: 20px  0 20px 0;
    padding: 15px 0;
    border: none;
    background: #298a08;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    -webkit-appearance: none;
}

.formular input[type=submit]:hover {
    background-color: #267c09;
}

.formular_hidden {
    display: none;
}


/* =========================================================
   ACCOUNT FORM FIELDS
   ========================================================= */

.user_name_fields,
.user_password_fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
}

.user_name_fields label,
.user_password_fields label {
    display: block;
}

.user_name_fields input,
.user_password_fields input {
    display: block;
    width: 100%;
    box-sizing: border-box;
}


/* =========================================================
   EDITOR
   ========================================================= */

#document_editor {
    width: 100%;
    margin-bottom: 20px;
}

#document_editor .ui-widget-header {
    border: none;
    background: #ccc;
}

#document_editor.ui-state-hover {
    border: none !important;
}

#document_editor .ui-corner-top {
    border: none !important;
}

#document_editor select {
    color: #111;
    font-size: 1.1em;
}

.urkunde_input {
    float: left;
    width: 780px;
    margin-right: 5px;
}

.urkunde_prev {
    float: left;
    width: 335px;
    height: 480px;
    margin-left: 7px;
}

.line {
    margin: 7px 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

#document_prev {
    height: 470px;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #999;
    background: #fff url('/templates/default/img/bg_prev_leer.jpg');
}

.urkunde_prev h3,
.urkunde_input h3 {
    margin: 5px 0 3px;
    color: #000;
    font-size: 12px;
}

#image_prev {
    background-color: #fff;
}

#image_prev img {
    width: 100%;
    height: auto;
}

#my_masters {
    margin-top: 5px;
}

.my_masters th {
    padding: 10px 15px 3px 7px;
    background-color: #cce2f1;
    font-weight: 900;
}

.my_masters td {
    padding: 9px 9px 9px 5px;
    border-bottom: 1px solid #fff;
}

.my_masters .row_light,
.my_masters .row_dark {
    border-bottom: 1px solid #ddd;
}

#document_border div {
    display: inline-table;
    margin: 1px 1px 2px;
    padding: 1px;
    border: 1px solid #bbb;
}

#document_border div:hover {
    border-color: cornflowerblue;
}

#document_border img {
    width: 95px;
    height: 95px;
    border: none;
}

.document_bg_thumb {
    float: left;
    margin: 2px;
    padding: 2px !important;
}

.document_bg_thumb a {
    display: inline-table;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bbb;
}

.document_bg_thumb a:hover {
    border-color: cornflowerblue;
}

.document_bg_thumb img {
    width: 97px;
    height: 130px;
    margin: 0 !important;
    padding: 3px !important;
    border: none;
}

.document_bg_ajaxloader {
    margin: 50px 0 0 225px;
}

.hidden input {
    display: none;
    width: 0;
    height: 0;
    border: none;
}

.ui {
    font-size: 8px;
}


/* =========================================================
   JQUERY UI / TABS
   ========================================================= */

.ui-dialog-content {
    font-size: 80% !important;
}

.ui-dialog-title {
    font-size: 12px;
}

.ui-dialog-buttonset {
    font-size: 13px;
}

.ui-resizable-handle {
    background-image: none !important;
}

#tabs {
    min-height: 695px;
    height: auto !important;
    margin-bottom: 0;
    font-size: 14px;
}

#tabs-1,
#tabs-2,
#tabs-3,
#tabs-4,
#tabs-5 {
    padding: 20px 10px 10px;
}


/* =========================================================
   FONT / EDITOR CONTROLS
   ========================================================= */

.fontstyle {
    padding: 7px 0 5px 5px;
    border: 1px solid #ccc;
    background-color: #fafafa;
}

.fontstyle .select {
    height: 14px;
    padding: 3px 0 3px 3px;
    font-size: 90%;
}

.fontstyle input,
.fontstyle textarea {
    display: block;
    width: 98%;
    margin: 16px 0 10px 5px;
    padding: 7px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.fontstyle textarea {
    height: 75px;
}

.button_border {
    border: none;
}

.button_big {
    width: 590px;
    margin: 10px 0 150px 140px;
}

.button_big a {
    display: block;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    background-color: #fa6720;
    cursor: pointer;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
}

.button_big a:hover {
    background-color: #0483bc;
    text-decoration: none;
}

.width_75 {
    width: 90%;
    margin: 30px auto;
}

.width_100 {
    width: 100%;
    margin: 5px 0 20px;
}

.btn_back {
    margin-top: 20px;
}


/* =========================================================
   EDITOR BUTTONS
   ========================================================= */

#btn_print_gray {
    float: left;
    width: 105px;
    height: 35px;
    margin-left: 9px;
    background: #aaa url(/templates/default/icons/download-2-24.png) no-repeat 5px 3px;
}

#btn_print {
    display: block;
    float: left;
    width: 105px;
    height: 35px;
    padding: 8px 0 0 37px;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

#btn_print:hover,
.btn_save:hover,
.btn_preview:hover {
    cursor: pointer;
    text-decoration: underline;
}

.btn_save {
    float: left;
    width: 105px;
    height: 35px;
    margin-left: 9px;
    padding: 9px 0 6px 37px;
    color: #fff;
    background: #188ccb url(/templates/default/icons/cloud-storage-24.png) no-repeat 5px 4px;
    font-size: 13px;
    text-decoration: none;
}

.btn_preview {
    float: left;
    width: 105px;
    height: 35px;
    margin-top: 0;
    padding: 9px 0 6px 37px;
    color: #fff;
    background: #188ccb url(/templates/default/icons/document-2-24.png) no-repeat 5px 6px;
    font-size: 13px;
    text-decoration: none;
}

.btn_update_large {
    width: 100%;
    margin-top: 15px;
    padding: 12px 0;
    color: #fff;
    background-color: #188ccb;
    text-align: center;
    text-decoration: none;
}

.btn_update_large:hover {
    cursor: pointer;
    text-decoration: underline;
}


/* =========================================================
   PRICES
   ========================================================= */

.pricelist {
    width: 100%;
    margin-bottom: 30px;
}

.pricelist td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #f2f2f2;
    text-align: center;
}

.pricelist .title {
    padding: 20px 0;
    color: #fff;
    background-color: #4597c1;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.pricelist .field {
    width: 150px;
    padding: 20px 20px 20px 10px;
    color: #666;
    text-align: left;
}

.pricelist .price {
    font-size: 22px;
    font-weight: 900;
}

.pricelist .order a {
    display: block;
    padding: 20px;
    color: #fff;
    background-color: #fa6720;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
}

.pricelist .order a:hover {
    background-color: #0483bc;
}

.price_info {
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}


/* =========================================================
   TABLES / STRIPES
   ========================================================= */

.xtab_stripe {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 14px;
}

.xtab_stripe .stripe_light,
.xtab_stripe .stripe_dark {
    padding: 7px 10px 7px 5px;
    border-bottom: 1px solid #ddd;
}

.xtab_stripe .stripe_light {
    background-color: #f7f7f7;
}

.xtab_stripe .stripe_dark {
    background-color: #f2f2f2;
}

.xtab_stripe span {
    font-size: 11px;
    font-weight: bold;
}

.stripe_light,
.stripe_dark {
    padding: 3px;
}

.li_table {
    border-bottom: 1px solid #ccc;
}


/* =========================================================
   NEWS / PAGINATION
   ========================================================= */

.news .tab_stripe {
    border: none;
}

.news .stripe_light,
.news .stripe_dark {
    padding: 0 0 20px;
    border: none;
    background-color: #fff;
}

.pagination_button a,
.pagination_button_current a {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin: 5px 5px 0 0;
    padding-top: 6px !important;
    border: none !important;
    border-radius: 3px;
    color: #fff !important;
    background-color: #aaa;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.pagination_button_current a {
    background-color: #428ac6;
}

.pagination_button a:hover,
.pagination_button_current a:hover {
    text-decoration: underline;
}


/* =========================================================
   ALERTS / SITEMAP
   ========================================================= */

.script_alert {
    margin-bottom: 20px;
    padding: 20px;
    border: 3px solid red;
    border-radius: 5px;
    color: #d87906;
    background-color: #fcf1ce;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}

#accordion_sitemap h2 {
    padding: 5px 0 5px 30px;
    font-size: 15px;
    font-weight: bold;
}

#accordion_sitemap a {
    color: #207cc1;
    text-decoration: none;
}

#accordion_sitemap a:hover {
    text-decoration: underline;
}


/* =========================================================
   FONT SIZE SLIDER
   ========================================================= */

.fontsize_slider_box {
    float: left;
    height: 21px;
    margin: 0 5px 0 2px;
    padding: 2px 2px 0 7px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #fafafa url('/templates/default/img/slider_bg.png') no-repeat left -3px;
}

.fontsize_slider_box input {
    float: left;
    width: 30px;
    margin: 0 4px 2px -2px;
    padding: 0;
    border: 0;
    background-color: #fafafa;
    font-size: 10px !important;
    font-weight: 600;
}

.fontsize_slider,
.fontsize_slider2 {
    float: left;
    width: 56px;
    margin: 2px 20px 0 14px;
}


/* =========================================================
   TUTORIAL
   ========================================================= */

.tutorial {
    margin-top: 20px;
}

.tutorial h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #111;
    line-height: 1.2;
}

.tutorial li {
    list-style: disc !important;
}

.tutorial .box_footer,
.tutorial .box_right,
.tutorial .box_left {
	text-align: left;
    margin-top: 20px;
    border-top: 1px solid #ccc;
}

.tutorial .box_footer {
    margin-bottom: 10px;
    padding: 15px 15px 0 10px;
    border-top-color: #bbb;
}

.tutorial .box_right {
    margin-bottom: 20px;
    padding: 25px 0 0 10px;
}

.tutorial .box_left {
    margin-bottom: 10px;
    padding: 15px 10px 0 0;
}

.box_right .box_text {
    float: left;
    width: 35%;
    margin-right: 35px;
    color: #111;
}

.box_right .box_image,
.box_left .box_image {
    width: 60%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 5px 5px #ddd;
    text-align: center;
}

.box_right .box_image {
    float: left;
}

.box_left .box_text {
    float: right !important;
    width: 35%;
    margin-left: 35px;
    color: #111;
}

.box_left .box_image {
    float: right;
}


/* =========================================================
   GALLERY
   ========================================================= */

.image_gallery {
    text-align: center;
}

.nav_gallery {
    margin-bottom: 20px;
    padding: 20px 10px;
    background-color: #e9f3fb;
    text-align: left;
}

.nav_gallery .image_gallery {
    margin: 7px;
}

.nav_gallery a {
    display: block;
    float: left;
    width: 25%;
    padding: 5px 20px;
    text-decoration: none;
}

.nav_gallery a:hover {
    text-decoration: underline;
}

.image_gallery_image {
    float: left;
    width: 20%;
    padding: 5px;
    font-size: 15px;
    text-align: center;
}

.image_gallery_image span {
    display: block;
    min-height: 45px;
}

.image_gallery_image img {
    width: 100%;
    height: auto;
}

.image_gallery_image figure {
    margin: 0 !important;
    padding: 0 !important;
}

.image_gallery_detail {
    margin: 15px 0 -20px;
    padding: 9px;
    background-color: #f8f3eb;
}

.image_gallery img {
    padding: 5px;
    background-color: #f9f3eb;
}

.image_gallery h2 {
    margin-left: 7px;
}


/* =========================================================
   VORLAGEN / LANDING
   ========================================================= */

.vorlagen_left {
    float: left;
    width: 40%;
    margin-top: 17px;
    margin-right: 5px;
}

.vorlagen_left_image {
    width: 380px;
    margin-bottom: 10px;
}

.vorlagen_left_image img {
    width: 100%;
    height: auto;
    margin: 2px;
    padding: 5px;
    border: 30px solid #ddd;
}

.vorlagen_right {
    float: left;
    width: 55%;
    margin: 17px 0 0 20px;
    padding-left: 20px;
}

.vorlagen_right h1 {
    margin-top: 0;
    padding-top: 0;
}

.vorlagen_right a,
.landing_right a {
    text-decoration: none;
}

.vorlagen_right a:hover,
.landing_right a:hover {
    text-decoration: underline;
}

.landing_left {
    float: left;
    width: 310px;
    min-height: 530px;
    margin-top: 17px;
    padding-right: 20px;
}

.landing_left img {
    width: 300px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #eee;
}

.landing_right {
    float: left;
    width: 520px;
    margin-left: 20px;
}


/* =========================================================
   HOME
   ========================================================= */

.home {
    padding: 0 10px;
    text-align: left;
}

.home .headline {
    display: block;
    margin: 20px 0 0;
    padding: 30px 20px;
    color: #1b5171;
    background-color: #cce6fc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -3px;
    text-align: left;
}

.home h2 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
}

.home h3 {
    margin: 10px 0 0;
    padding: 0;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1px;
}

.home .box_33,
.home .box_33_last {
    float: left;
    width: 40%;
    padding: 10px 0;
}

.home .box_33 img,
.home .box_33_last img {
    float: left;
    width: 80%;
    height: auto;
    margin: 0 10px 10px 0;
    border: 3px solid #f9f3eb;
}

.examples .start_category {
    border: none !important;
}

.clearfix::after {
    display: table;
    clear: both;
    content: "";
}


/* =========================================================
   COOKIE BAR
   ========================================================= */

#cookie-bar {
    height: auto;
    margin-bottom: 0;
    padding: 3px 50px;
    border-top: 2px solid #fff;
    color: #fff;
    background: #333;
    font-size: 90%;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    top: auto;
    bottom: 0;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
}

#cookie-bar a {
    display: inline-block;
    margin-left: 8px;
    padding: 0 6px;
    border-radius: 2px;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
}

#cookie-bar .cb-enable,
#cookie-bar .cb-disable,
#cookie-bar .cb-policy {
    background-color: #666;
}

#cookie-bar .cb-enable:hover,
#cookie-bar .cb-disable:hover,
#cookie-bar .cb-policy:hover {
    background-color: #555;
}


/* =========================================================
   CUSTOMER HELP
   ========================================================= */

.customerhelp {
    margin-bottom: 20px;
}

.customerhelp h4 {
    margin: 0;
}

.customerhelp img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 10px;
    border-radius: 50px;
}

.customerhelp_content {
    float: left;
    font-size: 17px;
}

.customerhelp_content .employer {
    font-size: 28px;
    font-weight: 900;
}

.customerhelp_content .open {
    font-size: 11px;
    font-weight: 100;
}

.benefit {
    font-size: 90%;
}

.benefit p {
    margin: 5px 0 19px;
}


/* =========================================================
   FEEDBACK
   ========================================================= */

.box_feedback {
    margin: 0 0 20px;
    padding: 25px 40px;
    background-color: #faf6db;
    font-style: italic;
}

.box_feedback span {
    font-size: 110%;
    font-style: italic;
}

.feedback {
    margin: auto;
    padding: 20px 10px;
    background-color: #f5f5f5;
    text-align: left !important;
}

.feedback_headline {
    display: block;
    margin: 10px 0 10px 20px;
    padding: 0;
    font-size: 16px;
    font-weight: 900;
}

.feedback .user {
    font-style: italic;
}

.feedback .answer,
.feedback .question {
    margin: 10px;
    padding: 10px;
}

.feedback .answer .icon {
    float: left;
    width: 24px;
    height: 30px;
    background: url("/templates/default/icons/answer_24.png") no-repeat left 5px;
}

.feedback .answer .message,
.feedback .answer .user {
    padding-left: 40px;
}

.formular_feedback {
    margin-bottom: 10px;
    padding: 10px;
    border-top: 3px solid #fff;
    background-color: #f5f5f5;
}

.formular_feedback form {
    text-align: left !important;
}

.formular_feedback fieldset {
    display: block;
}

.formular_feedback input[type=submit] {
    background-color: #aaa !important;
}

.formular_feedback input[type=submit]:hover {
    background-color: #0483bc !important;
}


/* =========================================================
   VIDEO / CONTENT
   ========================================================= */

.video,
video {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 15px;
    background-color: #ddd;
    text-align: center;
}

.content_center {
    text-align: center;
}

.content_center li {
    list-style: none;
    text-decoration: none;
}


/* =========================================================
   LIVE CHAT / LIVEZILLA
   ========================================================= */

.livezilla2 {
    position: relative !important;
    right: 10px !important;
    float: right !important;
}

.livezilla3 {
    width: 940px;
    height: 50px;
    margin: auto auto -50px;
    text-align: right;
}

.livechat_wrap {
    position: absolute !important;
    top: 0;
    width: 100%;
}

.livechat {
    width: 940px;
    margin: auto;
    text-align: right;
}

.ajaxloader {
    margin: 90px 0 0 129px;
    vertical-align: center;
}


/* =========================================================
   ACCOUNT
   ========================================================= */

.account_add h1 {
    font-size: 180%;
}

/* Legacy/deactivated rules intentionally retained */
.xaccount_add .content_2_left,
.account_add .content_2_right {
    padding-top: 0;
    padding-left: 0;
}

.xaccount_add .content_2_left {
    padding-right: 70px;
    border-right: none !important;
}

.xaccount_add .content_2_left,
.account_add .content_2_left h3 {
    color: #444 !important;
}

.xaccount_add .content_2_right,
.account_add .content_2_right h4,
.account_add .content_2_right h5 {
    color: gray !important;
}

.xaccount_add .content_2_right {
    width: 230px;
    color: gray !important;
}

.xaccount_add .content_2_right h4 {
    font-size: 23px;
}

.xaccount_add .info_text {
    margin: 10px 0 25px;
    padding: 15px 20px;
    color: #0b6121;
    background-color: #effbf5;
    text-align: center;
}

.account_info h2 {
    padding: 10px;
    background-color: #f2f2f2;
}

.all_background_thumbs {
    float: left;
    width: 84px;
    margin: 3px;
    border: 1px solid #ccc;
}

.all_background_thumbs img {
    width: 100%;
    height: auto;
    max-width: 82px;
    max-height: 116px;
}


/* =========================================================
   TEXT / SAMPLE TEXT
   ========================================================= */


.mustertext_boxen {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    grid-auto-rows: 1fr;
    margin: 30px 0 30px 0;}

.mustertext_boxen > span {
    display: block;
    box-sizing: border-box;
    padding: 40px 55px 40px 55px;
    text-align: center;
	line-height: 1.4;
    background: #fffdf5;

    border: 15px solid transparent;
    border-radius: 10px;

    background:
        linear-gradient(#fffdf5, #fffdf5) padding-box,
        linear-gradient(
            135deg,
            #f4e6b2,
            #c9a84f,
            #f8edc7,
            #c9a84f,
            #ead58e
        ) border-box;

    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.9),
        0 4px 10px rgba(0,0,0,.12);
}

.mustertext_boxen .name {
    display: block;
    margin: 15px;
    font-size: 18px;
    font-weight: 900;
    text-align: center;}


@media (max-width: 1000px) {
    .mustertext_boxen {
        xgrid-template-columns: 2fr;
          grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 450px) {
    .mustertext_boxen {
        grid-template-columns: 1fr;
          
    }
}



.img_auto,
.img_auto_100 {
    width: 100%;
    height: auto;
}

.link_more_example {
    padding: 10px;
    text-align: center;
}

.rating_stars {
    display: block;
    text-align: center;
}

.rating_stars img {
    margin-right: 3px;
}

.rating_stars img:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.rating_stars .description {
    display: block;
    margin-top: -2px;
    font-size: 11px;
}

.rating blockquote{
	color: #333;
	background-color:#fffde7;
	border-left-width:20px;
	border-left-color:#e9e1aa;}

.rating span{
	padding-top:10px;
	font-style: italic;}
	
/* =========================================================
   AGB
   ========================================================= */

.agb {
    float: left;
    width: 5%;
}

.agb_text {
    float: left;
    width: 95%;
}


/* =========================================================
   BACKGROUNDS / SHADOWS
   ========================================================= */

.shadow {
    border: 1px solid #ddd;
    box-shadow: 0 0 5px 2px #ddd;
}

.bg_stripes {
    background-color: #f3f3f3;
}


/* =========================================================
   MISCELLANEOUS
   ========================================================= */

.row_noborder {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 40px;
    padding-left: 40px;
}

.siegel {
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    color: #177e9f;
    font-size: 12px;
    text-align: left;
}

.link_designer {
    display: block;
    padding: 20px;
    text-align: center;
}


/* =========================================================
   HERO CERTIFICATES
   ========================================================= */

.hero-certificates {
    margin-bottom: 10px;
    padding: 20px;
    overflow: hidden;
    background: #e9f0f7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.hero-certificates .container {
    display: flex;
    max-width: 1120px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: clamp(20px, 5vw, 80px);
    flex-wrap: wrap;
}

.hero-content {
    flex: 1 1 420px;
    max-width: 700px;
}

.hero-subtitle {
    margin: 20px 0 0 5px;
    color: #3f4650;
    font-size: 1.1rem;
}

.hero-content h1 {
    margin: 20px 0;
    color: #071b44;
    font-size: clamp(2rem, 5vw, 3.1rem);
    font-weight: 700;
    line-height: 1.05;
}

.hero-text {
    margin-bottom: 20px;
    color: #2f3745;
    font-size: 1.1rem;
    line-height: 1.5;
}

.hero-features {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.feature {
    flex: 1 1 120px;
    max-width: 160px;
    text-align: center;
}

.feature .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 12px;
}

.feature .icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #071b44;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature .icon.orange svg {
    stroke: #c56b3d;
}

.feature-text {
    color: #2c3240;
    font-size: .9rem;
    line-height: 1.5;
}

.hero-image {
    display: flex;
    flex: 1 1 200px;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* =========================================================
   CHECKOUT
   ========================================================= */

.subtitle {
    margin: 0 0 30px;
    color: #444;
    font-size: 17px;
    text-align: center;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 8px;
    background: #f0f8ff;
}

.step {
    position: relative;
    padding: 0 15px;
    text-align: center;
}

.step:not(:last-child):after {
    position: absolute;
    top: 12px;
    right: -10px;
    color: #76adee;
    content: "➜";
    font-size: 45px;
}

.step-number {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: #fff;
    background: #f76720;
    font-weight: 700;
    line-height: 44px;
}

.step h2 {
    margin: 0 0 6px;
    font-size: 18px;
}

.step p {
    margin: 0;
    color: #6b6b6b;
    font-size: 14px;
}

.checkout {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 0;
    line-height: 1.6;
}

.xcheckout span {
    display: block;
    padding: 30px 30px 10px;
    color: #aaa;
}

.order_right {
    padding: 0 30px;
    color: #666;
}

.order_right h4 {
    margin-top: 0;
    color: #666;
}


/* =========================================================
   CHECKOUT PLAN SELECTION
   ========================================================= */

.plan-selection {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

.plan {
    display: block;
    padding: 16px;
    border: 1px solid #3886cb;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color 0.2s, background 0.2s;
}

.plan-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.plan-name {
    color: #333;
    font-size: 22px;
    font-weight: 700;
}

.plan-duration {
    margin-top: 3px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

.plan-info {
    height: 4.5em;
    margin-top: 3px;
    overflow: hidden;
    color: #777;
    font-size: 13px;
    line-height: 1.5em;
}

.plan-price {
    width: 100%;
    margin-top: 10px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.plan-select {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #aaa;
    color: #555;
    font-size: 13px;
}

.plan-select input {
    width: 17px;
    height: 17px;
    margin: 0;
    cursor: pointer;
    accent-color: #3886cb;
}

.plan:hover {
    border-color: #3886cb;
    background: #f7fbff;
    border-width: 2px;
}

.plan:has(input:checked) {
    border-color: #3886cb;
    background: #f0f7fd;
    border-width: 2px;
}


/* =========================================================
   MEDIA QUERIES
   ========================================================= */

@media (max-width: 768px) {
    .hero-certificates .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-features {
        justify-content: center;
    }

    .hero-image {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .user_name_fields,
    .user_password_fields {
        display: block;
    }
}

@media (max-width: 480px) {
    .plan-selection {
        grid-template-columns: 1fr;
    }
}