

:root {
	/* Hier Variablen anlegen */

	--color_aptbasic_original: rgb(22, 125, 164);
	--color_aptbasic_gold: rgb(254, 221, 51);
	--color_aptbasic_inputboxbackground: rgb(68, 141, 170);

	--color_aptbasic_red: rgb(140, 18, 30);
	--color_aptbasic_gold: rgb(254, 221, 51);
	--color_aptbasic_blue: rgb(22, 125, 164);

}

.picslider {

	height: 150px;
    white-space: nowrap;



	/*width: calc(100% - 20px);
	overflow-x: scroll;
	overflow-y: hidden;*/
	/*text-align: center;
	*/
	/*margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;*/

	scrollbar-width: none;  /* Firefox */
	-ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.picslider_item {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	border-radius: 5px;
	height: 100%;
	width: auto;
	display: inline-block;
}

.picslider_item img {
	margin: 0px;
	border-radius: 5px;
	height: 100%;
	width: auto;

	border: 0px solid #FFFFFF;
	box-sizing: border-box;
}

#cookiecompliance {
    display: none;
    position: fixed;
    left: 0px;
    right: 30%;
    bottom: 0px;
    background-color: rgba(51, 56, 68, 0.5);
    color: #ACB1B4;
    border-top-right-radius: 10px;
    z-index: 5;
    font-size: 13px;
}

#cookiecompliance a {
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    #cookiecompliance {
        display: none;
        font-size: 8px;
    }
}




#gettheapp {
    position: fixed;
    right: 0px;
    bottom: 20%;
    background-color: var(--color_aptbasic_red);
    color: #FFFFFF;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 5;
    font-size: 16px;
    cursor: pointer;
}

.gettheapp_left img {
    border: none;
    width: 26px;
    height: 26px;
    position: relative;
    left: 8px;
}

.gettheapp_left {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

.gettheapp_right {
    width: 100px;
    height: 50px;
    vertical-align: middle;
    text-align: center;
}

@media screen and (max-width: 480px) {
    #gettheapp {
        position: fixed;
        right: 0px;
        bottom: 20%;
        background-color: var(--color_aptbasic_red);
        color: #FFFFFF;
        font-weight: bold;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        z-index: 5;
        font-size: 8px;
        cursor: pointer;
    }

    .gettheapp_left img {
        border: none;
        width: 13px;
        height: 13px;
        position: relative;
        left: 4px;
    }

    .gettheapp_left {
        width: 25px;
        height: 25px;
        vertical-align: middle;
        text-align: center;
    }

    .gettheapp_right {
        width: 50px;
        height: 25px;
        vertical-align: middle;
        text-align: center;
    }
}




.icon_list {
	width: 48px;
	height: 48px;
	border: none;
}

.form_nameicon {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 6px;
	left: 15px;
}

.form_mailicon {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 15px;
	left: 20px;
}

.form_telephoneicon {
	width: 26px;
	height: 26px;
	position: absolute;
	top: 14px;
	left: 20px;
}

.container_whitepage {
	margin-top: 91px;
	background-color: #FFFFFF;
	padding-bottom: 100px;
}

.container_whitepage .container {
    margin-left: 15px;
    margin-right: 15px;
}

.descriptiontext ul, .descriptiontext  ol {
	margin: 5px;
	padding: 5px;
}

.descriptiontext ul li
{
	list-style-type: disc;
	line-height: 29px;
}

.descriptiontext p {
	text-align: justify;
	margin: 0;
	padding: 5px 0px;
}


.flexslider {
    min-height: 750px;
}

@media screen and (max-width: 480px) {
    .flexslider {
        min-height: 580px;
    }
}


.errorpage_maintable {
    width: 100%;
}

.errorpage_contentframe {
    border: 1px #000000 solid;
    border-collapse: collapse;
    width: 100%;

}

.errorpage_contentframe_header {
    background-image: url('../images/title_back.png');
    height: 22px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.errorpage_contentframe_content {
    width: 100%;
}

.contact_td_left {
    width: 50%;
    text-align: right;
    padding-right: 2%;
    font-weight: bold;
}

.contact_td_right {
    width: 50%;
    text-align: left;
    vertical-align: middle;
}

.contact_spacer {
    height: 15px;
}

.displaynone {
    display: none;
}

.textcenter {
    text-align: center;
}

.textjustify {
    text-align: justify;
}

.textbold {
    font-weight: bold;
}

.textunderline {
    text-decoration: underline;
}

.width100p {
	width: 100%;
}

.width50p {
	width: 50%;
}

.width33p {
	width: 33%;
}

.width25p {
	width: 25%;
}

.errorpage_spacer {
    height: 100px;
}

.errorpage_td_left {
    width: 10%;
}

.errorpage_td_middle {
    width: 80%;
}

.errorpage_td_right {
    width: 10%;
}

.errorpage_content {
    text-align: center;
    vertical-align: top;
    width: 100%;
}

#advc .spacer {
    display: block;
    height: 30px;
}

#company h2 {
    white-space: normal;
}

#company_adv .container {
    width: 95%;
}

#company_adv .td-icon {
    width: 1%;
    vertical-align: middle;
}

#company_adv .td-text {
    width: 99%;
    vertical-align: middle;
}

#about .spacer {
    display: block;
    height: 30px;
}

.waitsign {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 25;
}

.sogehtappatini_div {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
}

.sogehtappatini_div_broad {
    display: block;
}

.sogehtappatini_div_vertical {
    display: none;
}

@media only screen and (max-width: 900px) {

    .sogehtappatini_div_broad {
        display: none;
    }

    .sogehtappatini_div_vertical {
        display: block;
    }
}


.img_sogehtappatini {
    width: calc(100% - 30px);
    max-width: 1000px;
    height: auto;
}


.sogehtappatini_img {
    width: 64px;
    height: auto;
    margin-left: 30px;
}

.sogehtappatini_name_general {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.sogehtappatini_name {
    font-size: 30px;
}

@media only screen and (max-width: 900px) {
    .sogehtappatini_name {
        font-size: 20px;
    }
}



.sogehtappatini_text {
    color: rgb(60, 65, 82);
    margin-bottom: 3px;
    padding-bottom: 0px;
    font-size: 21px;
    text-align: justify;
    padding-left: 10px;
}




.sogehtappatini_divimg {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 900px) {
    .sogehtappatini_divimg {
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}








.img_uspofappatini {
    width: calc(100% - 30px);
    max-width: 900px;
    height: auto;
}


.uspofappatini_img {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 100px;
    height: 100px;
}

.uspofappatini_whiteeye {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    background-color: #FFFFFF;
    width: 200px;
    height: 200px;
    display: inline-block;
}

.uspofappatini_name_general {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-top: 15px;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.uspofappatini_name {
    font-size: 30px;
}

@media only screen and (max-width: 900px) {
    .uspofappatini_name {
        font-size: 20px;
    }
}


.uspofappatini_text {
    color: rgb(255, 255, 255);
    margin-bottom: 3px;
    padding-bottom: 0px;
    font-size: 21px;
    text-align: justify;
    padding-left: 10px;
    background-color: #333844;
}

.uspofappatini_divimg {
    text-align: center;
}





.top img {
    width: 24px;
    height: 24px;
    position: relative;
    top: 20px;
}

.smallicon {
    width: 16px;
    height: 16px;
}



.mytooltip {
    position: absolute;
    display: none;
    font-size: 14px;
    font-family: 'Open Sans', 'Arial', 'Helvetica', 'Sans-Serif';
    font-style: normal;
    color: #000000;
    padding: 2px 2px 2px 2px;
    background-color: rgb(255, 255, 176);
    border: 1px solid #000000;
    left: 0px;
	top: 0px;
	max-width: 300px;
	border-radius: 5px;
}

.mytooltip_title {
	font-weight: bold;
	text-decoration: underline;
}

.mytooltip_icon {
    width: 16px;
    padding-right: 5px;
}

.mytooltip_icon img {
    width: 16px;
    height: 16px;
}

.mytooltip_spacer {
    width: 16px;
}

.mytooltip_spacer img {
    width: 16px;
    height: 16px;
}

.mytooltip_text {
	font-weight: normal;
    font-size: 14px;
}

.helpstring_img {
    width: 24px;
    height: 24px;
    position: relative;
    top: -2px;
}





section.happycustomers {
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
}

.happycustomers_highlight {
    color: rgb(192, 0, 0);
    font-weight: bold;
}

.happycustomers_text {
    color: rgb(60, 65, 82);
    margin-bottom: 3px;
    padding-bottom: 0px;
    font-size: 21px;
    text-align: center;
}

.happycustomers_name {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: bold;
    margin-top: 3px;
    text-align: center;
}

.happycustomers_td_left {
    width: 10%;
    vertical-align: center;
    text-align: center;
}

.happycustomers_td_right {
    width: 90%;
    vertical-align: center;
    text-align: center;
}

.happycustomers_img {
    width: 180px;
    height: 180px;
}






.printmessage_div_0 {
	width: calc(100% - 20px);
	background-color: rgba(0, 128, 0, 0.13);
	border-radius: 3px;
	border: 2px solid #008000;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.printmessage_div_1 {
	width: calc(100% - 20px);
	background-color: rgba(255, 0, 0, 0.13);
	border-radius: 3px;
	border: 2px solid #FF0000;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.printmessage_div_2 {
	width: calc(100% - 20px);
	background-color: rgba(255, 0, 255, 0.13);
	border-radius: 3px;
	border: 2px solid #d212a2;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}

.printmessage0 {
	color: #008000;
	font-weight: bold;
}

.printmessage1 {
	color: #FF0000;
	font-weight: bold;
}

.printmessage2 {
	color: #d212a2;
	font-weight: bold;
}



.printmessage-img {
    width: 16px;
    height: 16px;
}

.errorbox {
	border: 1px solid #CC0000;
	background-color: #FFC8C8;
	border-collapse: collapse;
	margin: 5px;
	padding: 2px
}

.noscript {
	border: 1px solid #CC0000;
	background-color: #FFC8C8;
	border-collapse: collapse;
	margin: 5px;
	padding: 2px
}

.button {
   	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Sans-Serif';
   	font-size: 14px;
}

.textbox {
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Sans-Serif';
	font-size: 14px;
}

.combobox {
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Sans-Serif';
	font-size: 14px;
}

.listbox {
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Sans-Serif';
	font-size: 14px;
}

.howitworks_text {
    color: #ACB1B4 !important;
    margin-top: 10px;
    font-weight: bold
}

.howitworks_caption {
    color: #ACB1B4 !important;
    margin-top: 12px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

.howitworks_header {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}

.section-padding-small {
    padding: 40px 0;
    padding-top: 40px;
    padding-bottom: 60px;
}

.mgtsum ul {
    margin-left: 50px;
    margin-top: 16px;
}

.mgtsum li {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.mgtsum h5 {
    font-size: 24px;
    font-weight: bold;
    height: 45px;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
    .mgtsum h5 {
        font-size: 20px;
    }
}

.mgtsum .icon_list {
    margin-right: 10px;
}

.mgtsum_icon_list_small {
    width: 32px;
    height: auto;
    margin-right: 8px;
    position: relative;
    top: -2px;
}

.mgtsum_box {
    text-align: left;
    margin-top: 15px;
}

.btn-fill-green {
    color: #fff;
    border: solid 2px #179F66;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #179F66; }

.btn-fill-green:hover, .btn-fill-green:focus {
    color: #FEDD33;
    background-color: #167a45;
  border-color: #167a45; }


.btn-fill-orange {
    color: #fff;
    border: solid 2px #f46f0d;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #f46f0d; }

.btn-fill-orange:hover, .btn-fill-orange:focus {
    color: #2b2b2b;
    background-color: #f46f0d;
  border-color: #f46f0d; }


.btn-fill-red {
    color: #fff;
    border: solid 2px #B71E1E;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #B71E1E; }

.btn-fill-red:hover, .btn-fill-red:focus {
    color: #FEDD33;
    background-color: #9a1e1e;
    border-color: #9a1e1e; }



.btn-fill-blue {
    color: #fff;
    border: solid 2px #167DA4;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    background-color: #167DA4; }

.btn-fill-blue:hover, .btn-fill-blue:focus {
    color: #FEDD33;
    background-color: #167DA4;
    border-color: #167DA4; }



.mgtsum_h5_1 {
    color: #167DA4;
}
.mgtsum_h5_2 {
    color: #B71E1E;
}
.mgtsum_h5_3 {
    color: #179F66;
}

.floating-logo img {
    width: 180px;
    height: auto;
}

#mynavigation {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

#header_logo {
    height: 50px;
    width: 50px;
}

#header_slogan {
    height: 50px;
    width: auto;
    position: relative;
}

.agb_p_olderversions {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.dse_p_olderversions {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.agb_description_text p {
    padding-bottom: 0px;
}

.row_stripe p {
    margin-top: 15px;
    margin-bottom: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.row_stripe li {
    list-style: disc;
    list-style-position: inside;
    list-style-image: none;
    margin-left: 10px;
}

.features {
    min-height: 900px;
}

.description {
    margin-bottom: 10px;
}



@media screen and (max-width: 480px) {
    #header_logo {
        height: 40px;
        width: 40px;
    }

    #header_slogan {
        height: 40px;
        width: auto;
        position: relative;
    }

    .nav-toggle {
  top: -26px;
    }
}

section.howitworks {
    background: #F3F4F8;
}

.company_information_box {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

@media screen and (max-width: 1200px) {
    .company_information_box {
        margin-left: 20px;
        margin-right: 20px;
    }
}


.company_information_box p {
	font-size: 14pt !important;
    line-height: initial;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: justify !important;
}

.company_information_box ul {
	margin-top: 5px;
    margin-left: 20px;
    padding-bottom: 20px;
}

.company_information_box li {
	text-align: left;
	font-size: 14pt !important;
    line-height: initial;
    list-style: initial;
}

.company_information_el_appatini {
	color: #167DA4;
	font-weight: bold;
}

.company_information_el_appatiniplus {
	color: #d7be28;
	font-weight: bold;
}

.company_information_el_guest {
	color: #B71E1E;
	font-weight: bold;
}

.company_information_el_company {
	color: #179F66;
	font-weight: bold;
}

.company_information_el_blue {
	color: #167DA4;
	font-weight: bold;
}

.company_information_el_yellow {
	color: #d7be28;
	font-weight: bold;
}

.company_information_el_red {
	color: #B71E1E;
	font-weight: bold;
}

.company_information_el_green {
	color: #179F66;
	font-weight: bold;
}

.company_information_flag {
	width: 16px;
	height: auto;
	border: none;
}

.signup_login {
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
}

.navbar_icon {
    width: 24px;
    height: 24px;
    position: relative;
    top: -3px;
}


/*
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	//////////////////////////////// Platzhalter ////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
*/

.platzhalter_0 {
	height: 0px;
}

.platzhalter_1 {
	height: 1px;
}

.platzhalter_2 {
	height: 2px;
}

.platzhalter_3 {
	height: 3px;
}

.platzhalter_4 {
	height: 4px;
}

.platzhalter_5 {
	height: 5px;
}

.platzhalter_10 {
	height: 10px;
}

.platzhalter_15 {
	height: 15px;
}

.platzhalter_20 {
	height: 20px;
}

.platzhalter_25 {
	height: 25px;
}

.platzhalter_30 {
	height: 30px;
}

.platzhalter_35 {
	height: 35px;
}

.platzhalter_40 {
	height: 40px;
}

.platzhalter_60 {
	height: 60px;
}

.platzhalter_80 {
	height: 80px;
}

.platzhalter_100 {
	height: 100px;
}








/*
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	///////////////////////////////// Angebot Form //////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
*/


.offer_div {
    font-size: 130%;
}

.offer_personal_salutation {
    text-align: left;
    font-weight: bold;
    font-size: 150%;
}

.offer_text_introduction {

}

.offer_text_linktooffer {

}

.offer_accept_form {
    text-align: left;
    font-weight: bold;
    font-size: 150%;
}

.offer_button {

}

.offer_signature {
    font-size: 80%;
}

.offer_signature_img {
    width: 150px;
    height: auto;
    border: none;
}

.offer_lbl_text_accepted {
    font-weight: bold;
    color: #008000;
}

.offer_yourcontact {
    text-align: left;
    font-weight: bold;
    font-size: 150%;
}



/*
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////// Appatinibutton //////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
*/

/* Allgemein */

.appatinibutton {
	width: 220px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    white-space: nowrap;
	font-weight: bold;

	/* border-radius: 50vh; */
	border-radius: 5px;

	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

    text-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
	font-size: 16px;
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Sans-Serif';
    color: #FFFFFF;
    text-decoration: none;
}
.appatinibutton:hover,
.appatinibutton:focus {
    color: #FFFFFF;
    text-decoration: none;
}
.appatinibutton:active {
    -webkit-box-shadow: #000000 0px 0px 0px 0px;
    -moz-box-shadow: #000000 0px 0px 0px 0px;
	-ms-box-shadow: #000000 0px 0px 0px 0px;
	-o-box-shadow: #000000 0px 0px 0px 0px;
    box-shadow: #000000 0px 0px 0px 0px;
    text-shadow: #000000 0px 0px 0px;
}

.appatinibutton img {
	vertical-align: middle;
	height: 24px;
	width: 24px;
}

.appatinibutton span {
	position: relative;
	top: 2px;
}

/* Blue */

.abtn_blue {
    background: rgb(22, 125, 164);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 125, 164)), to(rgb(22, 125, 164)));
    background: -moz-linear-gradient(top, rgb(22, 125, 164), rgb(22, 125, 164));
    background: linear-gradient(to bottom, rgb(22, 125, 164), rgb(22, 125, 164));
}

.abtn_blue:active {
    background: rgb(22, 125, 164);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(22, 125, 164)), to(#ffffff));
    background: -moz-linear-gradient(top, rgb(22, 125, 164), #ffffff);
    background: linear-gradient(to bottom, rgb(22, 125, 164), #ffffff);
}
/* Green */

.abtn_green {
    background: #179C7D;
    background: -webkit-gradient(linear, left top, left bottom, from(#179C7D), to(#179C7D));
    background: -moz-linear-gradient(top, #179C7D, #179C7D);
    background: linear-gradient(to bottom, #179C7D, #179C7D);
}

.abtn_green:active {
    background: #179C7D;
    background: -webkit-gradient(linear, left top, left bottom, from(#179C7D), to(#ffffff));
    background: -moz-linear-gradient(top, #179C7D, #ffffff);
    background: linear-gradient(to bottom, #179C7D, #ffffff);
}

/* Green Blue */

.abtn_green_blue {
	background: #00a82d;
	background: -webkit-gradient(linear, left top, left bottom, from(#179C7D), to(rgb(22, 125, 164)));
	background: -moz-linear-gradient(top, #179C7D, rgb(22, 125, 164));
	background: linear-gradient(to bottom, #179C7D, rgb(22, 125, 164));
}

.abtn_green_blue:active {
	background: #00a82d;
	background: -webkit-gradient(linear, left top, left bottom, from(#179C7D), to(#ffffff));
	background: -moz-linear-gradient(top, #179C7D, #ffffff);
	background: linear-gradient(to bottom, #179C7D, #ffffff);
}





#devinfoboard {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;

	pointer-events: none; /* Damit man durch das Element durchklicken kann */
}

.devinfoboard_item {
	display: inline-block;

	padding: 2px;
	border-radius: 2px;
	background-color: #25ca37;
	color: #FFFFFF;
	font-weight: bold;
	border: none;

	font-size: 6pt;
}






/* Sonstiges */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(0, 0, 0, 0.3);
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(0, 0, 0, 0.3);
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(0, 0, 0, 0.3);
}








.lpdesign_greytextbox {
    text-align: center;
    margin: 5px;
    padding: 5px;

    background-color: rgba(0, 0, 0, 0.5);

    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.container_lpdesign {
	margin-top: 91px;
	padding-bottom: 100px;
}

.container_lpdesign .container {
    margin-left: 15px;
    margin-right: 15px;
}















.appatinifunktionen p {
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;

    font-size: unset;
    line-height: normal;
    color: rgb(60, 65, 82);
    padding-bottom: unset;
}


.appatinifunktionen {
    font-size: 52px;
    line-height: normal;
}


@media only screen and (max-width: 900px) {

    .appatinifunktionen {
        font-size: 32px;
        line-height: normal;
    }
}

.appatinifunktionen_sheet {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 80px;

	background-color: #FFFFFF;

	box-shadow: 0px -5px 10px 0px rgb(60, 65, 82);
	margin-bottom: 30px;
}

.redcircle {
  	background-color: var(--color_aptbasic_red);
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

.redcircle p {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.redcircle_text {
    margin-top: 50px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: rgba(0,0,0,0.3) 5px 5px 5px;

	color: #FFFFFF;
}

.redcircle_text p {
	color: #FFFFFF;
	text-shadow: rgba(0,0,0,0.3) 5px 5px 5px;

}

.hero_appatinilogo_white {
	height: 80px;
	width: 80px;
}

.hero_appatininame_white {
	height: 80px;
	position: relative;
	left: -20px;
}




.appatinifunktionen_appatinilogoname {
	display: inline-block;
	position: relative;
	top: -3px;
	left: 10px;
}

@media only screen and (max-width: 900px) {
    .appatinifunktionen_appatinilogoname {
		display: inline-block;
		position: relative;
		top: 0px;
		left: 10px;
	}
}


.appatinicircle_verlauf {
	height: 43px;
	background-repeat: repeat-x;

	/*background-image: url("../images/landingpage/verlauf-min.png");*/
}







.table_appatinicircle {
   display: table;
   border-spacing: 0.5em;
	width: 100%;
}
.table_appatinicircle-row {
	display: table-row;
	vertical-align: middle;
}
.table_appatinicircle-cell {
	display: table-cell;
	vertical-align: middle;
}

.cell_smartphone {
	width: 30%;
}

.cell_smartphone img {
	width: 100%;
	height: auto;
}

.cell_appatinicircle {
	width: 70%;
}

.cell_appatinicircle img {
	width: 80%;
	height: auto;
}

.appatinifunktionen_smartphone {

}

.appatinifunktionen_appatinicircle {

}

.appatinifunktionen_kernfunktionen {

}

.kernfunktionen_header {

    background-color: rgb(251, 186, 0);
    background-image: linear-gradient(0deg, rgb(254, 231, 163) 0%, rgb(251, 186, 0) 100%);


	/*border: 7px dashed rgb(60, 65, 82);*/
	border-radius: 20px;
	color: rgb(60, 65, 82);
	text-align: center;
	font-weight: bold;

	font-size: 0.9em;

	margin-left: 20px;
	margin-right: 20px;
	margin-top: 30px;

    padding: 10px;
}

.table_kernfunktionen_outer {
	margin-top: 60px;
	margin-left: 30px;
	margin-right: 30px;
}

.table_kernfunktionen {
	display: table;
	border-spacing: 0px;
	width: 100%;
}
.table_kernfunktionen-row {
	display: table-row;
}
.table_kernfunktionen-cell {
	display: table-cell;
}

.cell_left {
	width: 60px;
}

.cell_right {
	width: calc(100% - 60px);
	position: relative;
}






.kernfunktionen_ball {
	/*display: block !important;*/
	width: 60px;
	height: 60px;
}

.kernfunktionen_ball_inner {
	display: block !important;
	width: 50px;
	height: 50px;
	background-color: rgb(60, 65, 82);
	border: 5px solid rgb(251, 186, 0);
	border-radius: 50%;
	color: rgb(251, 186, 0);
	text-align: center;
	padding: 0;
	vertical-align: middle;
    box-sizing: content-box;
}

.kernfunktionen_ball_realinner {
	display: block !important;
	width: 100%;
	font-weight: bold;
	font-size: 48px;

	position: relative;
	top: -8px;
}

.kernfunktionen_strich {
	background-color: rgb(251, 186, 0);
	width: 90%;
	position: absolute;
	height: 5px;
	left: -5px;
	top: 28px;
}

.kernfunktionen_title {
	color: rgb(251, 186, 0);
	font-weight: bold;
	font-size: 1em;
	position: absolute;
	top: -35px;
	margin-left: 30px;
	text-shadow: rgba(251, 186, 0, 0.3) 2px 2px 2px;

	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 30px);
}

.table_kernfunktionen-cell p {
	margin-bottom: 10px;
	font-size: 0.5em;
	margin-left: 30px;
}

.kernfunktionen_longtext {
	position: relative;
	top: -20px;
	color: rgb(60, 65, 82);
}

@media only screen and (max-width: 900px) {
    .kernfunktionen_title {
		color: rgb(251, 186, 0);
		font-weight: bold;
		font-size: 0.7em;
		position: absolute;
		top: 0px;
		margin-left: 10px;

        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 30px);
	}

	.table_kernfunktionen-cell p {
		margin-bottom: 10px;
		font-size: 0.5em;
		margin-left: 10px;
	}

	.kernfunktionen_longtext {
		position: relative;
		top: -20px;
	}
}


#redcircle_images_parallel {
	display: block;
}

#redcircle_images_seriell {
	display: none;
}


@media only screen and (max-width: 900px) {
	#redcircle_images_parallel {
		display: none;
	}

	#redcircle_images_seriell {
		display: block;
	}

}

.registerform_termsaccept_div {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}















.appatinibutton img {
	vertical-align: middle;
	height: 35px;
	width: 35px;
}








/*
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////// Appatinibutton //////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
	/////////////////////////////////////////////////////////////////////////////
*/

/* Allgemein */

.appatinibutton {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
	font-weight: bold;

	/* border-radius: 50vh; */
	border-radius: 3px;

	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);

    text-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
	font-size: 22px;
	font-family: 'Raleway', 'Montserrat', 'Open Sans', 'Arial', 'Helvetica', 'Sans-Serif';
    color: #FFFFFF !important;
    text-decoration: none;
}
.appatinibutton:hover,
.appatinibutton:focus {
    text-decoration: none;
}
.appatinibutton:active {
    -webkit-box-shadow: #000000 0px 0px 0px 0px;
    -moz-box-shadow: #000000 0px 0px 0px 0px;
	-ms-box-shadow: #000000 0px 0px 0px 0px;
	-o-box-shadow: #000000 0px 0px 0px 0px;
    box-shadow: #000000 0px 0px 0px 0px;
    text-shadow: #000000 0px 0px 0px;
}



@media only screen and (max-width: 900px) {

.appatinibutton {
        font-size: 18px;
    }
}

.abtn_lporange {
	background: #E35E0D;
	background-image: linear-gradient(0deg, #F99355 0%, #E35E0D 100%)
}

.abtn_lporange:active {
    background: #E35E0D;
	background-image: linear-gradient(0deg, #FFFFFF 0%, #E35E0D 100%);
}



.zwischenbutton {
	width: calc(100% - 30px);
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}



.aptbutton_td_left_free {
	width: 35%;
}

.aptbutton_td_left {
	width: 10%;
	text-align: right;
	white-space: nowrap;
	padding-right: 10px;
}

.aptbutton_td_right {
	width: 20%;
	text-align: center;
	white-space: nowrap;
}


.aptbutton_td_right_free {
	width: 35%;
}








